1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Removed historic NEWS file

This commit is contained in:
Nick Patavalis
2012-02-21 13:19:00 +00:00
parent a5b0ef048a
commit 93d367caea

24
NEWS
View File

@ -1,24 +0,0 @@
version 1.1
- Added example shell-scripts that start picocom preconfigured for
ASCII, Z-MODEM, Y-MODEM, and X-MODEM file transfers.
- Better signal handling.
- Added the "send" and "receive" commands. They can be used to
transmit and receive files via external programs that implement
the respective protocols (like the programs "sz", "rz", etc).
- Added the "status" command, which shows the currently active
program options, like the current baud rate, the current
flow-control settings, etc. Only options that can be controlled
online are shown.
- Slight code restructuring.
- Minor bug fixes.
version 1.0
- Initial release.