[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 209/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 209/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:20:24 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit ce95c5e01340d684eb9ab7fb1f28f39dcc51ff29
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Oct 1 09:19:11 2020 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 44 +++++++++++++++++++++++++++++++-------------
1 file changed, 31 insertions(+), 13 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9ece29ea9..4cf17f278 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: 2264
+ Contributors: 2267
This release includes the following changes:
@@ -35,6 +35,7 @@ This release includes the following bugfixes:
o CMake: remove explicit `CMAKE_ANSI_CFLAGS` [45]
o cmake: remove scary warning [96]
o cmdline-opts/gen.pl: generate nicer "See Also" in curl.1 [66]
+ o configure: don't say HTTPS-proxy is enabled when disabled [120]
o configure: fix pkg-config detecting wolfssl [26]
o configure: let --enable-debug set -Wenum-conversion with gcc >= 10 [56]
o conn: check for connection being dead before reuse [39]
@@ -83,9 +84,12 @@ This release includes the following bugfixes:
o lib583: fix enum mixup
o lib: fix -Wassign-enum warnings [84]
o lib: make Curl_gethostname accept a const pointer [38]
+ o libssh2: handle the SSH protocols done over HTTPS proxy [125]
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]
o man pages: switch to https://example.com URLs [86]
+ o MANUAL: update examples to resolve without redirects [122]
+ o memdebug: remove 9 year old unused debug function [126]
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]
@@ -98,11 +102,14 @@ This release includes the following bugfixes:
o parsedate: tune the date to epoch conversion [95]
o pause: only trigger a reread if the unpause sticks [92]
o pingpong: use a dynbuf for the *_pp_sendf() function [113]
+ o READMEs: convert several to markdown [115]
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]
+ o schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root [128]
o scripts: improve the "get latest curl release tag" logic
+ o sectransp: make it build with --disable-proxy [123]
o select.h: make socket validation macros test for INVALID_SOCKET [24]
o select: align poll emulation to return all relevant events [63]
o select: fix poll-based check not detecting connect failure
@@ -112,6 +119,7 @@ This release includes the following bugfixes:
o setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument [91]
o socketpair: allow CURL_DISABLE_SOCKETPAIR [11]
o sockfilt: handle FD_CLOSE winsock event on write socket [30]
+ o src: spell whitespace without whitespace [121]
o SSLCERTS: fix English syntax [34]
o strerror: honor Unicode API choice on Windows [109]
o symbian: drop support [118]
@@ -143,18 +151,20 @@ advice from friends like these:
Alessandro Ghedini, Anders Bakken, Andrew Barnes, anio on github,
Antarpreet Singh, beckenc on github, Chris Paulson-Ellis,
- Christian Weisgerber, COFFEETALES on github, Dan Fandrich, Daniel Stenberg,
- Dan Kenigsberg, Diven Qi, Don J Olmstead, Duncan Wilcox, 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,
- Kunal Chandarana, Laramie Leavitt, Marcel Raad, Marc Hörsken, Martin Bašti,
- Michael Baentsch, Michael Musset, Michael Olbrich, Mingtao Yang,
- Peter Körner, Peter Wu, Quentin Balland, Rasmus Melchior Jacobsen,
- Ray Satiro, rcombs on github, Samuel Marks, Samuel Tranchet,
- sofaboss on github, Stefan Strogin, Tatsuhiro Tsujikawa, Tomas Berger,
- Tom van der Woerdt, Viktor Szakats, xwxbug on github,
- (53 contributors)
+ Christian Weisgerber, COFFEETALES on github, Dan Fandrich, Daniel Gustafsson,
+ Daniel Stenberg, Dan Kenigsberg, Diven Qi, Don J Olmstead, Duncan Wilcox,
+ Eli Schwartz, Emil Engler, Eric Curtin, fullincome on github,
+ Gaurav Malhotra, Gergely Nagy, Gisle Vanem, Harry Sintonen, htasta on github,
+ iammrtau on github, ihsinme on github, Ionuț-Francisc Oancea,
+ Javier Blazquez, Javier Navarro, Jeroen Ooms, jmdavitt on github,
+ Kamil Dudka, Kunal Chandarana, Laramie Leavitt, Marcel Raad, Marc Hörsken,
+ Martin Bašti, Michael Baentsch, Michael Musset, Michael Olbrich,
+ Mingtao Yang, Peter Körner, Peter Wu, Quentin Balland,
+ Rasmus Melchior Jacobsen, Ray Satiro, rcombs on github, Robin Douine,
+ Samuel Marks, Samuel Tranchet, sofaboss on github, Stefan Strogin,
+ Tatsuhiro Tsujikawa, Tomas Berger, Tom van der Woerdt, Viktor Szakats,
+ xwxbug on github,
+ (58 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -273,4 +283,12 @@ References to bug reports and discussions on issues:
[111] = https://curl.haxx.se/bug/?i=6011
[112] = https://curl.haxx.se/bug/?i=5523
[113] = https://curl.haxx.se/bug/?i=6004
+ [115] = https://curl.haxx.se/bug/?i=6028
[118] = https://curl.haxx.se/bug/?i=5989
+ [120] = https://github.com/curl/curl/pull/5735#issuecomment-701376388
+ [121] = https://curl.haxx.se/bug/?i=6023
+ [122] = https://curl.haxx.se/bug/?i=6024
+ [123] = https://curl.haxx.se/bug/?i=6025
+ [125] = https://curl.haxx.se/bug/?i=4295
+ [126] = https://curl.haxx.se/bug/?i=5973
+ [128] = https://curl.haxx.se/bug/?i=6003
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 250/411: tool_operate: fix compiler warning when --libcurl is disabled, (continued)
- [gnurl] 250/411: tool_operate: fix compiler warning when --libcurl is disabled, gnunet, 2021/01/12
- [gnurl] 218/411: ldap: reduce the amount of #ifdefs needed, gnunet, 2021/01/12
- [gnurl] 194/411: memdebug: remove 9 year old unused debug function, gnunet, 2021/01/12
- [gnurl] 187/411: test163[12]: require http to be built-in to run, gnunet, 2021/01/12
- [gnurl] 217/411: runtests: provide curl's version string as %VERSION for tests, gnunet, 2021/01/12
- [gnurl] 220/411: --help: move two options from the misc category, gnunet, 2021/01/12
- [gnurl] 243/411: connect: repair build without ipv6 availability, gnunet, 2021/01/12
- [gnurl] 206/411: tests/README: convert to markdown, gnunet, 2021/01/12
- [gnurl] 249/411: checksrc: warn on empty line before open brace, gnunet, 2021/01/12
- [gnurl] 208/411: TODO: Add OpenBSD libtool notice, gnunet, 2021/01/12
- [gnurl] 209/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 213/411: tool_setopt: escape binary data to hex, not octal, gnunet, 2021/01/12
- [gnurl] 260/411: curl_url_set.3: fix typo in the RETURN VALUE section, gnunet, 2021/01/12
- [gnurl] 234/411: tests/server/util.c: fix support for Windows Unicode builds, gnunet, 2021/01/12
- [gnurl] 235/411: CI/tests: fix invocation of tests for CMake builds, gnunet, 2021/01/12
- [gnurl] 227/411: checksrc: detect // comments on column 0, gnunet, 2021/01/12
- [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