diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-04 23:50:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-04 23:50:18 +0200 |
commit | c86d635b66ee0bf769076cfb1c187ccac032d41a (patch) | |
tree | 9600c4d62bb53a3516d078965d0a1e3a9c4846b9 | |
parent | 139202bb68dcccd01eab031db5b331db1f999d3b (diff) |
RELEASE-NOTES: synced
-rw-r--r-- | RELEASE-NOTES | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ae87c200b..fdb9acdbf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 |