RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2018-08-19 00:06:44 +02:00
parent 8c80a9d1e2
commit 4c20b20482
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 26 additions and 11 deletions

View File

@ -32,6 +32,7 @@ This release includes the following bugfixes:
o content_encoding: accept up to 4 unknown trailer bytes after raw deflate data [5] o content_encoding: accept up to 4 unknown trailer bytes after raw deflate data [5]
o curl: Fix segfault when -H @headerfile is empty [23] o curl: Fix segfault when -H @headerfile is empty [23]
o curl: use Content-Disposition before the "URL end" for -OJ [29] o curl: use Content-Disposition before the "URL end" for -OJ [29]
o curl: warn the user if a given file name looks like an option [56]
o darwinssl: add support for ALPN negotiation [7] o darwinssl: add support for ALPN negotiation [7]
o docs/CURLOPT_URL: fix indentation [20] o docs/CURLOPT_URL: fix indentation [20]
o docs/CURLOPT_WRITEFUNCTION: size is always 1 [19] o docs/CURLOPT_WRITEFUNCTION: size is always 1 [19]
@ -43,7 +44,9 @@ This release includes the following bugfixes:
o formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT [40] o formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT [40]
o header output: switch off all styles, not just unbold [8] o header output: switch off all styles, not just unbold [8]
o hostip: fix unused variable warning o hostip: fix unused variable warning
o http2: check nghttp2_session_set_stream_user_data return code [55]
o http2: clear the drain counter in Curl_http2_done [27] o http2: clear the drain counter in Curl_http2_done [27]
o http2: make sure to send after RST_STREAM [58]
o http2: separate easy handle from connections better [12] o http2: separate easy handle from connections better [12]
o http: fix for tiny "HTTP/0.9" response [51] o http: fix for tiny "HTTP/0.9" response [51]
o http_proxy: Remove unused macro SELECT_TIMEOUT [40] o http_proxy: Remove unused macro SELECT_TIMEOUT [40]
@ -79,8 +82,12 @@ This release includes the following bugfixes:
o travis: build darwinssl on macos 10.12 to fix linker errors [33] o travis: build darwinssl on macos 10.12 to fix linker errors [33]
o travis: execute "set -eo pipefail" for coverage build [45] o travis: execute "set -eo pipefail" for coverage build [45]
o travis: run a 'make checksrc' too [25] o travis: run a 'make checksrc' too [25]
o travis: update to GCC [52] o travis: update to GCC-8 [52]
o travis: verify that man pages can be regenerated [50] o travis: verify that man pages can be regenerated [50]
o upload: allocate upload buffer on-demand [60]
o upload: change default UPLOAD_BUFSIZE to 64KB [60]
o urldata: remove unused pipe_broke struct field [57]
o vtls: reinstantiate engine on duplicated handles [59]
o windows: implement send buffer tuning [37] o windows: implement send buffer tuning [37]
o wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random [18] o wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random [18]
@ -91,16 +98,17 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
adnn on github, Anderson Toshiyuki Sasaki, Andrei Virtosu, Bas van Schaik, adnn on github, Anderson Toshiyuki Sasaki, Andrei Virtosu, Anton Gerasimov,
Carie Pointer, Christopher Head, clbr on github, Dan Fandrich, Bas van Schaik, Carie Pointer, Christopher Head, clbr on github,
Daniel Jelinski, Daniel Jeliński, Daniel Stenberg, Darío Hereñú, Dan Fandrich, Daniel Jelinski, Daniel Jeliński, Daniel Stenberg,
Even Rouault, Harry Sintonen, Jakub Zakrzewski, Jeffrey Walton, Jeroen Ooms, Darío Hereñú, Even Rouault, Harry Sintonen, Jakub Zakrzewski, Jeffrey Walton,
Johannes Schindelin, John Butterfield, Josh Bialkowski, Kamil Dudka, Jeroen Ooms, Johannes Schindelin, John Butterfield, Josh Bialkowski,
Marcel Raad, Markus Elfring, Michael Kaufmann, Nick Zitzmann, Kamil Dudka, Laurent Bonnans, Marcel Raad, Markus Elfring, Michael Kaufmann,
Nikos Mavrogiannopoulos, Patrick Monnerat, Paul Howarth, pszemus on github, Nick Zitzmann, Nikos Mavrogiannopoulos, Patrick Monnerat, Paul Howarth,
Ran Mozes, Ray Satiro, Rikard Falkeborn, Rodger Combs, Ruslan Baratov, pszemus on github, Ran Mozes, Ray Satiro, Rikard Falkeborn, Rodger Combs,
Sergei Nikulov, Thomas Klausner, Tobias Blomberg, Viktor Szakats, Zero King, Ruslan Baratov, Sergei Nikulov, Thomas Klausner, Tobias Blomberg,
(39 contributors) Viktor Szakats, Zero King,
(41 contributors)
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@ -160,3 +168,10 @@ References to bug reports and discussions on issues:
[52] = https://curl.haxx.se/bug/?i=2869 [52] = https://curl.haxx.se/bug/?i=2869
[53] = https://curl.haxx.se/bug/?i=2879 [53] = https://curl.haxx.se/bug/?i=2879
[54] = https://curl.haxx.se/bug/?i=2817 [54] = https://curl.haxx.se/bug/?i=2817
[55] = https://curl.haxx.se/bug/?i=2880
[56] = https://curl.haxx.se/bug/?i=2885
[57] = https://curl.haxx.se/bug/?i=2871
[58] = https://curl.haxx.se/bug/?i=2882
[59] = https://curl.haxx.se/bug/?i=2829
[60] = https://curl.haxx.se/bug/?i=2892