gdb - Local mods (compile)
[dragonfly.git] / contrib / tnftp / NEWS
1 $NetBSD: NEWS,v 1.12 2015/10/04 06:20:58 lukem Exp $
2
3 This is tnftp version 20151004.
4
5 Changes in tnftp 20141104 to 20151004:
6
7         Implement '-x xferbufsize' to set xferbuf size.
8
9         Add Server Name Indication (SNI) support for https.
10
11         Increase buffer limit used for response handling.
12
13 Changes in tnftp from 20141031 to 20141104:
14
15         Portability fixes.
16
17 Changes in tnftp from 20130505 to 20141031:
18
19         Ignore special character behaviour in filenames not provided
20         by the user.
21         Fixes CVE-2014-8517.
22
23         Fix timeout on HTTP fetches.
24
25 Changes in tnftp from 20100108 to 20130505:
26
27         Support https:// fetch if OpenSSL is available and enabled.
28
29         Allow -R to restart non-existent ftp:// URIs.
30
31         Parse HTTP 'Date' entries in the `C' locale rather than the user's.
32
33         When using the response to SYST to decide whether to default
34         to 'binary' be a lot less specific.
35
36         Portability fixes.
37
38 Changes in tnftp from 20091122 to 20100108:
39
40         Portability fixes.
41
42 Changes in tnftp from 20090606 to 20091122:
43
44         Portability fixes.
45
46 Changes in tnftp from 20090520 to 20090606:
47
48         Portability fixes.
49
50 Changes in tnftp from 20070806 to 20090520:
51
52         Fix intermittent "Alarm clock" error.
53
54         Add epsv6 and epsv to disable extended passive mode for IPv6 or
55         both IPv4 and IPv6 respectively.
56
57         Improve parsing of HTTP chunked transfers per RFC2616.
58
59         Use the service name to getaddrinfo() (along with the host name),
60         so that features such as DNS Service Discovery will work.
61
62         Fix various compiler warnings.
63
64 Changes in tnftp from 20050625 to 20070806:
65
66         Implement '-s srcaddr' to set the local IP address for
67         all connections.
68
69         Support '-q quittime' when waiting for server replies.
70
71         Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
72
73         Portability fixes, including for FreeBSD, Mac OS X, and Solaris.