diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-28 23:48:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-28 23:48:25 +0200 |
commit | a935f0bdeb1715ad819c92fc75a49ed3374d5585 (patch) | |
tree | ef9b1408cfb995bfa89c36e3ef95b6a9d95d79d1 /RELEASE-NOTES | |
parent | 70984ce1be4cab6c9e66d196189e9420ff54ac5b (diff) | |
download | curl-a935f0bdeb1715ad819c92fc75a49ed3374d5585.tar.gz |
RELEASE-NOTES: synced
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 44 |
1 files changed, 34 insertions, 10 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b49ee92f1..a3a1aa1ff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,42 +1,54 @@ curl and libcurl 7.73.0 Public curl releases: 195 - Command line options: 232 + Command line options: 233 curl_easy_setopt() options: 277 - Public functions in libcurl: 82 - Contributors: 2244 + Public functions in libcurl: 85 + Contributors: 2248 This release includes the following changes: o curl: add --output-dir [25] o curl: support XDG_CONFIG_HOME to find .curlrc [3] + o curl_easy_option_*: new API for meta-data about easy options [40] o CURLE_PROXY: new error code [7] o sftp: add new quote commands 'atime' and 'mtime' [6] o sftp: add the option CURLKHSTAT_FINE_REPLACE [27] This release includes the following bugfixes: + o buildconf: invoke 'autoreconf -fi' instead [37] o checksrc: verify do-while and spaces between the braces [2] o configure: fix pkg-config detecting wolfssl [26] + o curl.1: fix typo invokved -> invoked [36] o curl_get_line: build only if cookies or alt-svc are enabled [13] + o Curl_pgrsTime - return new time to avoid timeout integer overflow [32] o dist: add missing CMake Find modules to the distribution [14] + o docs: correct non-existing macros in man pages [35] o doh: add error message for DOH_DNS_NAME_TOO_LONG [17] o etag: save and use the full received contents [4] o git: ignore libtests in 3XXX area [16] + o HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 [41] o lib1560: verify "redirect" to double-slash leading URL [20] + o lib: make Curl_gethostname accept a const pointer [38] o Makefile.m32: add ability to override zstd libs [ci skip] [10] o multi: expand pre-check for socket readiness [21] + o multi: handle connection state winsock events [31] o multi: implement wait using winsock events [22] o ngtcp2: adapt to the new pkt_info arguments [18] o openssl: Fix wincrypt symbols conflict with BoringSSL [9] o runtests: clear pid variables when failing to start a server [12] o runtests: make cleardir() erase dot files too [8] o schannel: fix memory leak when using get_cert_location [15] + o scripts: improve the "get latest curl release tag" logic o select.h: make socket validation macros test for INVALID_SOCKET [24] o select: fix poll-based check not detecting connect failure o select: reduce duplication of Curl_poll in Curl_socket_check [23] o setopt: if the buffer exists, refuse the new BUFFERSIZE [5] o socketpair: allow CURL_DISABLE_SOCKETPAIR [11] + o sockfilt: handle FD_CLOSE winsock event on write socket [30] + o SSLCERTS: fix English syntax [34] + o TLS: fix SRP detection by using the proper #ifdefs [33] o tls: provide the CApath verbose log on its own line [1] o winbuild: convert the instruction text to README.md [19] @@ -47,13 +59,14 @@ 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 Barnes, Christian Weisgerber, COFFEETALES on github, Daniel Stenberg, - Don J Olmstead, Eli Schwartz, Emil Engler, fullincome on github, - Gergely Nagy, Harry Sintonen, Javier Blazquez, jmdavitt on github, - Marcel Raad, Marc Hörsken, Michael Musset, Rasmus Melchior Jacobsen, - Ray Satiro, Samuel Tranchet, Tatsuhiro Tsujikawa, Tomas Berger, - Viktor Szakats, - (21 contributors) + Alessandro Ghedini, Andrew Barnes, Christian Weisgerber, + COFFEETALES on github, Daniel Stenberg, Dan Kenigsberg, Don J Olmstead, + Eli Schwartz, Emil Engler, Eric Curtin, fullincome on github, Gergely Nagy, + Harry Sintonen, Ionuț-Francisc Oancea, Javier Blazquez, Jeroen Ooms, + jmdavitt on github, Marcel Raad, Marc Hörsken, Michael Musset, + Rasmus Melchior Jacobsen, Ray Satiro, Samuel Tranchet, Stefan Strogin, + Tatsuhiro Tsujikawa, Tomas Berger, Viktor Szakats, + (27 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -86,3 +99,14 @@ References to bug reports and discussions on issues: [25] = https://curl.haxx.se/bug/?i=5637 [26] = https://curl.haxx.se/bug/?i=5848 [27] = https://curl.haxx.se/bug/?i=5685 + [30] = https://curl.haxx.se/bug/?i=5879 + [31] = https://curl.haxx.se/bug/?i=5867 + [32] = https://curl.haxx.se/bug/?i=5583 + [33] = https://curl.haxx.se/bug/?i=5865 + [34] = https://curl.haxx.se/bug/?i=5876 + [35] = https://curl.haxx.se/bug/?i=5846 + [36] = https://curl.haxx.se/bug/?i=5846 + [37] = https://curl.haxx.se/bug/?i=5853 + [38] = https://curl.haxx.se/bug/?i=5866 + [40] = https://curl.haxx.se/bug/?i=5365 + [41] = https://curl.haxx.se/bug/?i=5871 |