diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-16 13:31:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-16 13:31:42 +0200 |
commit | f7d6bdca6c804a7a399a97c42d5bdaa75c5f5327 (patch) | |
tree | 0ac33b0edd6970789382dd0550fe3c6ec1edfadb /RELEASE-NOTES | |
parent | a1a5cd04877fd6fd54dce257138ee860a0aab5bc (diff) |
RELEASE-NOTES: synced with a1a5cd04877fd6fd
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 21abfbeb2..8170c141b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,6 +35,15 @@ This release includes the following bugfixes: o ftp: fix Curl_ftpsendf o mprintf: return error on too many arguments o smb: properly check incoming packet boundaries [14] + o GIT-INFO: remove the Mac 10.1-specific details [15] + o resolve: add error message when resolving using SIGALRM [16] + o cmake: add nghttp2 support [17] + o dist: remove PDF and HTML converted docs from the releases [18] + o configure: detect the broken poll() in macOS 10.12 [19] + o vtls: only re-use session-ids using the same scheme + o pipelining: skip to-be-closed connections when pipelining [20] + o win: fix Universal Windows Platform build [21] + o curl: do not set CURLOPT_SSLENGINE to DEFAULT automatically [22] This release includes the following known bugs: @@ -43,12 +52,14 @@ 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: - Akshay Vernekar, Alexander Sinditskiy, Bernard Spil, Dan Fandrich, - Daniel Gustafsson, Daniel Stenberg, Jeroen Ooms, Kamil Dudka, - lukaszgn on github, Michael Kaufmann, Nick Zitzmann, Rainer Müller, - Ray Satiro, Sebastian Mundry, Sergei Kuzmin, Stephen Brokenshire, - Tobias Stoeckmann, Toby Peterson, Todd Short, Tony Kelman, - (20 contributors) + Akshay Vernekar, Alexander Sinditskiy, Andreas Streichardt, Bernard Spil, + Dan Fandrich, Daniel Gustafsson, Daniel Stenberg, Darío Hereñú, + David Woodhouse, Jeroen Ooms, Kamil Dudka, lukaszgn on github, Marcel Raad, + Michael Kaufmann, Nick Zitzmann, nopjmp on github, Paul Joyce, Rainer Müller, + Ray Satiro, Remo E, Rider Linden, Sebastian Mundry, Sergei Kuzmin, + Stephen Brokenshire, Tobias Stoeckmann, Toby Peterson, Todd Short, + Tony Kelman, Torben Dannhauer, + (29 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -68,3 +79,11 @@ References to bug reports and discussions on issues: [12] = https://curl.haxx.se/bug/?i=1053 [13] = https://curl.haxx.se/bug/?i=1056 [14] = https://curl.haxx.se/bug/?i=1052 + [15] = https://curl.haxx.se/bug/?i=1049 + [16] = https://curl.haxx.se/bug/?i=1066 + [17] = https://curl.haxx.se/bug/?i=922 + [18] = https://curl.haxx.se/mail/lib-2016-10/0040.html + [19] = https://curl.haxx.se/bug/?i=1057 + [20] = https://curl.haxx.se/bug/?i=1075 + [21] = https://curl.haxx.se/bug/?i=1048 + [22] = https://curl.haxx.se/bug/?i=1042 |