diff options
author | agc <agc@pkgsrc.org> | 2003-09-26 08:16:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-26 08:16:17 +0000 |
commit | 92f2bc71e8d7ca1e5f5c8e5ddff1633862f80d94 (patch) | |
tree | df1da318f4f59681e1dff02b5a6dea0af0c3ed88 /sysutils/tits/Makefile | |
parent | 816727f3fd4deb2323f022c48705920d799f71a1 (diff) | |
download | pkgsrc-92f2bc71e8d7ca1e5f5c8e5ddff1633862f80d94.tar.gz |
Update tits to version 1.1.1, after a nudge from Steve Woodford.
Changes from previous version:
1.0.3 -> 1.1.0
~~~~~~~~~~~~~~
13/04/2003 - Added a "raw" protocol, based on the existing telnet code.
- Added a "suppressbanner" client option, for the benefit of
the "raw" protocol.
1.1.0 -> 1.1.1
~~~~~~~~~~~~~~
1/09/2003 - Added "xonxoff true/false" to the tty server's config file
option list to permit changing software flow-control settings.
(Requested by Ben Elliston).
Diffstat (limited to 'sysutils/tits/Makefile')
-rw-r--r-- | sysutils/tits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tits/Makefile b/sysutils/tits/Makefile index b7caa4385d6..c293fd9ec60 100644 --- a/sysutils/tits/Makefile +++ b/sysutils/tits/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 17:24:40 martti Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/26 08:16:17 agc Exp $ # -DISTNAME= tits-1.0.3 +DISTNAME= tits-1.1.1 CATEGORIES= sysutils MASTER_SITES= http://www.mctavish.co.uk/tits/ |