diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-22 08:19:52 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-23 07:55:48 +0100 |
commit | 9819cec61b00cc872136ea5faf469627b3b87e69 (patch) | |
tree | e56ee7930eaaf92c997d2119bb9b1fc7cd4d0f78 /RELEASE-NOTES | |
parent | b733c9cb0baa94c1c8e115e927f119424f5ef93f (diff) |
RELEASE-NOTES: curl 7.48.0
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 b1315325b..54029dbce 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,13 +4,14 @@ Curl and libcurl 7.48.0 Command line options: 179 curl_easy_setopt() options: 221 Public functions in libcurl: 61 - Contributors: 1348 + Contributors: 1364 This release includes the following changes: o configure: --with-ca-fallback: use built-in TLS CA fallback [2] o TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS [22] o getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION [25] + o added CODE_STYLE.md [47] This release includes the following bugfixes: @@ -87,6 +88,8 @@ This release includes the following bugfixes: o build: Added missing Visual Studio filter files for VC10 onwards o easy: Remove poll failure check in easy_transfer o mbedtls: fix compiler warning + o build-wolfssl: Update VS properties for wolfSSL v3.9.0 + o Fixed various compilation warnings when verbose strings disabled This release includes the following known bugs: @@ -153,3 +156,4 @@ References to bug reports and discussions on issues: [43] = https://curl.haxx.se/bug/?i=712 [44] = https://curl.haxx.se/mail/lib-2016-03/0150.html [45] = https://curl.haxx.se/bug/?i=719 + [47] = https://curl.haxx.se/dev/code-style.html |