diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-28 12:58:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-28 12:58:13 +0000 |
commit | e5adab39b165baa3f3f8d7222573f46d54e30771 (patch) | |
tree | c4217d7899a1ce255468ad5f386ea430c651e22d /RELEASE-NOTES | |
parent | d31153584ee81d1bdc0d127ae47426fe9bd21060 (diff) |
curl_easy_reset() now resets the CA bundle path correctly
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b05127967..c3a9da4ff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,7 +7,7 @@ Curl and libcurl 7.16.1 Number of public functions in libcurl: 54 Amount of public web site mirrors: 39 Number of known libcurl bindings: 35 - Number of contributors: 524 + Number of contributors: 539 This release includes the following changes: @@ -54,6 +54,11 @@ This release includes the following bugfixes: o CURLOPT_COOKIELIST set to "ALL" crash o easy handle removal from multi handle before completion o TFTP upload memory leak + o curl_easy_reset() now resets the CA bundle path correctly + +This release includes the following known bugs: + + o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html) Other curl-related news: |