diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-22 21:21:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-22 21:21:01 +0000 |
commit | d792937686dac6a0a5217a589d8a2ba3ec083f51 (patch) | |
tree | 7f226b7b2b8e5996bf9f8126642a2891fe2a0565 /RELEASE-NOTES | |
parent | bac66ec26ba60e371afd811214f5462ff7402789 (diff) |
Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
code when doing pure ipv6 EPRT connections.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 104296537..7b74752db 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + p (FTP) EPRT transfers with IPv6 didn't work properly o (FTP) SINGLECWD mode and using files in the root dir o (HTTP) Expect: header disabling work better o (HTTP) "Expect: 100-continue" disable on second POST on re-used connection @@ -32,6 +33,7 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs + Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs, + Peter Sylvester Thanks! (and sorry if I forgot to mention someone) |