Module Name: othersrc Committed By: lukem Date: Sun May 5 13:53:39 UTC 2013
Modified Files: othersrc/usr.bin/tnftp: ChangeLog NEWS Log Message: release tnftp 20130505 To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 othersrc/usr.bin/tnftp/ChangeLog cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/NEWS 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/ChangeLog diff -u othersrc/usr.bin/tnftp/ChangeLog:1.61 othersrc/usr.bin/tnftp/ChangeLog:1.62 --- othersrc/usr.bin/tnftp/ChangeLog:1.61 Sun May 5 13:43:49 2013 +++ othersrc/usr.bin/tnftp/ChangeLog Sun May 5 13:53:38 2013 @@ -1,7 +1,8 @@ -$NetBSD: ChangeLog,v 1.61 2013/05/05 13:43:49 lukem Exp $ +$NetBSD: ChangeLog,v 1.62 2013/05/05 13:53:38 lukem Exp $ +Sun May 5 13:51:47 UTC 2013 lukem -Sun May 5 13:33:36 UTC 2013 lukem + * Release as "tnftp 20130505" * Implement --enable-ssl (and --with-openssl) to enable https:// fetch support. Index: othersrc/usr.bin/tnftp/NEWS diff -u othersrc/usr.bin/tnftp/NEWS:1.8 othersrc/usr.bin/tnftp/NEWS:1.9 --- othersrc/usr.bin/tnftp/NEWS:1.8 Wed Jan 13 00:07:29 2010 +++ othersrc/usr.bin/tnftp/NEWS Sun May 5 13:53:38 2013 @@ -1,4 +1,19 @@ -This is tnftp version 20100108. +$NetBSD: NEWS,v 1.9 2013/05/05 13:53:38 lukem Exp $ + +This is tnftp version 20130505. + +Changes in tnftp from 20100108 to 20130505: + + Support https:// fetch if OpenSSL is available and enabled. + + Allow -R to restart non-existent ftp:// URIs. + + Parse HTTP 'Date' entries in the `C' locale rather than the user's. + + When using the response to SYST to decide whether to default + to 'binary' be a lot less specific. + + Portability fixes. Changes in tnftp from 20091122 to 20100108: @@ -26,7 +41,6 @@ Changes in tnftp from 20070806 to 200905 Fix various compiler warnings. - Changes in tnftp from 20050625 to 20070806: Implement '-s srcaddr' to set the local IP address for @@ -37,4 +51,3 @@ Changes in tnftp from 20050625 to 200708 Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... Portability fixes, including for FreeBSD, Mac OS X, and Solaris. -