Module Name: othersrc
Committed By: lukem
Date: Wed May 20 13:28:20 UTC 2009
Modified Files:
othersrc/usr.bin/tnftp: NEWS configure.ac
Log Message:
Prepare for 20090520
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/NEWS
cvs rdiff -u -r1.16 -r1.17 othersrc/usr.bin/tnftp/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/NEWS
diff -u othersrc/usr.bin/tnftp/NEWS:1.3 othersrc/usr.bin/tnftp/NEWS:1.4
--- othersrc/usr.bin/tnftp/NEWS:1.3 Mon Aug 6 04:53:23 2007
+++ othersrc/usr.bin/tnftp/NEWS Wed May 20 13:28:20 2009
@@ -1,4 +1,19 @@
-This is tnftp version 20070806.
+This is tnftp version 20090520.
+
+Changes in tnftp from 20070806 to 20090520:
+
+ Fix intermittant "Alarm clock" error.
+
+ Add epsv6 and epsv to disable extended passive mode for IPv6 or
+ both IPv4 and IPv6 respectively.
+
+ Improve parsing of HTTP chunked transfers per RFC2616.
+
+ Use the service name to getaddrinfo() (along with the host name),
+ so that features such as DNS Service Discovery will work.
+
+ Fix various compiler warnings.
+
Changes in tnftp from 20050625 to 20070806:
Index: othersrc/usr.bin/tnftp/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.16 othersrc/usr.bin/tnftp/configure.ac:1.17
--- othersrc/usr.bin/tnftp/configure.ac:1.16 Wed May 20 08:49:05 2009
+++ othersrc/usr.bin/tnftp/configure.ac Wed May 20 13:28:20 2009
@@ -1,10 +1,10 @@
-# $NetBSD: configure.ac,v 1.16 2009/05/20 08:49:05 lukem Exp $
+# $NetBSD: configure.ac,v 1.17 2009/05/20 13:28:20 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftp], [20070806], [[email protected]])
+AC_INIT([tnftp], [20090520], [[email protected]])
AC_PREREQ([2.61])
-AC_REVISION([$Revision: 1.16 $])
+AC_REVISION([$Revision: 1.17 $])
AS_SHELL_SANITIZE