Changelog for
minicom-2.7.1-1.7.x86_64.rpm :
* Thu Apr 13 2017 sfleesAATTsuse.de- Update to 2.7.1
* Contains 1 fix for CVE-2017-7467, bsc#1033783
* Invalid cursor coordinates and scroll regions could lead to code execution
* Wed Oct 26 2016 kukukAATTsuse.de- Add PreReq for group uucp
* Fri Mar 13 2015 tchvatalAATTsuse.com- Split language to subpackage- Remove check phase, it is empty just saying there is nothing to be done- Use name and version macros in Source path
* Tue Jan 14 2014 dmuellerAATTsuse.com- fix Source url
* Thu Jan 02 2014 vcizekAATTsuse.com- update to 2.7
* Configurable status line via -F option, see manpage for a listing of format specifier.
* Improve display of device name in status line.
* Script: Binary transmission feature via \"!<\"
* Fixes.
* Wed Dec 18 2013 mvyskocilAATTsuse.com- update to 2.6.2
* Alternative hex output (to be improved)
* Print creation date of serial device file (if < 20 hrs), useful for identifying just plugged in USB-Serial adapters
* Support \':\' (colon) in device path names. Note, that this changes old behaviour which used \':\' as a device path delimiter.
* Several language updates.- refreshed/rebased patches
* minicom-2.3-no-build-date.patch
* minicom-2.4-norootsetup.diff
* minicom-2.5-serial_device_path_length.patch
* Fri Dec 28 2012 crrodriguezAATTopensuse.org- configure wants \"ckermit\" present during build and at runtime.- Prefer ncurses6w.
* Wed May 30 2012 sweet_f_aAATTgmx.de- remove not needed minicom-2.3-ncurses.patch to get rid of automake dependency- update to 2.6.1
* src/main.c, src/minicom.c: iconv: Handle the case that iconv did not convert anything. Reported by Mike Crowe, Debian #659351.
* src/main.c: ETIME -> ETIMEDOUT as ETIME is not available on BSDs
* src/main.c: Fix invalid memory used, reported by Larry Baker
* Tue May 29 2012 puzelAATTsuse.com- fix build with automake-1.12 - add: automake-1.12.patch
* Mon Jan 02 2012 vcizekAATTsuse.cz- update to 2.6
* Add possibility to add delay after every character transmission.
* Fix build issues on Mac OS X.
* Stop providing default modem init and reset strings (still available when editing).
* Added possibility for timestamps in output, added by minicom
* Added lockdev support.
* Added new dialdir format that is supposed to be interoperable between 32 and 64 bits archs.
* Thu Dec 01 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency
* Tue Oct 18 2011 vcizekAATTsuse.com- a complete fix for (bnc#707860)
* Wed Aug 24 2011 lnusselAATTsuse.de- fix lockdev suppport (bnc#713330)
* Tue Jul 26 2011 vcizekAATTnovell.com- increased length of serial device (bnc#707860)
* Mon Jan 31 2011 vcizekAATTnovell.com- update to 2.5
* src/script.c: Make word handling more dynamic, and thus allowing words > 89 chars. Reported via Debian BTS #610511.
* src/rwconf.c: Fix config file parsing bug, Thanks Jan Görig, https://bugzilla.redhat.com/show_bug.cgi?id=669406
* src/updown.c: Check for error conditions on fd of running script. for minicom bug-tracker #312517, by Chris Simmonds
* src/updown.c: Removed static buffers that limit multi-file zmodem functionality. (Redhat #98654)- removed two unneeded patches
* Tue Jan 11 2011 lnusselAATTsuse.de- enable and fix socket support (bnc#661749)- change default device to /dev/modem as /dev/tty8 doesn\'t make sense- save to home if running as non-root
* Tue Aug 31 2010 anickaAATTsuse.cz- update to 2.4
* Add options -b, -D and -R.
* Remove environment variable for the remote charset and make it available via option -R.
* remove all code that deals with running as suid-root. Also remove minicom.users as it\'s not needed anymore. Handle permissions within the file-system.
* Consolidate lockfile handling into separate functions and use them, also do lockfile handling before and after launching kermit.
* Add -b %b (Baudrate) to kermit command call.
* Sun Aug 29 2010 cristian.rodriguezAATTopensuse.org- Do not hardcode build dates in binaries
* Mon Jun 28 2010 jengelhAATTmedozas.de- use %_smp_mflags
* Wed Apr 28 2010 lnusselAATTsuse.de- remove 01manual.diff as it\'s Debian specific
* Tue Mar 09 2010 lnusselAATTsuse.de- use lockdev (FATE#308360)
* Wed Dec 16 2009 crrodriguezAATTopensuse.org- take over the package- Import patches from Ubuntu