RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2019-05-04 23:50:18 +02:00
parent 139202bb68
commit c86d635b66
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 14 additions and 5 deletions

View File

@ -75,6 +75,10 @@ This release includes the following bugfixes:
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
o winbuild: Support MultiSSL builds [34]
o xattr: skip unittest on unsupported platforms [20]
o urlapi: strip off zone id from numerical IPv6 addresses [49]
o OS400/ccsidcurl: replace use of Curl_vsetopt [50]
o CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value [51]
o CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [52]
This release includes the following known bugs:
@ -85,12 +89,13 @@ advice from friends like these:
Aron Bergman, Brad Spencer, cclauss on github, Dan Fandrich,
Daniel Gustafsson, Daniel Stenberg, Eli Schwartz, Even Rouault, Gisle Vanem,
Jakub Zakrzewski, Jan Ehrhardt, Jonathan Moerman, Kamil Dudka,
Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu, niner on github,
Jakub Zakrzewski, Jan Ehrhardt, Jonathan Cardoso Machado, Jonathan Moerman,
Kamil Dudka, Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu, niner on github,
Paolo Mossino, Patrick Monnerat, Po-Chuan Hsieh, Poul T Lomholt, Ray Satiro,
Reed Loden, Rikard Falkeborn, Simon Warta, Steve Holme, Tim Rühsen,
Tom van der Woerdt, Tseng Jun, Wyatt O'Day, XmiliaH on github, Yiming Jing,
(32 contributors)
Reed Loden, Ricardo Gomes, Rikard Falkeborn, Simon Warta, Steve Holme,
Tim Rühsen, Tom van der Woerdt, Tseng Jun, Wyatt O'Day, XmiliaH on github,
Yiming Jing,
(34 contributors)
Thanks! (and sorry if I forgot to mention someone)
@ -144,3 +149,7 @@ References to bug reports and discussions on issues:
[46] = https://curl.haxx.se/bug/?i=3769
[47] = https://curl.haxx.se/bug/?i=3801
[48] = https://curl.haxx.se/bug/?i=3488
[49] = https://curl.haxx.se/bug/?i=3817
[50] = https://curl.haxx.se/bug/?i=3833
[51] = https://curl.haxx.se/bug/?i=3829
[52] = https://curl.haxx.se/bug/?i=3537