diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-28 08:26:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-28 08:26:36 +0000 |
commit | 064bc3ecbc13c877139bc4003d95bc2e3cea2ebe (patch) | |
tree | 74c8de9a1b57e2683a6f08a69ba6ac003a64ea32 /RELEASE-NOTES | |
parent | cf38a4c47011b449c3d51aaef345bcf19ce383b7 (diff) |
Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't work
when built ipv6-enabled. I've now made a fix for it. Writing test cases for
custom port strings turned too tricky so unfortunately there's none.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5e57b2231..74609e5f8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following changes: This release includes the following bugfixes: + o CURLOPT_FTPPORT and -P work when built ipv6-enabled o FTP third party transfers was much improved o proxy environment variables are now ignored when built HTTP-disabled o CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled @@ -50,6 +51,6 @@ advice from friends like these: Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt, Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder, Dan Torop, Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel Díaz García, - Stephan Bergmann, Philippe Hameau, Ian Ford + Stephan Bergmann, Philippe Hameau, Ian Ford, Stephen More Thanks! (and sorry if I forgot to mention someone) |