aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-04 10:33:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-04 10:33:38 +0100
commitc2220ed63983defaea4f5d040c044dc19d451434 (patch)
tree7a9a5439aa8a4e820fbcd992638744ce9d7c4197 /RELEASE-NOTES
parent643b9e4daf078bca0059d6e3289472e04369aa3f (diff)
RELEASE-NOTES: synced
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES49
1 files changed, 40 insertions, 9 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cb1c04015..1f560de0a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,9 +8,9 @@ curl and libcurl 7.69.0
This release includes the following changes:
+ o polarssl: removed [16]
o smtp: introducing CURLOPT_MAIL_RCPT_ALLLOWFAILS and --mail-rcpt-allowfails [23]
o wolfSSH: new support SSH backend [5]
- o polarssl: removed [16]
This release includes the following bugfixes:
@@ -18,18 +18,25 @@ This release includes the following bugfixes:
o CMake: use check_symbol_exists also for inet_pton [19]
o CURLOPT_PROXY_SSL_OPTIONS.3: Sync with CURLOPT_SSL_OPTIONS.3
o HTTP-COOKIES.md: describe the cookie file format [21]
+ o KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: header
+ o README: mention that the docs is in docs/ [49]
+ o altsvc: use h3-25 [40]
+ o cleanup: fix typos and wording in docs and comments [39]
o cmake: Enable SMB for Windows builds [12]
o cmake: Improve libssh2 check on Windows [8]
o cmake: support specifying the target Windows version [27]
o conn: do not reuse connection if SOCKS proxy credentials differ [32]
o conncache: removed unused Curl_conncache_bundle_size() [33]
o connection reuse: respect the max_concurrent_streams limits [3]
+ o cookie: check __Secure- and __Host- case sensitively [43]
o curl: Let -D merge headers in one file again [25]
+ o curl: avoid using strlen for testing if a string is empty [37]
o curl: make #0 not output the full URL [4]
o curl: make the -# spaceship bar not wrap the line [30]
o curl: remove 'config' field from OutStruct [6]
o curl:progressbarinit: ignore column width from terminals < 20 [18]
o curl_global_init: assume the EINTR bit by default [31]
+ o curl_global_init: move the IPv6 works status bool to multi handle [48]
o data.d: remove "Multiple files can also be specified" [26]
o form.d: fix two minor typos [34]
o hostip: move code to resolve IP address literals to `Curl_resolv` [13]
@@ -39,17 +46,26 @@ This release includes the following bugfixes:
o libssh2: add support for forcing a hostkey type [7]
o libssh2: fix variable type [17]
o llist: removed unused Curl_llist_move() [33]
+ o location.d: the method change is from POST to GET only [46]
o mk-ca-bundle: add support for CKA_NSS_SERVER_DISTRUST_AFTER [36]
o multi: Change curl_multi_wait/poll to error on negative timeout [11]
+ o multi_done: if multiplexed, make conn->data point to another transfer [45]
o ngtcp2: Add an error code for QUIC connection errors [10]
+ o ngtcp2: update to git master and its draft-25 support [42]
+ o ntlm: Move the winbind data into the NTLM data structure
+ o oauth2-bearer.d: works for HTTP too [44]
o openssl: make CURLINFO_CERTINFO not truncate x509v3 fields [35]
+ o openssl: remove redundant assignment [38]
o os400: fixed the build [29]
+ o quiche: update to draft-25 [41]
o runtests: make random seed fixed for a month [1]
o schannel: Make CURLOPT_CAINFO work better on Windows 7 [9]
o schannel_verify: Fix alt names manual verify for UNICODE builds [20]
o singleuse.pl: support new API functions, fix curl_dbg_ handling [33]
o strcase: turn Curl_raw_tolower into static [33]
o tool_dirhie: Allow directory traversal during creation [2]
+ o travis: update non-OpenSSL Linux jobs to Bionic [38]
+ o urlapi: guess scheme properly with credentials given [47]
o urldata: do string enums without #ifdefs for build scripts [29]
o vtls: Refactor Curl_multissl_version to make the code clearer [14]
@@ -60,14 +76,16 @@ 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:
- Andrew Potter, Aron Rotteveel, bnfp on github, Brian Carpenter,
- bsammon on github, Christian Heimes, Daniel Marjamäki, Daniel Stenberg,
- Emil Engler, Faizur Rahman, hamstergene on github, Jeroen Ooms,
- Johannes Schindelin, Jon Rumsey, Kunal Ekawde, Marc Aldorasi, Marcel Raad,
- mbeifuss on github, Mike Norton, naost3rn on github, Nicolas Guillier,
- Pavel Volgarev, Peter Piekarski, Ray Satiro, Santino Keupp, Tobias Hieta,
- vshmuk on hackerone, 加藤郁之,
- (28 contributors)
+ Alessandro Ghedini, Andrew Potter, Andrius Merkys, Aron Rotteveel,
+ Austin Green, bnfp on github, Brian Carpenter, bsammon on github,
+ Christian Heimes, crazydef on github, Dan Fandrich, Daniel Gustafsson,
+ Daniel Marjamäki, Daniel Stenberg, dmitrmax on github, Emil Engler,
+ Faizur Rahman, hamstergene on github, Jeroen Ooms, Johannes Schindelin,
+ Jon Rumsey, Kunal Ekawde, Marc Aldorasi, Marcel Raad, mbeifuss on github,
+ Mike Norton, Mischa Salle, naost3rn on github, Nicolas Guillier,
+ Orgad Shaneh, Pavel Volgarev, Pedro Monreal, Peter Piekarski, Ray Satiro,
+ Santino Keupp, Steve Holme, Tobias Hieta, vshmuk on hackerone, 加藤郁之,
+ (39 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -109,3 +127,16 @@ References to bug reports and discussions on issues:
[34] = https://curl.haxx.se/bug/?i=4843
[35] = https://curl.haxx.se/bug/?i=4837
[36] = https://curl.haxx.se/bug/?i=4834
+ [37] = https://curl.haxx.se/bug/?i=4873
+ [38] = https://curl.haxx.se/bug/?i=4872
+ [39] = https://curl.haxx.se/bug/?i=4869
+ [40] = https://curl.haxx.se/bug/?i=4868
+ [41] = https://curl.haxx.se/bug/?i=4867
+ [42] = https://curl.haxx.se/bug/?i=4865
+ [43] = https://curl.haxx.se/bug/?i=4864
+ [44] = https://curl.haxx.se/bug/?i=4862
+ [45] = https://curl.haxx.se/bug/?i=4845
+ [46] = https://curl.haxx.se/bug/?i=4859
+ [47] = https://curl.haxx.se/bug/?i=4856
+ [48] = https://curl.haxx.se/bug/?i=4851
+ [49] = https://curl.haxx.se/bug/?i=4830