summaryrefslogtreecommitdiffstats
path: root/contrib/tnftp/NEWS
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2011-06-20 08:00:32 +0000
committergavin <gavin@FreeBSD.org>2011-06-20 08:00:32 +0000
commit53f276e3d4f7f36bd258c609d0908855d1a26243 (patch)
treef11cc58f8cc459a6d42d318bd66f3e5a209e87ba /contrib/tnftp/NEWS
parent9185689916b66441c4139d598975c6e6a773b5bc (diff)
parenteff741aef035a9d542d756973d0a81dd4ad6bbe6 (diff)
downloadFreeBSD-src-53f276e3d4f7f36bd258c609d0908855d1a26243.zip
FreeBSD-src-53f276e3d4f7f36bd258c609d0908855d1a26243.tar.gz
Merge tnftp-20100108 from the vendor branch into head.
PR: bin/112288 bin/120256 bin/129014 bin/145528 MFC after: 1 month
Diffstat (limited to 'contrib/tnftp/NEWS')
-rw-r--r--contrib/tnftp/NEWS86
1 files changed, 19 insertions, 67 deletions
diff --git a/contrib/tnftp/NEWS b/contrib/tnftp/NEWS
index 614dec0..7647a81 100644
--- a/contrib/tnftp/NEWS
+++ b/contrib/tnftp/NEWS
@@ -1,84 +1,36 @@
-This is a brief description of the new features and fixes added to
-lukemftp-1.5 since the release of lukemftp-1.4. As always, the manual
-page (src/ftp.cat1) is the place to look for complete descriptions.
+This is tnftp version 20091122.
-* Add new commands:
- features list remote features supported by servers
- mlsd machine parseable directory listing
- mlst machine parseable file listing
- remopts set options on remote features
+Changes in tnftp from 20090606 to 20091122:
- These require support in the remote server for the ftp extensions
- described in RFC 2389 and draft-ietf-ftpext-mlst-11.
+ Portability fixes.
-* Fix support for the --program-prefix and --program-suffix configure
- options.
+Changes in tnftp from 20090520 to 20090606:
----
-This is a brief description of the new features and fixes added to
-lukemftp-1.4 since the release of lukemftp-1.3. As always, the manual
-page (src/ftp.cat1) is the place to look for complete descriptions.
+ Portability fixes.
-* Fix compilation problems on various non 4.4BSD derived platforms which
- support IPv6, and on Linux systems which have strdup() as a macro.
+Changes in tnftp from 20070806 to 20090520:
-* During auto-fetch, don't attempt to autologin a second time if the first
- time failed.
+ Fix intermittent "Alarm clock" error.
----
-This is a brief description of the new features and fixes added to
-lukemftp-1.3 since the release of lukemftp-1.2. As always, the manual
-page (src/ftp.cat1) is the place to look for complete descriptions.
+ Add epsv6 and epsv to disable extended passive mode for IPv6 or
+ both IPv4 and IPv6 respectively.
-* The `ls' command now uses the `LIST' directive instead of `NLST',
- in order to be compatible with RFC959.
+ Improve parsing of HTTP chunked transfers per RFC2616.
-* Add fget command, which reads a list of filenames to retrieve from
- the given file.
+ Use the service name to getaddrinfo() (along with the host name),
+ so that features such as DNS Service Discovery will work.
-* Add support for uploading files on the command-line with `ftp -u'.
+ Fix various compiler warnings.
-* Various fixes to the IPv6 support.
----
-This is a brief description of the new features and fixes added to
-lukemftp-1.2 since the release of lukemftp-1.1. As always, the manual
-page (src/ftp.cat1) is the place to look for complete descriptions.
+Changes in tnftp from 20050625 to 20070806:
-* During remote completion, only send ``NLST'' instead of ``NLST .''
- when reading the list of files from the remote server; some servers
- don't like the trailing `.'.
+ Implement '-s srcaddr' to set the local IP address for
+ all connections.
-* Support a leading ``[user@]'' for ``[user@]host[:][path]'' auto-fetches
- and ``[user@]host'' connections.
+ Support '-q quittime' when waiting for server replies.
-* Always compile in support for setting the type of service on transfers.
- Should speed up transfers on Linux systems.
+ Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
-* Improve performance of non-rate-limited transfers.
+ Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
-* Work around ftp servers that aren't Y2K compliant in returning the
- modification time of a file.
-
-* Update the libedit library to support automatic and magic margins,
- allowing ftp's rprompt to move an extra character to the right.
-
----
-This is a brief description of the new features and fixes added to
-lukemftp-1.1 since the release of lukemftp-1.0. As always, the manual
-page (src/ftp.cat1) is the place to look for complete descriptions.
-
-* Implemented `set prompt' and `set rprompt', which allow you to
- configure the prompt and right side prompt (respectively).
- Some tcsh(1) style `%' escapes are supported, including
- %. %c %/ %m %M %n
-
-* Implemented restarting of file:/// and non-proxied http:// URLs
- (using -R)
-
-* Correctly parse remote ports given as numbers that don't appear in
- the services(5) database.
-
-* Prevent a couple of minor memory leaks
-
-* Add missing compilation setting for SOCKS
OpenPOWER on IntegriCloud