diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
commit | 3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch) | |
tree | 3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /RELEASE-NOTES | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a2c108075..4a06b3681 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,13 +3,16 @@ Curl and libcurl 7.12.3 Public curl release number: 84 Releases counted from the very beginning: 111 Available command line options: 100 - Available curl_easy_setopt() options: 121 + Available curl_easy_setopt() options: 123 Number of public functions in libcurl: 46 Amount of public web site mirrors: 13 Number of known libcurl bindings: 29 This release includes the following changes: + o CURLOPT_IOCTLFUNCTION and CURLOPT_IOCTLDATA added. If your app uses HTTP + Digest, NTLM or Negotiate authentication, you will most likely want to use + these o -w time_redirect and num_redirects o no longer uses libcurl.def for building on Windows, OS/2 and Netware o builds on Windows CE @@ -19,6 +22,7 @@ This release includes the following changes: This release includes the following bugfixes: + o HTTP PUT/POST with Digest, NTLM or Negotiate no longer uses HEAD o now gracefully bails out when exceeding FD_SETSIZE file descriptors o CURLINFO_REDIRECT_TIME works o building with gssapi libs and hdeaders in the default dirs |