aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-07 22:59:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-07 22:59:06 +0000
commit493d6033aa299b614f0edecd86e1eccf95a86a00 (patch)
tree3de57b6ace09cb6063830cfa319db2dd2725a329 /RELEASE-NOTES
parent8f219af884dcb330d96d71928c9bbdd003919b4b (diff)
Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a
HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP internally when an HTTP proxy is used, even for FTP URLs. The problem would also occur with other multi-pass auth methods.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 114698340..b6a02ffea 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -5,7 +5,7 @@ Curl and libcurl 7.14.1
Available command line options: 107
Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46
- Amount of public web site mirrors: 24
+ Amount of public web site mirrors: 25
Number of known libcurl bindings: 31
Number of contributors: 437
@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o using NTLM over proxy with an FTP URL
o curl-config --features now displays SSL when built with GnuTLS too
o CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST reset CURLOPT_NOBODY
o builds fine on AmigaOS again
@@ -50,6 +51,6 @@ advice from friends like these:
John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza,
Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich,
- Adrian Schuur, Diego Casorran, Peteris Krumins
+ Adrian Schuur, Diego Casorran, Peteris Krumins, Jon Grubbs
Thanks! (and sorry if I forgot to mention someone)