RELEASE-NOTES: synced with 19613fb3

This commit is contained in:
Daniel Stenberg 2016-11-28 23:40:48 +01:00
parent 19613fb355
commit 4e8e22c25b
1 changed files with 19 additions and 10 deletions

View File

@ -1,7 +1,7 @@
Curl and libcurl 7.52.0
Public curl releases: 161
Command line options: 205
Command line options: 203
curl_easy_setopt() options: 243
Public functions in libcurl: 61
Contributors: 1467
@ -12,7 +12,8 @@ This release includes the following changes:
o vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
o curl: introduce the --tlsv1.3 option to force TLS 1.3
o curl: Add --retry-connrefused [11]
o proxy: Support HTTPS proxy and SOCKS+HTTP(s)
o proxy: Support HTTPS proxy and SOCKS+HTTP(s) [24]
o add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} [20]
This release includes the following bugfixes:
@ -47,6 +48,9 @@ This release includes the following bugfixes:
o url: Fix conn reuse for local ports and interfaces [19]
o x509: Limit ASN.1 structure sizes to 256K
o checksrc: add more checks
o winbuild: add config option ENABLE_NGHTTP2 [21]
o http2: check nghttp2_session_set_local_window_size exists [22]
o http2: Fix crashes when parent stream gets aborted [23]
This release includes the following known bugs:
@ -55,14 +59,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:
Adam Piggott, afrind on github, Alex Chan, Alex Rousskov, Andrei Sedoi,
Bruce Stephens, Dan Fandrich, Daniel Hwang, Daniel Stenberg, Dave Reisner,
David Schweikert, Dmitry Kurochkin, Frank Gevaerts, Isaac Boukris,
Jakub Zakrzewski, Kamil Dudka, Marcel Raad, Mauro Rappa, Mike Crowe,
Neal Poole, Nick Zitzmann, Okhin Vasilij, Patrick Monnerat, Peter Wu,
Ray Satiro, Ricki Hirner, Tatsuhiro Tsujikawa, Thomas Glanzmann, Tony Kelman,
Vasy Okhin,
(30 contributors)
Adam Piggott, afrind on github, Alex Chan, Alex Rousskov, Anders Bakken,
Andrei Sedoi, Bruce Stephens, Dan Fandrich, Daniel Hwang, Daniel Stenberg,
Dave Reisner, David Schweikert, Dmitry Kurochkin, Frank Gevaerts,
Isaac Boukris, Jakub Zakrzewski, Jan Ehrhardt, Kamil Dudka, Marcel Raad,
Mauro Rappa, Michael Kaufmann, Mike Crowe, Neal Poole, Nick Zitzmann,
Okhin Vasilij, Patrick Monnerat, Peter Wu, Ray Satiro, Ricki Hirner,
Tatsuhiro Tsujikawa, Thomas Glanzmann, Tony Kelman, Vasy Okhin,
(33 contributors)
Thanks! (and sorry if I forgot to mention someone)
@ -87,3 +91,8 @@ References to bug reports and discussions on issues:
[17] = https://curl.haxx.se/bug/?i=1105
[18] = https://curl.haxx.se/bug/?i=1102
[19] = https://curl.haxx.se/mail/lib-2016-11/0137.html
[20] = https://curl.haxx.se/bug/?i=1137
[21] = https://curl.haxx.se/bug/?i=1141
[22] = https://github.com/curl/curl/commit/a4d8888#commitcomment-19985676
[23] = https://curl.haxx.se/bug/?i=1125
[24] = https://curl.haxx.se/bug/?i=1127