diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 07:52:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 07:52:53 +0000 |
commit | fc6eff13b5414caf6edf22d73a3239e074a04216 (patch) | |
tree | eada47ce6b65dee31800734c70220bf22c8deec3 /RELEASE-NOTES | |
parent | e7ee1ccf4596a37a2278e523d0da7652ab43a42c (diff) |
General HTTP authentication cleanup and fixes
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 da90af910..eeecfc955 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,12 +2,14 @@ Curl and libcurl 7.12.0. Public curl release number: 81 Releases counted from the very beginning: 108 - Available command line options: 94 + Available command line options: 95 Available curl_easy_setopt() options: 113 Number of public functions in libcurl: 35 This release includes the following changes: + o curl --proxy-digest is a new command line option + o the Windows version of libcurl can use wldap32.dll for LDAP o curl_easy_strerror(), curl_multi_strerror() and curl_share_strerror() o IPv6-enabled Windows hosts now resolves names threaded/asynch as well o configure --with-libidn can be used to point out the root dir of a libidn @@ -16,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o HTTP Digest authentication with the proxy works o mulipart formposting with -F and file names with spaces work again o curl_easy_duphandle() now works when ares-enabled o HTTP Digest authentication works a lot more like the RFC says |