RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2018-09-22 00:16:57 +02:00
parent 6f0afb842c
commit dee1700ce6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 17 additions and 4 deletions

View File

@ -22,8 +22,12 @@ This release includes the following changes:
This release includes the following bugfixes:
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 certs: generate tests certs with sha256 digest algorithm [37]
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: fix leak when writing cookies to file [15]
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 lib: fix gcc8 warning on Windows [20]
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: bail out if the response gets overly large [13]
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 tests: add unit tests for url.c [3]
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]
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
advice from friends like these:
Daniel Gustafsson, Daniel Shahaf, Daniel Stenberg, Dave Reisner, Han Han,
Harry Sintonen, Jim Fuller, Kamil Dudka, Marcel Raad, Marc Hörsken,
Max Dymond, Nicklas Avén, Nick Zitzmann, Philipp Waehnert, Rainer Jung,
Daniel Gustafsson, Daniel Shahaf, Daniel Stenberg, Dave Reisner,
Eason-Yu on github, Erik Minekus, Han Han, Harry Sintonen, Jim Fuller,
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,
Viktor Szakats, Yiming Jing,
(21 contributors)
(25 contributors)
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
[34] = https://curl.haxx.se/bug/?i=2996
[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