summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-01 02:09:08 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-01 02:09:08 +0000
commit9251dd7b2412214d3b25da666f7755a7ab207d39 (patch)
tree4247f5d6e31cc0a930872dd385d58ba67a9c0ac3 /RELEASE-NOTES
parent3615063fbcb17d04e3fa798187c7c7b8b035b6dd (diff)
downloadcurl-9251dd7b2412214d3b25da666f7755a7ab207d39.tar.gz
User names embedded in proxy URLs without a password were parsed
incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 76b545f3e..353b4c643 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -41,6 +41,7 @@ This release includes the following bugfixes:
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
+ o a user name in a proxy URL without a password was parsed incorrectly
This release includes the following known bugs: