[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 36/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 36/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:17:31 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 7731c35886c55197b206d4627ebd322ffad9bd80
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Aug 27 11:31:27 2020 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 42 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 39 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ee3c8a938..b49ee92f1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,24 +4,41 @@ curl and libcurl 7.73.0
Command line options: 232
curl_easy_setopt() options: 277
Public functions in libcurl: 82
- Contributors: 2242
+ Contributors: 2244
This release includes the following changes:
+ o curl: add --output-dir [25]
o curl: support XDG_CONFIG_HOME to find .curlrc [3]
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 checksrc: verify do-while and spaces between the braces [2]
+ o configure: fix pkg-config detecting wolfssl [26]
+ o curl_get_line: build only if cookies or alt-svc are enabled [13]
o dist: add missing CMake Find modules to the distribution [14]
+ 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 lib1560: verify "redirect" to double-slash leading URL [20]
o Makefile.m32: add ability to override zstd libs [ci skip] [10]
+ o multi: expand pre-check for socket readiness [21]
+ 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 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 tls: provide the CApath verbose log on its own line [1]
+ o winbuild: convert the instruction text to README.md [19]
This release includes the following known bugs:
@@ -31,9 +48,12 @@ 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, Harry Sintonen, jmdavitt on github, Ray Satiro,
+ 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,
- (10 contributors)
+ (21 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -47,6 +67,22 @@ References to bug reports and discussions on issues:
[6] = https://curl.haxx.se/bug/?i=5810
[7] = https://curl.haxx.se/bug/?i=5770
[8] = https://curl.haxx.se/bug/?i=5838
+ [9] = https://curl.haxx.se/bug/?i=5669
[10] = https://curl.haxx.se/bug/?i=5840
+ [11] = https://curl.haxx.se/bug/?i=5850
[12] = https://curl.haxx.se/mail/lib-2020-08/0018.html
+ [13] = https://curl.haxx.se/bug/?i=5851
[14] = https://curl.haxx.se/bug/?i=5836
+ [15] = https://curl.haxx.se/bug/?i=5855
+ [16] = https://curl.haxx.se/bug/?i=5859
+ [17] = https://curl.haxx.se/bug/?i=5863
+ [18] = https://curl.haxx.se/bug/?i=5864
+ [19] = https://curl.haxx.se/bug/?i=5861
+ [20] = https://curl.haxx.se/bug/?i=5849
+ [21] = https://curl.haxx.se/bug/?i=5634
+ [22] = https://curl.haxx.se/bug/?i=5634
+ [23] = https://curl.haxx.se/bug/?i=5707
+ [24] = https://curl.haxx.se/bug/?i=5760
+ [25] = https://curl.haxx.se/bug/?i=5637
+ [26] = https://curl.haxx.se/bug/?i=5848
+ [27] = https://curl.haxx.se/bug/?i=5685
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 55/411: CMake: add option to enable Unicode on Windows, (continued)
- [gnurl] 55/411: CMake: add option to enable Unicode on Windows, gnunet, 2021/01/12
- [gnurl] 60/411: CI/azure: no longer ignore results of test 1013, gnunet, 2021/01/12
- [gnurl] 56/411: AppVeyor: switch 64-bit Schannel Debug CMake builds to Unicode, gnunet, 2021/01/12
- [gnurl] 47/411: TLS: fix SRP detection by using the proper #ifdefs, gnunet, 2021/01/12
- [gnurl] 83/411: mqtt.c: avoid curl_ prefix on local variable, gnunet, 2021/01/12
- [gnurl] 78/411: hash: make it 'struct Curl_hash', gnunet, 2021/01/12
- [gnurl] 111/411: configure: let --enable-debug set -Wenum-conversion with gcc >= 10, gnunet, 2021/01/12
- [gnurl] 123/411: docs/LICENSE-MIXING: remove, gnunet, 2021/01/12
- [gnurl] 50/411: sockfilt: handle FD_CLOSE winsock event on write socket, gnunet, 2021/01/12
- [gnurl] 51/411: easyoptions: provide debug function when DEBUGBUILD, gnunet, 2021/01/12
- [gnurl] 36/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 48/411: Curl_pgrsTime - return new time to avoid timeout integer overflow, gnunet, 2021/01/12
- [gnurl] 64/411: tls: add CURLOPT_SSL_EC_CURVES and --curves, gnunet, 2021/01/12
- [gnurl] 86/411: travis: add a CI job with openssl3 (from git master), gnunet, 2021/01/12
- [gnurl] 93/411: docs: add categories to all cmdline opts, gnunet, 2021/01/12
- [gnurl] 98/411: winbuild/rundebug.cmd: remove, gnunet, 2021/01/12
- [gnurl] 84/411: setopt: avoid curl_ on local variable, gnunet, 2021/01/12
- [gnurl] 80/411: curl_threads: make it 'struct Curl_actual_call', gnunet, 2021/01/12
- [gnurl] 103/411: test1541: remove since it is a known bug, gnunet, 2021/01/12
- [gnurl] 74/411: select: align poll emulation to return all relevant events, gnunet, 2021/01/12
- [gnurl] 110/411: openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification, gnunet, 2021/01/12