diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 22:46:29 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-31 22:46:29 +0000 |
commit | b4a5ce89c24a8015c1cb3226fd7a53a7af2048bc (patch) | |
tree | edffcd4c32f67bb352f4b51a0e47a08ec64fb417 /RELEASE-NOTES | |
parent | 660516914e35631714c73a2002ccfa4d854a0290 (diff) | |
download | curl-b4a5ce89c24a8015c1cb3226fd7a53a7af2048bc.tar.gz |
Fixed a problem with any FTP URL or any URLs containing an IPv6 address
being mangled when passed to proxies when CURLOPT_PORT is also set
(reported by Pramod Sharma).
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 40fb77ff8..76b545f3e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ This release includes the following bugfixes: o CURL_READFUNC_PAUSE problems fixed o --use-ascii now works on Symbian OS, MS-DOS and OS/2 o CURLINFO_SSL_VERIFYRESULT is fixed + o FTP URLs and IPv6 URLs mangled when sent to proxy with CURLOPT_PORT set This release includes the following known bugs: @@ -60,7 +61,7 @@ advice from friends like these: Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May, Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen, Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei, - Peter Lamberg, David Bau + Peter Lamberg, David Bau, Pramod Sharma Thanks! (and sorry if I forgot to mention someone) |