mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
RELEASE-NOTES: synced
This commit is contained in:
parent
139202bb68
commit
c86d635b66
@ -75,6 +75,10 @@ This release includes the following bugfixes:
|
|||||||
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
|
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
|
||||||
o winbuild: Support MultiSSL builds [34]
|
o winbuild: Support MultiSSL builds [34]
|
||||||
o xattr: skip unittest on unsupported platforms [20]
|
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:
|
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,
|
Aron Bergman, Brad Spencer, cclauss on github, Dan Fandrich,
|
||||||
Daniel Gustafsson, Daniel Stenberg, Eli Schwartz, Even Rouault, Gisle Vanem,
|
Daniel Gustafsson, Daniel Stenberg, Eli Schwartz, Even Rouault, Gisle Vanem,
|
||||||
Jakub Zakrzewski, Jan Ehrhardt, Jonathan Moerman, Kamil Dudka,
|
Jakub Zakrzewski, Jan Ehrhardt, Jonathan Cardoso Machado, Jonathan Moerman,
|
||||||
Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu, niner on github,
|
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,
|
Paolo Mossino, Patrick Monnerat, Po-Chuan Hsieh, Poul T Lomholt, Ray Satiro,
|
||||||
Reed Loden, Rikard Falkeborn, Simon Warta, Steve Holme, Tim Rühsen,
|
Reed Loden, Ricardo Gomes, Rikard Falkeborn, Simon Warta, Steve Holme,
|
||||||
Tom van der Woerdt, Tseng Jun, Wyatt O'Day, XmiliaH on github, Yiming Jing,
|
Tim Rühsen, Tom van der Woerdt, Tseng Jun, Wyatt O'Day, XmiliaH on github,
|
||||||
(32 contributors)
|
Yiming Jing,
|
||||||
|
(34 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
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
|
[46] = https://curl.haxx.se/bug/?i=3769
|
||||||
[47] = https://curl.haxx.se/bug/?i=3801
|
[47] = https://curl.haxx.se/bug/?i=3801
|
||||||
[48] = https://curl.haxx.se/bug/?i=3488
|
[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
|
||||||
|
Loading…
Reference in New Issue
Block a user