[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 130/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 130/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:19:05 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 51e8f2938bb0dd0a58d35bd48e5191a5c78275f7
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Mon Sep 14 09:47:20 2020 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 31 ++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ede3606ae..1275beaeb 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ curl and libcurl 7.73.0
Command line options: 234
curl_easy_setopt() options: 278
Public functions in libcurl: 85
- Contributors: 2254
+ Contributors: 2257
This release includes the following changes:
@@ -21,6 +21,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o altsvc: clone setting in curl_easy_duphandle [60]
+ o base64: also build for smtp, pop3 and imap [81]
o buildconf: invoke 'autoreconf -fi' instead [37]
o checksrc: verify do-while and spaces between the braces [2]
o CI/azure: MQTT is now enabled by default [64]
@@ -39,20 +40,28 @@ This release includes the following bugfixes:
o curl.1: fix typo invokved -> invoked [36]
o curl: in retry output don't call all problems "transient" [74]
o curl: retry delays in parallel mode no longer sleeps blocking [70]
+ o curl: use curlx_dynbuf for realloc when loading config files [73]
o curl:parallel_transfers: make sure retry readds the transfer [71]
o curl_get_line: build only if cookies or alt-svc are enabled [13]
+ o curl_mime_headers.3: fix the example's use of curl_slist_append [83]
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/LICENSE-MIXING: remove [79]
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 dynbuf: make sure Curl_dyn_tail() zero terminates [78]
o easygetopt: pass a valid enum to avoid compiler warning [75]
o etag: save and use the full received contents [4]
o git: ignore libtests in 3XXX area [16]
+ o HISTORY: mention alt-svc added in 2019
o HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 [41]
+ o http: consolidate nghttp2_session_mem_recv() call paths [80]
o http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set [50]
o lib/Makefile.am: bump VERSIONINFO due to new functions [65]
o lib1560: verify "redirect" to double-slash leading URL [20]
+ o lib583: fix enum mixup
+ o lib: fix -Wassign-enum warnings [84]
o lib: make Curl_gethostname accept a const pointer [38]
o libssh2: pass on the error from ssh_force_knownhost_key_type [47]
o Makefile.m32: add ability to override zstd libs [ci skip] [10]
@@ -64,6 +73,7 @@ This release includes the following bugfixes:
o openssl: avoid error conditions when importing native CA [52]
o openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification [57]
o openssl: Fix wincrypt symbols conflict with BoringSSL [9]
+ o runtests: allow creating files without newlines [72]
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]
@@ -79,6 +89,7 @@ This release includes the following bugfixes:
o SSLCERTS: fix English syntax [34]
o telnet.c: depend on static requirement of WinSock version 2 [61]
o test1541: remove since it is a known bug [68]
+ o test434: test -K use in a single line without newline [59]
o test971: show test mismatches "inline"
o tests: remove pipelining tests [69]
o tls: fix SRP detection by using the proper #ifdefs [33]
@@ -100,11 +111,12 @@ advice from friends like these:
Diven Qi, Don J Olmstead, Eli Schwartz, Emil Engler, Eric Curtin,
fullincome on github, Gergely Nagy, Gisle Vanem, Harry Sintonen,
htasta on github, ihsinme on github, Ionuț-Francisc Oancea, Javier Blazquez,
- Jeroen Ooms, jmdavitt on github, Kamil Dudka, Marcel Raad, Marc Hörsken,
- Martin Bašti, Michael Baentsch, Michael Musset, Peter Wu,
- Rasmus Melchior Jacobsen, Ray Satiro, Samuel Marks, Samuel Tranchet,
+ Jeroen Ooms, jmdavitt on github, Kamil Dudka, Laramie Leavitt, Marcel Raad,
+ Marc Hörsken, Martin Bašti, Michael Baentsch, Michael Musset,
+ Michael Olbrich, Peter Körner, Peter Wu, Rasmus Melchior Jacobsen,
+ Ray Satiro, Samuel Marks, Samuel Tranchet, sofaboss on github,
Stefan Strogin, Tatsuhiro Tsujikawa, Tomas Berger, Viktor Szakats,
- (38 contributors)
+ (42 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -168,6 +180,7 @@ References to bug reports and discussions on issues:
[56] = https://curl.haxx.se/bug/?i=5930
[57] = https://curl.haxx.se/bug/?i=5934
[58] = https://curl.haxx.se/bug/?i=5931
+ [59] = https://curl.haxx.se/bug/?i=5946
[60] = https://curl.haxx.se/bug/?i=5923
[61] = https://curl.haxx.se/bug/?i=5854
[62] = https://curl.haxx.se/bug/?i=5854
@@ -180,6 +193,14 @@ References to bug reports and discussions on issues:
[69] = https://curl.haxx.se/bug/?i=5921
[70] = https://curl.haxx.se/bug/?i=5917
[71] = https://curl.haxx.se/bug/?i=5905
+ [72] = https://curl.haxx.se/bug/?i=5946
+ [73] = https://curl.haxx.se/bug/?i=5946
[74] = https://curl.haxx.se/bug/?i=5916
[75] =
https://github.com/curl/curl/commit/6ebe63fac23f38df911edc348e8ccc72280f9434#commitcomment-42042843
[77] = https://curl.haxx.se/bug/?i=5680
+ [78] = https://curl.haxx.se/bug/?i=5959
+ [79] = https://curl.haxx.se/bug/?i=5955
+ [80] = https://curl.haxx.se/bug/?i=5648
+ [81] = https://curl.haxx.se/bug/?i=5937
+ [83] = https://curl.haxx.se/bug/?i=5942
+ [84] =
https://github.com/curl/curl/commit/879007f8118771f4896334731aaca5850a154675#commitcomment-42087553
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 173/411: curl_krb5.h: rename from krb5.h, (continued)
- [gnurl] 173/411: curl_krb5.h: rename from krb5.h, gnunet, 2021/01/12
- [gnurl] 127/411: curl: use curlx_dynbuf for realloc when loading config files, gnunet, 2021/01/12
- [gnurl] 129/411: test434: test -K use in a single line without newline, gnunet, 2021/01/12
- [gnurl] 184/411: imap: make imap_send use dynbuf for the send buffer management, gnunet, 2021/01/12
- [gnurl] 161/411: BUGS: convert document to markdown, gnunet, 2021/01/12
- [gnurl] 174/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 168/411: Curl_handler: add 'family' to each protocol, gnunet, 2021/01/12
- [gnurl] 141/411: tests/FILEFORMAT: document type=shell for <command>, gnunet, 2021/01/12
- [gnurl] 172/411: test1297: verify GOT_NOTHING with http proxy tunnel, gnunet, 2021/01/12
- [gnurl] 177/411: KNOWN_BUGS: Unable to use PKCS12 certificate with Secure Transport, gnunet, 2021/01/12
- [gnurl] 130/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 181/411: tests/data: Fix some mismatched XML tags in test cases, gnunet, 2021/01/12
- [gnurl] 142/411: travis: use libressl v3.1.4 instead of master, gnunet, 2021/01/12
- [gnurl] 156/411: easy_reset: clear retry counter, gnunet, 2021/01/12
- [gnurl] 140/411: tests/FILEFORMAT: document nonewline support for <file>, gnunet, 2021/01/12
- [gnurl] 153/411: github: remove the duplicate "Security vulnerability" entry, gnunet, 2021/01/12
- [gnurl] 158/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 183/411: Curl_send: return error when pre_receive_plain can't malloc, gnunet, 2021/01/12
- [gnurl] 162/411: docs/TheArtOfHttpScripting: convert to markdown, gnunet, 2021/01/12
- [gnurl] 149/411: multi: reuse WinSock events variable in Curl_multi_wait, gnunet, 2021/01/12
- [gnurl] 148/411: TODO: dynamically decide to use socketpair, gnunet, 2021/01/12