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
|
netcat-openbsd (1.89-3) unstable; urgency=low
* Silence -z flag, for compatibility with netcat-traditional (Closes:
#464564)
* Move stray line in socks.c to quilt patch series (Closes: #485160)
* Add missing documentation for -q option to man page.
-- Decklin Foster <decklin@red-bean.com> Thu, 19 Jun 2008 16:20:01 -0400
netcat-openbsd (1.89-2) unstable; urgency=low
* Replace references to "netcat-base" with "netcat-traditional" (future
name of the old netcat package).
-- Decklin Foster <decklin@red-bean.com> Wed, 30 Jan 2008 18:24:46 -0500
netcat-openbsd (1.89-1) unstable; urgency=low
* Initial release. (Closes: #145798)
* Includes support for:
- IPv6 (Closes: #461317)
- Unix domain sockets (Closes: #348564)
- SOCKS (Closes: #142898)
* Conflict with netcat versions older than netcat-traditional, so that we
can use alternatives.
* Port some features over from netcat-traditional:
- Exit successfully when printing help text (-h), and include the Debian
revision.
- Add the -q (quit on standard input EOF) flag.
- Add support for specifying ports by name (/etc/services). Unlike the
old hack for this, nc will first try to find a named service, then fall
back to numeric parsing, so no escaping is needed.
-- Decklin Foster <decklin@red-bean.com> Mon, 21 Jan 2008 18:41:37 -0500
|