[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 261/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 261/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:21:16 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit eb97e2c798513bf45bcb40ef4e86c620b774f1d1
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Mon Oct 19 09:14:47 2020 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 41 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 38 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 080534e04..2be8a0981 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ curl and libcurl 7.73.1
Command line options: 234
curl_easy_setopt() options: 278
Public functions in libcurl: 85
- Contributors: 2271
+ Contributors: 2275
This release includes the following changes:
@@ -12,8 +12,25 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o checksrc: warn on empty line before open brace [13]
+ o CI/azure: improve on flakiness by avoiding libtool wrappers [7]
+ o connect: repair build without ipv6 availability [19]
+ o curl_url_set.3: fix typo in the RETURN VALUE section [3]
+ o CURLOPT_NOBODY.3: fix typo [6]
+ o CURLOPT_TCP_NODELAY.3: fix comment in example code [8]
+ o CURLOPT_URL.3: clarify SCP/SFTP URLs are for uploads as well
+ o http3: fix two build errors, silence warnings [10]
+ o libcurl.pc: make it relocatable [15]
+ o Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3 [11]
+ o openssl: acknowledge SRP disabling in configure properly [9]
+ o os400: Sync libcurl API options [5]
+ o packages/OS400: make the source code-style compliant [4]
+ o runtests: return error if no tests ran [16]
o src/tool_filetime: disable -Wformat on mingw for this file [2]
+ o strerror: use 'const' as the string should never be modified [18]
o test122[12]: remove these two tests [1]
+ o tool_operate: fix compiler warning when --libcurl is disabled [12]
+ o urlapi: URL encode a '+' in the query part [14]
This release includes the following known bugs:
@@ -22,8 +39,10 @@ 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:
- b9a1 on github, Daniel Stenberg, Marc Hörsken,
- (3 contributors)
+ b9a1 on github, Basuke Suzuki, Cristian Morales Vega, Daniel Stenberg,
+ Dietmar Hauser, Jon Rumsey, Marc Hörsken, Philipp Klaus Krause, Ray Satiro,
+ Tom G. Christensen, Viktor Szakats,
+ (11 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -31,3 +50,19 @@ References to bug reports and discussions on issues:
[1] = https://curl.haxx.se/bug/?i=6080
[2] = https://curl.haxx.se/bug/?i=6079
+ [3] = https://curl.haxx.se/bug/?i=6102
+ [4] = https://curl.haxx.se/bug/?i=6085
+ [5] = https://curl.haxx.se/bug/?i=6083
+ [6] = https://curl.haxx.se/bug/?i=6097
+ [7] = https://curl.haxx.se/bug/?i=6049
+ [8] = https://curl.haxx.se/bug/?i=6096
+ [9] = https://curl.haxx.se/mail/lib-2020-10/0037.html
+ [10] = https://curl.haxx.se/bug/?i=6093
+ [11] = https://curl.haxx.se/bug/?i=6092
+ [12] = https://curl.haxx.se/bug/?i=6095
+ [13] = https://curl.haxx.se/bug/?i=6088
+ [14] = https://curl.haxx.se/bug/?i=6086
+ [15] = https://curl.haxx.se/bug/?i=6061
+ [16] = https://curl.haxx.se/bug/?i=6053
+ [18] = https://curl.haxx.se/bug/?i=6068
+ [19] = https://curl.haxx.se/bug/?i=6069
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 199/411: sectransp: make it build with --disable-proxy, (continued)
- [gnurl] 199/411: sectransp: make it build with --disable-proxy, gnunet, 2021/01/12
- [gnurl] 246/411: runtests: return error if no tests ran, gnunet, 2021/01/12
- [gnurl] 228/411: runtests.pl: use $LIBDIR variable instead of hardcoded path, gnunet, 2021/01/12
- [gnurl] 211/411: strerror: fix null deref on winapi out-of-memory, gnunet, 2021/01/12
- [gnurl] 237/411: mailmap: fixups of some contributors, gnunet, 2021/01/12
- [gnurl] 204/411: examples/README: convert to markdown, gnunet, 2021/01/12
- [gnurl] 252/411: http3: fix two build errors, silence warnings, gnunet, 2021/01/12
- [gnurl] 191/411: schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root, gnunet, 2021/01/12
- [gnurl] 264/411: CMake: call the feature unixsockets without dash, gnunet, 2021/01/12
- [gnurl] 207/411: tests/unit/README: convert to markdown, gnunet, 2021/01/12
- [gnurl] 261/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 215/411: test1465: verify --libcurl with binary POST data, gnunet, 2021/01/12
- [gnurl] 192/411: ROADMAP: updates and cleanups, gnunet, 2021/01/12
- [gnurl] 242/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 262/411: runtests: revert the mistaken edit of $CURL, gnunet, 2021/01/12
- [gnurl] 195/411: libssh2: handle the SSH protocols done over HTTPS proxy, gnunet, 2021/01/12
- [gnurl] 230/411: src/Makefile.m32: fix undefined curlx_dyn_* errors, gnunet, 2021/01/12
- [gnurl] 263/411: CI/travis: add brotli and zstd to the libssh2 build, gnunet, 2021/01/12
- [gnurl] 203/411: configure: don't say HTTPS-proxy is enabled when disabled!, gnunet, 2021/01/12
- [gnurl] 245/411: docs/FEATURE: convert to markdown, gnunet, 2021/01/12
- [gnurl] 229/411: HISTORY: curl verifies SSL certs by default since version 7.10, gnunet, 2021/01/12