]> granicus.if.org Git - curl/commitdiff
password prompting gone from libcurl, fixed for ntlm
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Oct 2003 14:13:08 +0000 (14:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Oct 2003 14:13:08 +0000 (14:13 +0000)
RELEASE-NOTES

index 802ceea7a861d37c8fdeda86b5cdcb94f64b53f8..2fe80d22b249e31d5ac49f13bb6dcbcbe8cbd57a 100644 (file)
@@ -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