mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 18:38:03 -05:00
RELEASE-NOTES: synced with c764cb4add
This commit is contained in:
parent
c764cb4add
commit
749c0ca05b
@ -10,6 +10,8 @@ This release includes the following changes:
|
|||||||
|
|
||||||
o added CURLOPT_DEFAULT_PROTOCOL [6]
|
o added CURLOPT_DEFAULT_PROTOCOL [6]
|
||||||
o added new tool option --proto-default [6]
|
o added new tool option --proto-default [6]
|
||||||
|
o getinfo: added CURLINFO_ACTIVESOCKET
|
||||||
|
o turned CURLINFO_* option docs as stand-alone man pages
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -33,6 +35,18 @@ This release includes the following bugfixes:
|
|||||||
o configure: change functions to detect openssl (clones) [5]
|
o configure: change functions to detect openssl (clones) [5]
|
||||||
o configure: detect latest boringssl [5]
|
o configure: detect latest boringssl [5]
|
||||||
o runtests: Allow for spaces in server-verify curl custom path
|
o runtests: Allow for spaces in server-verify curl custom path
|
||||||
|
o http2: on_frame_recv: get a proper 'conn' for the debug logging
|
||||||
|
o ntlm: mark deliberate switch case fall-through
|
||||||
|
o http2: remove dead code
|
||||||
|
o curl_easy_{escape,unescape}.3: "char *" vs. "const char *" [7]
|
||||||
|
o curl: point out the conflicting HTTP methods if used
|
||||||
|
o cmake: added Windows SSL support [8]
|
||||||
|
o curl_easy_{escape,setopt}.3: fix example
|
||||||
|
o curl_easy_escape.3: escape '\n' [9]
|
||||||
|
o libcurl.m4: Put braces around empty if body [10]
|
||||||
|
o buildconf.bat: Fixed double blank line in 'curl manual' warning output
|
||||||
|
o sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled
|
||||||
|
o
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -44,9 +58,10 @@ advice from friends like these:
|
|||||||
Alessandro Ghedini, Bertrand Simonnet, Brad King, Dan Fandrich,
|
Alessandro Ghedini, Bertrand Simonnet, Brad King, Dan Fandrich,
|
||||||
Daniel Kahn Gillmor, Daniel Seither, Daniel Stenberg, Eric Ridge,
|
Daniel Kahn Gillmor, Daniel Seither, Daniel Stenberg, Eric Ridge,
|
||||||
Erik Janssen, Jactry Zeng, Jim Hollinger, Marcel Raad, Nathaniel Waisbrot,
|
Erik Janssen, Jactry Zeng, Jim Hollinger, Marcel Raad, Nathaniel Waisbrot,
|
||||||
Patricia Muscalu, Ray Satiro, Rémy Léone, Sam Roth, Steve Holme,
|
Nikolai Kondrashov, Patricia Muscalu, Patrick Monnerat, Ray Satiro,
|
||||||
|
Razvan Cojocaru, Rémy Léone, Sam Roth, Sergei Nikulov, Steve Holme,
|
||||||
Svyatoslav Mishyn,
|
Svyatoslav Mishyn,
|
||||||
(19 contributors)
|
(23 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -59,3 +74,7 @@ References to bug reports and discussions on issues:
|
|||||||
[5] = https://android.googlesource.com/platform/external/curl/+/f551028d5caab
|
[5] = https://android.googlesource.com/platform/external/curl/+/f551028d5caab
|
||||||
29d4b4a4ae8c159c76c3cfd4887%5E!/
|
29d4b4a4ae8c159c76c3cfd4887%5E!/
|
||||||
[6] = http://curl.haxx.se/bug/?i=351
|
[6] = http://curl.haxx.se/bug/?i=351
|
||||||
|
[7] = http://curl.haxx.se/bug/?i=395
|
||||||
|
[8] = http://curl.haxx.se/bug/?i=399
|
||||||
|
[9] = http://curl.haxx.se/bug/?i=398
|
||||||
|
[10] = http://curl.haxx.se/bug/?i=402
|
||||||
|
Loading…
Reference in New Issue
Block a user