From 147eca8ba4ff78bf496cc1b59997ab4a24364b71 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 31 Aug 2020 09:54:52 +0200 Subject: [PATCH] RELEASE-NOTES: synced --- RELEASE-NOTES | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a3a1aa1ff..585abd77c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,10 +1,10 @@ curl and libcurl 7.73.0 Public curl releases: 195 - Command line options: 233 - curl_easy_setopt() options: 277 + Command line options: 234 + curl_easy_setopt() options: 278 Public functions in libcurl: 85 - Contributors: 2248 + Contributors: 2250 This release includes the following changes: @@ -12,18 +12,24 @@ This release includes the following changes: 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 mqtt: enable by default [28] o sftp: add new quote commands 'atime' and 'mtime' [6] o sftp: add the option CURLKHSTAT_FINE_REPLACE [27] + o tls: add CURLOPT_SSL_EC_CURVES and --curves [29] 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 CI/azure: no longer ignore results of test 1013 [43] + o CMake: add option to enable Unicode on Windows [48] o configure: fix pkg-config detecting wolfssl [26] + o conn: check for connection being dead before reuse [39] 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: add description about CI platforms to CONTRIBUTE.md [44] 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] @@ -36,6 +42,7 @@ This release includes the following bugfixes: 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 ntlm: fix condition for curl_ntlm_core usage [46] 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] @@ -44,6 +51,7 @@ This release includes the following bugfixes: 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 select: simplify return code handling for poll and select [49] 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] @@ -59,14 +67,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: - Alessandro Ghedini, Andrew Barnes, Christian Weisgerber, + Alessandro Ghedini, Andrew Barnes, Chris Paulson-Ellis, 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) + jmdavitt on github, Marcel Raad, Marc Hörsken, Michael Baentsch, + Michael Musset, Rasmus Melchior Jacobsen, Ray Satiro, Samuel Tranchet, + Stefan Strogin, Tatsuhiro Tsujikawa, Tomas Berger, Viktor Szakats, + (29 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -99,6 +107,8 @@ 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 + [28] = https://curl.haxx.se/bug/?i=5858 + [29] = https://curl.haxx.se/bug/?i=5892 [30] = https://curl.haxx.se/bug/?i=5879 [31] = https://curl.haxx.se/bug/?i=5867 [32] = https://curl.haxx.se/bug/?i=5583 @@ -108,5 +118,11 @@ References to bug reports and discussions on issues: [36] = https://curl.haxx.se/bug/?i=5846 [37] = https://curl.haxx.se/bug/?i=5853 [38] = https://curl.haxx.se/bug/?i=5866 + [39] = https://curl.haxx.se/bug/?i=5884 [40] = https://curl.haxx.se/bug/?i=5365 [41] = https://curl.haxx.se/bug/?i=5871 + [43] = https://curl.haxx.se/bug/?i=5889 + [44] = https://curl.haxx.se/bug/?i=5882 + [46] = https://curl.haxx.se/bug/?i=1262 + [48] = https://curl.haxx.se/bug/?i=5843 + [49] = https://curl.haxx.se/bug/?i=5880