1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
cyclades-serial-client (0.93) unstable; urgency=medium
* Fix debhelper compatability level Closes: #800212
Closes: #817327
-- Russell Coker <russell@coker.com.au> Sat, 31 Dec 2016 16:37:21 +1100
cyclades-serial-client (0.92) unstable; urgency=low
* Fixed some Solaris bugs.
* Made it remove the control socket on close.
-- Russell Coker <russell@coker.com.au> Tue, 23 Sep 2003 17:38:00 +1000
cyclades-serial-client (0.91) unstable; urgency=low
* Fixed a couple of minor Solaris bugs.
-- Russell Coker <russell@coker.com.au> Fri, 1 Aug 2003 21:26:00 +1000
cyclades-serial-client (0.90) unstable; urgency=low
* Name change.
* Improved build scripts, especially dependencies.
* Fixed the -s option.
-- Russell Coker <russell@coker.com.au> Fri, 25 Jul 2003 08:28:00 -0400
tsrdev (1.3.3) unstable; urgency=low
* Added support for setting 1 or 2 stop bits in libtsrdev.so.
* Added support for changing RTS/CTS and XON/XOFF settings, although the Linux
stty program doesn't like the way I do it and gives an error the first
time RTS/CTS settings are changes - have to look at the stty source.
* Removed the "-t" option from tsrsock as it's dead code.
* Changed the "-s" option for tsrsock to mean Socket Server mode, so the
absense of this option means RFC2217 mode.
* Made the options for baseport work in an order-independent fashion, the
first priority goes to the -b option, then to the default for the protocol
in use.
* Added a "-f" option to tsrsock to specify running in the foreground, this
can be used if running from init, and can be used by programmers when
tracing tsrsock.
-- Russell Coker <russell@coker.com.au> Fri, 18 Jul 2003 19:04:00 +1000
tsrdev (1.3.2) unstable; urgency=low
* Better support for Solaris, including support for making Sun packages.
* Support for changing port speed, sending breaks, and changing the number of
data bits over the network via libtsrdev.so.
-- Russell Coker <russell@coker.com.au> Thu, 17 Jul 2003 11:10:00 +1000
tsrdev (1.3.1) unstable; urgency=low
* Added support for AIX, SCO, and Unixware to the code tree.
* Removed HP-UX man pages.
* Added a patch to sock.c for when Solaris headers don't define INADDR_NONE.
* In telnet.c made handle_com_port_command() only take one parameter as the
second is ignored anyway.
* Fixed many compiler warnings.
-- Russell Coker <russell@coker.com.au> Fri, 4 Jul 2003 17:00:00 +1000
tsrdev (1.3) unstable; urgency=low
* Initial Release.
-- Russell Coker <russell@coker.com.au> Tue, 29 Oct 2002 20:23:35 +0100
|