pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/tits
Module Name: pkgsrc
Committed By: mef
Date: Sun Apr 26 14:38:10 UTC 2015
Modified Files:
pkgsrc/sysutils/tits: Makefile distinfo
pkgsrc/sysutils/tits/patches: patch-aa
Removed Files:
pkgsrc/sysutils/tits/patches: patch-af patch-ag
Log Message:
(pkgsrc)
- Drop patch-af and patch-ag, both now included
(upstream)
- Update 1.2.2 -> 1.3.0
~~~~~~~~~~~~~~
15/1/2011 - Added reverse telnet server.
- Hopefully fixed masterpty client.
- Don't abuse POLLHUP.
- Support insertion of a short inter-character delay for tty
output to slow devices. (experimental).
- Add an 'exclusive' client property which, when connected, will
prevent input/output for all other connected clients.
Provide a way to specify an additional client which can
override this restriction.
- Add a timer option for exclusive clients. If they don't send
any data for a specified number of seconds, they lose their
exclusive status until they start sending again.
- New feature: Support for hot-pluggable tty(4) devices such as
USB-Serial adapters/modems. If 'pluggable true;' is specified
in the configuration file, then treat errors while
reading/writing the tty device as non-fatal. We will try to
re-open the device periodically as long as there are connected
clients. We will not disconnect clients in this case, but any
input from them will be discarded while the tty device is
unavailable.
- Pull in patches for DragonflyBSD, via pkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/tits/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/tits/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/tits/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/tits/patches/patch-af \
pkgsrc/sysutils/tits/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index