2017-04-18 Adam Lackorzynski * CVE-2017-7467: Fix an out of bounds data access that can lead to remote code execution. This issue was found by Solar Designer of Openwall during a security audit of the Virtuozzo 7 product, which contains derived downstream code in its prl-vzvncserver component. The corresponding Virtuozzo 7 fix is: https://src.openvz.org/projects/OVZ/repos/prl-vzvncserver/commits/6d95404e75b98f36b1cc85ee23df99dcf06ca13f Openwall would like to thank the Virtuozzo company for funding the effort. * Release 2.7.1 2013-12-31 Adam Lackorzynski * NEWS: Updates for 2.7 * configure.in: Set version to 2.7 2013-12-08 Adam Lackorzynski * src/minicom.src, src/minicom.h, src/updown.c: Enlarge scr_name variable. By Krzysztof Sywula. 2013-10-30 Adam Lackorzynski * autogen.sh: Use version 1.14 * configure.in: Add AM_PROG_AR, Gentoo bug #489734 2013-10-29 Adam Lackorzynski * src/script.c, man/runscript.1: Add binary transmission feature by Tobias Schlager. 2013-08-03 Adam Lackorzynski * autogen.sh: Update to 1.13 * man/minicom.1, src/minicom.c: Improve manpage, and --help to option output. By Jaromir Capik, #314342 2013-05-09 Adam Lackorzynski * src/config.c, src/dial.c, src/main.c, src/minicom.c, src/minicom.h: make statusline configurable, remove -T option. * src/main.c: Improve display of device path with -T option. * man/minicom.1: Update docs for -T option. 2013-02-12 Adam Lackorzynski * po/zh_TW.po: Update from Translation team. 2013-02-07 Adam Lackorzynski * src/main.c, src/minicom.h, src/updown.c: [#314018] [PATCH] Disabling lockfile warnings when the device disappears (ttyUSB hot-unplug), by Jaromir Capik 2013-02-06 Adam Lackorzynski * NEWS: Release 2.6.2 2013-02-04 Adam Lackorzynski * po/zh_TW.po: Update from Translation Project. 2013-01-27 Adam Lackorzynski * src/config.c: Do not allow setting of lock file path when built with lockdev. Patch by Jaromir Capik. Redhat #754235 * src/configsym.h: Increase config value size to be able to store longer file names. * src/minicom.c: Comment spelling fix. 2013-01-14 Adam Lackorzynski * po/ja.po: Update from TP. 2013-01-10 Adam Lackorzynski * src/ascii-xfr.c, src/config.c, src/dial.c, src/help.c, src/updown.c, src/wkeys.c: Fix warnings with more modern warning options ("hardening"). * po/fi.po: Update from Translation Project. 2013-01-09 Adam Lackorzynski * src/util.c: Do not treat : as a device path delimiter, thus now supporting path with colon in them, like /dev/serial/by-path/.... Debian 697624 2012-12-21 Adam Lackorzynski * po/nb.po: Update from TP. 2012-12-20 Adam Lackorzynski * po/ja.po: Update from TP. 2012-12-10 Adam Lackorzynski * po/vi.po: Update from TP. 2012-12-09 Adam Lackorzynski * po/de.po: Update from TP. 2012-12-08 Adam Lackorzynski * po/pl.po: Update from TP. * configure.in: Increase version to 2.6.1.90 2012-11-21 Adam Lackorzynski * src/minicom.c: Print creation date of serial device file if < 20 hrs 2012-09-02 Adam Lackorzynski * man/minicom.1: Fix date and version. * src/config.c, src/configsym.h, src/main.c, src/minicom.c, src/minicom.h, src/rwconf.c, man/minicom.1: Add option to output as hex, initial patch by Jiao ShuYing, #313754 2012-07-27 Adam Lackorzynski * po/nb.po: Update from translation team. 2012-07-22 Adam Lackorzynski * src/config.c, src/configsym.h, src/minicom.c, src/rwconf.c: Add line-wrap config-file option, by Riku Meskanen 2012-03-17 Adam Lackorzynski * src/minicom.c: Add -R command line option to help screen. 2012-02-11 Adam Lackorzynski * configure.in: Set version 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/ipc.c: Formatting cleanup. 2012-01-14 Adam Lackorzynski * src/main.c: ETIME -> ETIMEDOUT as ETIME is not available on BSDs 2012-01-13 Adam Lackorzynski * src/main.c: Fix invalid memory used, reported by Larry Baker 2011-12-27 Adam Lackorzynski * NEWS: Updates for 2.6. * configure.in: Change version to 2.6. * src/config.c, src/rwconf.c: Do not set modem init and reset string anymore, define them empty. Instead, when editing those offer them as a default. 2011-10-17 Adam Lackorzynski * src/minicom.h, src/main.c, src/dial.c: only update statusline if there's a change (e.g. for updates times) 2011-09-07 Adam Lackorzynski * src/updown.c: Flush before forking helper program, patch by Domen Puncer, thanks! 2011-09-03 Adam Lackorzynski * src/minicom.c, src/minicom.h, src/vt100.c: Add timestamps with milliseconds, based on patch by Raphaël Assénat, thanks! 2011-08-30 Adam Lackorzynski * src/dial.c, src/minicom.c, src/main.c: Cleanups. Print basename of current device to statusline if online time is disabled. * configure.in, src/Makefile.am, src/main.c, src/minicom.c, src/minicom.h, src/updown.c: Add lockdev support, by Ludwig Nussel 2011-07-23 Adam Lackorzynski * src/dial.c: add a dialdir version 6 which does not save the pointer on disk and should now work on 32 and 64 bit systems equally. * configure.in: Use AM_ICONV_LINK... * src/script.c: Fix a buffer overflow problem. Thanks Frederic Germain. * src/minicom.c: Do not use iconv-functions if iconv is not available. 2011-05-28 Adam Lackorzynski * src/config.c, src/main.c, src/vt100.c, src/vt100.h: Add transmit delay for every character, based on patch by Nicolas PILLON. 2011-04-16 Adam Lackorzynski * src/config.c: Do not extend tilde to home directory for non-path arguments. Debian bug #621741 * configure.in, src/Makefile.am: Add workaround and then use libiconv for linking, fixes build issue on Mac OS X. 2011-03-23 Adam Lackorzynski * src/main.c: Increase serial port open timeout, by Lubomir Rintel * src/main.c: Set sensible errno if port open times out, by Lubomir Rintel 2011-02-28 Adam Lackorzynski * src/help.c: Help fix for timestamp toggle by Mark Einon 2011-02-20 Adam Lackorzynski * src/minicom.c: Code consolidation. * src/minicom.c, src/minicom.h, src/vt100.c, man/minicom.1: Make line timestamps three value: every line, every second, and off. * man/minicom.1: Wording fix. 2011-02-19 Adam Lackorzynski * src/vt100.c: Cleanups: Delete everything that was in OLD blocks. Do not explicitly set global variables to 0. * src/vt100.c, man/minicom.1: Change timestamp style, prepend every line. Add in manpage. * src/dial.c src/help.c src/ipc.c src/minicom.c src/minicom.h src/vt100.c src/vt100.h: Addition by Mark Einon to add current date/time to each line. 2011-02-14 Adam Lackorzynski * src/file.c: Only enter directory if we have read permissions to get directory listings, by Jan Görig. * src/file.c, src/getsdir.c: Cleanup and simplify. 2011-02-12 Adam Lackorzynski * man/runscript.1, man/minicom.1: Fixes by John Bradshaw 2011-02-07 Adam Lackorzynski * src/main.c: Avoid redraw of status line in Offline mode when nothing changed. 2011-02-05 Adam Lackorzynski * src/minicom.c: Do not lose line wrap setting over terminal resizes. * src/main.c: Simplify status line update, also makes status messages display the amount of time they are actually supposed to display. 2011-01-29 Adam Lackorzynski * configure.in: Change version to 2.5. 2011-01-24 Adam Lackorzynski * src/script.c: Make word handling more dynamic, and thus allowing words > 89 chars. Reported via Debian BTS #610511. * po/da.po: Update from translation team. 2011-01-16 Adam Lackorzynski * NEWS: Update. * ChangeLog: Convert to UTF8 encoding. * man/ascii-xfr.1: Fix typos, Thanks Jan Görig, https://bugzilla.redhat.com/show_bug.cgi?id=669098 * src/rwconf.c: Fix config file parsing bug, Thanks Jan Görig, https://bugzilla.redhat.com/show_bug.cgi?id=669406 2011-01-09 Adam Lackorzynski * po/da.po: Update from translation team. 2011-01-06 Adam Lackorzynski * po/da.po: Update from translation team. 2010-12-12 Adam Lackorzynski * src/dial.c: For macros, add \g