aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-20 21:49:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-20 21:49:41 +0000
commitec4a16f2e01b0b92e16fc841bc676394f37022f1 (patch)
tree7abb7dfa87e76e05c216a6d0196ed5236c82c8bf /RELEASE-NOTES
parentca5de26f50ae3c02db92592cd0aec1ff4fcc9785 (diff)
Armel Asselin fixed problems when you gave a proxy URL with user name and
empty password or no password at all. Test case 278 and 279 were added to verify.
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 cebb6b614..19c994079 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -21,6 +21,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o proxy URL with user name and empty password or no password at all now work
o fixed a socket state problem with *multi_socket()
o (HTTP) NTLM hostname fix
o getsockname usage fixes