summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-16 14:13:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-16 14:13:08 +0000
commit460979496e172978e7e15e3b9a5b83e6fd21f961 (patch)
tree543ecabe1abac3b551431f70c9653403e7483f36 /RELEASE-NOTES
parentcadcc12169dc6e57362fcdb0dad763a237c5efc5 (diff)
downloadcurl-460979496e172978e7e15e3b9a5b83e6fd21f961.tar.gz
password prompting gone from libcurl, fixed for ntlm
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 802ceea7a..2fe80d22b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,6 +2,7 @@ Curl and libcurl 7.10.8 is out! A bugfix release.
This release includes the following changes:
+ o CURLOPT_PASSWDFUNCTION and CURLOPT_PASSWDDATA are no longer supported.
o IPv6 is now supported on Windows builds too
o CURLOPT_IPRESOLVE lets you select pure IPv6 or IPv4 resolved addresses
(curl offers the command line options -4/--ipv4 and -6/--ipv6)
@@ -20,6 +21,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o double password prompting when doing NTLM fixed
o improved performance when used multi-threaded on windows
o share-locking during DNS lookups was modified
o resume was not possible to switch off properly once enabled