[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 53/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 53/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:17:48 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit a935f0bdeb1715ad819c92fc75a49ed3374d5585
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Fri Aug 28 23:48:25 2020 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 44 ++++++++++++++++++++++++++++++++++----------
1 file 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 18/411: configure: fix pkg-config detecting wolfssl, (continued)
- [gnurl] 18/411: configure: fix pkg-config detecting wolfssl, gnunet, 2021/01/12
- [gnurl] 32/411: schannel: fix memory leak when using get_cert_location, gnunet, 2021/01/12
- [gnurl] 10/411: CURLE_PROXY: new error code, gnunet, 2021/01/12
- [gnurl] 43/411: buildconf: invoke 'autoreconf -fi' instead, gnunet, 2021/01/12
- [gnurl] 49/411: multi: handle connection state winsock events, gnunet, 2021/01/12
- [gnurl] 57/411: ntlm: fix condition for curl_ntlm_core usage, gnunet, 2021/01/12
- [gnurl] 68/411: cmdline-opts/gen.pl: generate nicer "See Also" in curl.1, gnunet, 2021/01/12
- [gnurl] 42/411: lib: make Curl_gethostname accept a const pointer, gnunet, 2021/01/12
- [gnurl] 66/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 39/411: configure: added --disable-get-easy-options, gnunet, 2021/01/12
- [gnurl] 53/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 65/411: mqtt: enable by default, gnunet, 2021/01/12
- [gnurl] 58/411: tests/getpart: use MIME::Base64 instead of home-cooked, gnunet, 2021/01/12
- [gnurl] 63/411: url: remove funny embedded comments in Curl_disonnect calls, gnunet, 2021/01/12
- [gnurl] 46/411: docs: SSLCERTS: fix English syntax, gnunet, 2021/01/12
- [gnurl] 70/411: lib/Makefile.am: bump VERSIONINFO due to new functions, gnunet, 2021/01/12
- [gnurl] 71/411: test971: show test mismatches "inline", gnunet, 2021/01/12
- [gnurl] 44/411: curl.1: fix typo invokved -> invoked, gnunet, 2021/01/12
- [gnurl] 54/411: select: simplify return code handling for poll and select, gnunet, 2021/01/12
- [gnurl] 69/411: optiontable: use DEBUGBUILD, gnunet, 2021/01/12
- [gnurl] 37/411: HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29, gnunet, 2021/01/12