mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
RELEASE-NOTES: synced
This commit is contained in:
parent
6f0afb842c
commit
dee1700ce6
@ -22,8 +22,12 @@ This release includes the following changes:
|
|||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
o CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated [5]
|
o CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated [5]
|
||||||
|
o Curl_saferealloc: Fixed typo in docblock [40]
|
||||||
|
o GnutTLS: TLS 1.3 support [39]
|
||||||
o anyauthput: fix compiler warning on 64-bit Windows [21]
|
o anyauthput: fix compiler warning on 64-bit Windows [21]
|
||||||
|
o certs: generate tests certs with sha256 digest algorithm [37]
|
||||||
o cmake: don't require OpenSSL if USE_OPENSSL=OFF [35]
|
o cmake: don't require OpenSSL if USE_OPENSSL=OFF [35]
|
||||||
|
o configure: force-use -lpthreads on HPUX [41]
|
||||||
o cookies: Remove redundant expired check [14]
|
o cookies: Remove redundant expired check [14]
|
||||||
o cookies: fix leak when writing cookies to file [15]
|
o cookies: fix leak when writing cookies to file [15]
|
||||||
o curl: update the documentation of --tlsv1.0 [17]
|
o curl: update the documentation of --tlsv1.0 [17]
|
||||||
@ -39,6 +43,7 @@ This release includes the following bugfixes:
|
|||||||
o krb5: fix memory leak in krb_auth [25]
|
o krb5: fix memory leak in krb_auth [25]
|
||||||
o lib: fix gcc8 warning on Windows [20]
|
o lib: fix gcc8 warning on Windows [20]
|
||||||
o memory: add missing curl_printf header [30]
|
o memory: add missing curl_printf header [30]
|
||||||
|
o nss: try to connect even if libnssckbi.so fails to load [36]
|
||||||
o ntlm_wb: Fix memory leaks in ntlm_wb_response [24]
|
o ntlm_wb: Fix memory leaks in ntlm_wb_response [24]
|
||||||
o ntlm_wb: bail out if the response gets overly large [13]
|
o ntlm_wb: bail out if the response gets overly large [13]
|
||||||
o openssl: assume engine support in 0.9.8 or later [27]
|
o openssl: assume engine support in 0.9.8 or later [27]
|
||||||
@ -52,6 +57,7 @@ This release includes the following bugfixes:
|
|||||||
o test1452: mark as flaky [2]
|
o test1452: mark as flaky [2]
|
||||||
o tests: add unit tests for url.c [3]
|
o tests: add unit tests for url.c [3]
|
||||||
o urlglob: improve error message on bad globs [22]
|
o urlglob: improve error message on bad globs [22]
|
||||||
|
o vtls: fix ssl version "or later" behavior change for many backends [38]
|
||||||
o x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert [6]
|
o x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert [6]
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
@ -61,12 +67,13 @@ 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:
|
||||||
|
|
||||||
Daniel Gustafsson, Daniel Shahaf, Daniel Stenberg, Dave Reisner, Han Han,
|
Daniel Gustafsson, Daniel Shahaf, Daniel Stenberg, Dave Reisner,
|
||||||
Harry Sintonen, Jim Fuller, Kamil Dudka, Marcel Raad, Marc Hörsken,
|
Eason-Yu on github, Erik Minekus, Han Han, Harry Sintonen, Jim Fuller,
|
||||||
Max Dymond, Nicklas Avén, Nick Zitzmann, Philipp Waehnert, Rainer Jung,
|
Kamil Dudka, Loganaden Velvindron, Marcel Raad, Marc Hörsken, Max Dymond,
|
||||||
|
Maxime Legros, Nicklas Avén, Nick Zitzmann, Philipp Waehnert, Rainer Jung,
|
||||||
Ray Satiro, Rikard Falkeborn, Sergei Nikulov, Thomas Glanzmann,
|
Ray Satiro, Rikard Falkeborn, Sergei Nikulov, Thomas Glanzmann,
|
||||||
Viktor Szakats, Yiming Jing,
|
Viktor Szakats, Yiming Jing,
|
||||||
(21 contributors)
|
(25 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -107,3 +114,9 @@ References to bug reports and discussions on issues:
|
|||||||
[33] = https://curl.haxx.se/bug/?i=3004
|
[33] = https://curl.haxx.se/bug/?i=3004
|
||||||
[34] = https://curl.haxx.se/bug/?i=2996
|
[34] = https://curl.haxx.se/bug/?i=2996
|
||||||
[35] = https://curl.haxx.se/bug/?i=3001
|
[35] = https://curl.haxx.se/bug/?i=3001
|
||||||
|
[36] = https://curl.haxx.se/bug/?i=3016
|
||||||
|
[37] = https://curl.haxx.se/bug/?i=3014
|
||||||
|
[38] = https://curl.haxx.se/bug/?i=2969
|
||||||
|
[39] = https://curl.haxx.se/bug/?i=2971
|
||||||
|
[40] = https://curl.haxx.se/bug/?i=3029
|
||||||
|
[41] = https://curl.haxx.se/bug/?i=2697
|
||||||
|
Loading…
Reference in New Issue
Block a user