diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-17 14:47:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-17 14:47:50 +0000 |
commit | 3cb06eb2b2e80795d8f97d1fcfdcb8f1d01f02ce (patch) | |
tree | 0414301b28f6402ba7914a5333a9d1f27b19aed9 /RELEASE-NOTES | |
parent | b8e73495a5ae4882b3ba81558be7cdccdd2f7f49 (diff) |
- James Bursa posted a patch to the mailing list that fixed a problem with
no_proxy which made it not skip the proxy if the URL entered contained a
user name. I added test case 1101 to verify.
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 57dcac95a..60324d119 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -47,6 +47,7 @@ This release includes the following bugfixes: o POST, NTLM and following a redirect hang o libcurl+NSS endless loop on incorrect password for private key o gzip decompression memory leak + o no_proxy flaw with user name in URL This release includes the following known bugs: @@ -61,6 +62,6 @@ advice from friends like these: Pramod Sharma, Gisle Vanem, Lenaic Lefever, Rainer Koenig, Sven Wegener, Tim Chen, Constantine Sapuntzakis, David McCreedy, Michael Smith, Colin Watson, Ebenezer Ikonne, Laurent Rabret, Michael Cronenworth, - Balint Szilakszi + Balint Szilakszi, James Bursa Thanks! (and sorry if I forgot to mention someone) |