diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2013-05-05 15:04:47 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2013-05-05 15:04:47 +0000 |
commit | f5acf0e0ffbf00e44c2e9848a62e0b6d402b31fa (patch) | |
tree | 53870232aa9935fe0a8870c674dcd78289ab1e2e /NEWS | |
parent | 1d78dcfdf287769fef244c1c78eba60eade69bbb (diff) | |
download | src-f5acf0e0ffbf00e44c2e9848a62e0b6d402b31fa.tar.gz src-f5acf0e0ffbf00e44c2e9848a62e0b6d402b31fa.zip |
Vendor import of tnftp-20130505.vendor/tnftp/20130505
Notes
Notes:
svn path=/vendor/tnftp/dist/; revision=250274
svn path=/vendor/tnftp/20130505/; revision=250275; tag=vendor/tnftp/20130505
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -1,4 +1,23 @@ -This is tnftp version 20091122. +$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: + + Portability fixes. Changes in tnftp from 20090606 to 20091122: @@ -22,7 +41,6 @@ Changes in tnftp from 20070806 to 20090520: Fix various compiler warnings. - Changes in tnftp from 20050625 to 20070806: Implement '-s srcaddr' to set the local IP address for @@ -33,4 +51,3 @@ Changes in tnftp from 20050625 to 20070806: Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... Portability fixes, including for FreeBSD, Mac OS X, and Solaris. - |