Changelog for
picocom-debugsource-1.8-6.4.x86_64.rpm :
* Sun Aug 16 2015 p.drouandAATTgmail.com- Update to version 1.8
* Adds support for the \"linenoise\" library, which allows line-editing and path completion when entering filenames for receive- and send-file operations. Support can be compiled-out if you wish.
* Allows you to cancel a file-transfer operation, while entering a file name, by pressing C-c. This works with linenoise support and without.
* Adds support for more high baud-rates. Now every baudrate above 115200 is compiled-in only if the respective macros are defined in the system header files. This should allow picocom with HIGH_BAUD support to compile cleanly for more systems.
* Input-buffer size (TTY_Q_SZ) now defined in Makefile, and defaults to 1024.
* Adds support for locking using flock(2) (now default). Old-style UUCP-lockdir code is maintained. Preferred locking style is selected via the Makefile.
* Debian\'s xmltoman is now used to format the manpage.
* Other minor fixes.- Changes from version 1.7
* No ChangeLog available- Update download and project Urls- Perform a spec-cleaner on the spec file
* Mon Apr 11 2011 msebenAATTgmail.com- updated to picocom 1.6
* Added features: - Local echo - Configurable input mapping (CR --> LF, DEL --> BS, etc) - Configurable output mapping - Configurable local-echo mapping
* Fixed URL in man page
* Fixed misconception that prevented the correct setting of the odd-parity mode
* Allow non-alpha escape keys (e.g. C-])
* Enabled support for higher baudrates up to 921600. Support is compiled-in conditionally on the HIGH_BAUD macro.
* Silenced compiler warning
* Changed default send_cmd to \"sz -vv\"
* Fri Mar 28 2008 msebenAATTsuse.cz- Initial package