diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-05-21 16:05:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-05-21 16:05:54 +0200 |
commit | 79fde56ae317a671b74742df3f1d59ce93192013 (patch) | |
tree | 2e4f9df1983805d1c497d97bfce724a43b977dc0 /RELEASE-NOTES | |
parent | 3caaeffbe8ded4deaeb946d23631b04507bee408 (diff) | |
download | curl-79fde56ae317a671b74742df3f1d59ce93192013.tar.gz |
RELEASE-NOTES: synced with 3caaeffbe8ded4
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 34a5c51e2..7c4653992 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,11 @@ This release includes the following bugfixes: o dist: include curl_multi_socket_all.3 [4] o http2: use HTTP/2 in the HTTP/1.1-alike response o openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0 + o CURLOPT_CONNECT_TO.3: user must not free the list prematurely [5] + o libcurl.m4: Avoid obsolete warning [6] + o winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity [7] + o curl_multibyte: fix compiler error + o openssl: cleanup must free compression methods (memory leak) [8] This release includes the following known bugs: @@ -26,9 +31,9 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Daniel Stenberg, Marcel Raad, Paul Howarth, Ray Satiro, Steve Holme, - Tomas Jakobsson, - (6 contributors) + Alexander Traud, Daniel Stenberg, Gisle Vanem, Jan Ehrhardt, Marcel Raad, + Michael Kaufmann, Paul Howarth, Ray Satiro, Steve Holme, Tomas Jakobsson, + (10 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -38,3 +43,7 @@ References to bug reports and discussions on issues: [2] = https://curl.haxx.se/bug/?i=812 [3] = https://curl.haxx.se/bug/?i=813 [4] = https://curl.haxx.se/bug/?i=816 + [5] = https://curl.haxx.se/bug/?i=819 + [6] = https://curl.haxx.se/bug/?i=821 + [7] = https://curl.haxx.se/bug/?i=818 + [8] = https://curl.haxx.se/bug/?i=817 |