diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-24 08:30:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-24 08:30:09 +0000 |
commit | ea6531cf32a7c46d2c919f02c6b650e31a458052 (patch) | |
tree | aecd2cb6cdb7c389050aa79051fe1a287eabf7a6 /RELEASE-NOTES | |
parent | 2afb88e2ce8dc5e1174bd7e79d41274724626dd0 (diff) |
- Brian J. Murrell found out that Negotiate proxy authentication didn't work.
It happened because the code used the struct for server-based auth all the
time for both proxy and server auth which of course was wrong.
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 a5a722123..57e021fdc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -43,6 +43,7 @@ This release includes the following bugfixes: o ease creation of libcurl Mac OS X Framework o CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD are -1 if unknown + o Negotiate proxy authentication This release includes the following known bugs: @@ -55,6 +56,6 @@ advice from friends like these: Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor, Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert, Andre Guibert de Bruet, Kamil Dudka, Patrik Thunstrom, Linus Nielsen Feltzing, Mark Incley, - Daniel Johnson, James Cheng + Daniel Johnson, James Cheng, Brian J. Murrell Thanks! (and sorry if I forgot to mention someone) |