diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-21 11:05:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-21 11:05:31 +0000 |
commit | 015d5869d7e3daf81548e4d5d55209adfd4285bf (patch) | |
tree | 68ac2015ec29991b3c56ffdb51ecc977c2408437 /RELEASE-NOTES | |
parent | 4686adb4331b539dacd065bafc82e31a9eca08e8 (diff) |
Mark Davies fixed Negotiate authentication over proxy, and also introduced
the --proxy-negotiate command line option to allow a user to explicitly
select it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c54f0162d..dcd863554 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,6 +13,7 @@ This release includes the following changes: o automatically append ";type=<a|i>" when using HTTP proxies for FTP urls o improved NSS support + o added --proxy-negotiate This release includes the following bugfixes: @@ -20,6 +21,7 @@ This release includes the following bugfixes: o ldapv3 support on Windows o ldap builds with the MSVC makefiles o no HOME and no key given caused SSH auth failure + o Negotiate authentication over proxy This release includes the following known bugs: @@ -36,6 +38,7 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire + Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire, + Mark Davies Thanks! (and sorry if I forgot to mention someone) |