diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-09 13:13:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-09 13:13:10 +0000 |
commit | 5ddad4cdb3f66a12c65845c3b1812406a59dd9ed (patch) | |
tree | 1295ae45df99a67f134d41cd8ead60091d5e1466 /RELEASE-NOTES | |
parent | 338c2da24feaa6e4c1b07d34b79f2ab2307dd21c (diff) |
version string, krb4 link fix, added number of web mirrors and libcurl bindings
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4a77f1e91..afac7e560 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -5,9 +5,13 @@ Curl and libcurl 7.12.1 Available command line options: 96 Available curl_easy_setopt() options: 120 Number of public functions in libcurl: 36 + Amount of public web site mirrors: 12 + Number of known libcurl bindings: 26 This release includes the following changes: + o the version string now only contains info about (sub) package versions, + while for example krb4 and ipv6 now only are available as 'features' o added curl_easy_reset() o socks proxy support even when libcurl is built ipv6-enabled o read callbacks can stop the transfer by returning CURL_READFUNC_ABORT @@ -20,6 +24,7 @@ This release includes the following changes: This release includes the following bugfixes: + o fixed a krb4 link problem o HTTP Negotiate service name now provided in uppercase o no longer accepts any cookies with domain set to just a TLD o HTTP Digest fix for properties without quotes in the header |