mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
RELEASE-NOTES: synced with 0f645adc95
This commit is contained in:
parent
0f645adc95
commit
29e5cf2a2d
@ -8,11 +8,13 @@ Curl and libcurl 7.44.0
|
|||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA
|
o http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA [6]
|
||||||
o examples: added http2-serverpush.c
|
o examples: added http2-serverpush.c [7]
|
||||||
o http2: added curl_pushheader_byname() and curl_pushheader_bynum()
|
o http2: added curl_pushheader_byname() and curl_pushheader_bynum()
|
||||||
o docs: added CODE_OF_CONDUCT.md
|
o docs: added CODE_OF_CONDUCT.md [8]
|
||||||
o configure: disable libidn by default [4]
|
o configure: disable libidn by default [4]
|
||||||
|
o curl: Add --ssl-no-revoke to disable certificate revocation checks [5]
|
||||||
|
o libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS [9]
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -30,6 +32,21 @@ This release includes the following bugfixes:
|
|||||||
o tool_help: fix --tlsv1 help text to use >= for TLSv1
|
o tool_help: fix --tlsv1 help text to use >= for TLSv1
|
||||||
o HTTP: POSTFIELDSIZE set after added to multi handle [3]
|
o HTTP: POSTFIELDSIZE set after added to multi handle [3]
|
||||||
o SSL-PROBLEMS: mention WinSSL problems in WinXP
|
o SSL-PROBLEMS: mention WinSSL problems in WinXP
|
||||||
|
o setup-vms.h: Symbol case fixups
|
||||||
|
o SSL: Pinned public key hash support
|
||||||
|
o libtest: call PR_Cleanup() on exit if NSPR is used
|
||||||
|
o ntlm_wb: Fix theoretical memory leak
|
||||||
|
o runtests: Allow for spaces in curl custom path
|
||||||
|
o http2: add stream != NULL checks for reliability
|
||||||
|
o makefile: Added support for VC14
|
||||||
|
o schannel: Replace deprecated GetVersion with VerifyVersionInfo
|
||||||
|
o http2: verify success of strchr() in http2_send()
|
||||||
|
o configure: add --disable-rt option
|
||||||
|
o openssl: work around MSVC warning
|
||||||
|
o HTTP: ignore "Content-Encoding: compress"
|
||||||
|
o configure: check if OpenSSL linking wants -ldl
|
||||||
|
o build-openssl.bat: Show syntax if required args are missing
|
||||||
|
o test1902: attempt to make the test more reliable
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -38,10 +55,11 @@ This release includes the following known bugs:
|
|||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Cédric Connes, Dan Fandrich, Daniel Stenberg, Feist Josselin, Gustavo Grieco,
|
Cédric Connes, Dan Fandrich, Daniel Stenberg, David Woodhouse, Feist Josselin,
|
||||||
Kamil Dudka, Lior Kaplan, Paul Howarth, Ray Satiro, Roger Leigh,
|
Gustavo Grieco, John E. Malmberg, Kamil Dudka, Lior Kaplan, Marcel Raad,
|
||||||
Stefan Bühler, Tatsuhiro Tsujikawa, Viktor Szakáts,
|
Michael Kaufmann, Michał Fita, Patrick Monnerat, Paul Howarth, Ray Satiro,
|
||||||
(13 contributors)
|
Roger Leigh, Stefan Bühler, Štefan Kremeň, Steve Holme, Tatsuhiro Tsujikawa,
|
||||||
|
Terri Oda, TJ Saunders, Viktor Szakáts,
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -51,3 +69,8 @@ References to bug reports and discussions on issues:
|
|||||||
[2] = https://github.com/bagder/curl/issues/318
|
[2] = https://github.com/bagder/curl/issues/318
|
||||||
[3] = http://curl.haxx.se/mail/lib-2015-06/0122.html
|
[3] = http://curl.haxx.se/mail/lib-2015-06/0122.html
|
||||||
[4] = http://curl.haxx.se/mail/lib-2015-06/0143.html
|
[4] = http://curl.haxx.se/mail/lib-2015-06/0143.html
|
||||||
|
[5] = https://github.com/bagder/curl/issues/264
|
||||||
|
[6] = http://curl.haxx.se/libcurl/c/CURLMOPT_PUSHFUNCTION.html
|
||||||
|
[7] = http://curl.haxx.se/libcurl/c/http2-serverpush.html
|
||||||
|
[8] = https://github.com/bagder/curl/blob/master/docs/CODE_OF_CONDUCT.md
|
||||||
|
[9] = http://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
|
||||||
|
Loading…
Reference in New Issue
Block a user