diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-25 09:40:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-25 09:40:25 +0200 |
commit | 82a33efb33d29872526020331775e337c03beae1 (patch) | |
tree | d4feee1b1e225a00794d9815f0f3a7e4347d85fe | |
parent | b955250b78adbfb7c2e15171e84460051764099d (diff) | |
download | curl-82a33efb33d29872526020331775e337c03beae1.tar.gz |
RELEASE-NOTES: synced
moved the new setopts up to a "change"
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ee88c2002..a6bc51f36 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,6 +9,7 @@ curl and libcurl 7.71.0 This release includes the following changes: o CURLOPT_SSL_OPTIONS: optional use of Windows' CA store (with openssl) [10] + o setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency [31] o setopt: support certificate options in memory with struct curl_blob [41] o tool: Add option --retry-all-errors to retry on any error [27] @@ -56,7 +57,6 @@ This release includes the following bugfixes: o runtests: show elapsed test time with higher precision (ms) o select: fix overflow protection in Curl_socket_check [22] o sendf: make failf() use the mvsnprintf() return code [62] - o setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency [31] o sha256: fixed potentially uninitialized variable [61] o sockfilt: make select_ws stop waiting on exit signal event o source cleanup: remove all custom typedef structs [42] |