[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 58/220: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 58/220: RELEASE-NOTES: synced |
Date: |
Thu, 12 Sep 2019 17:26:58 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 2f4e14e404cf71ea4a6efbc5c4fa5bed6e3e4686
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Aug 4 23:03:57 2019 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 37 +++++++++++++++++++++++++++++++++----
1 file changed, 33 insertions(+), 4 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 712cc6fa9..9349b6451 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,17 +14,32 @@ This release includes the following bugfixes:
o HTTP3: initial (experimental still not working) support [5]
o HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown [10]
+ o alt-svc: more liberal ALPN name parsing [17]
+ o altsvc: with quiche, use the quiche h3 alpn string [16]
+ o appveyor: pass on -k to make
o asyn-thread: create a socketpair to wait on [14]
+ o cleanup: remove the 'numsocks' argument used in many places [25]
+ o curl.h: fix outdated comment [23]
o curl: cap the maximum allowed values for retry time arguments [13]
+ o curl: remove outdated comment [24]
o curl_version_info: provide nghttp2 details [2]
o docs/MANUAL.md: converted to markdown from plain text [3]
o easy: resize receive buffer on easy handle reset [9]
o examples: Avoid reserved names in hiperfifo examples [8]
+ o getenv: support up to 4K environment variable contents on windows [21]
o http2_recv: trigger another read when the last data is returned [11]
+ o http_negotiate: improve handling of gss_init_sec_context() failures [18]
+ o md4: Use our own MD4 when no crypto libraries are available [15]
o multi: call detach_connection before Curl_disconnect [6]
+ o plan9: add support for running on Plan 9 [22]
o progress: reset download/uploaded counter between transfers [12]
+ o quiche: use the proper HTTP/3 ALPN
+ o readwrite_data: repair setting the TIMER_STARTTRANSFER stamp [26]
o source: remove names from source comments [1]
+ o src/makefile: fix uncompressed hugehelp.c generation [19]
o ssh-libssh: do not specify O_APPEND when not in append mode [7]
+ o timediff: make it 64 bit (if possible) even with 32 bit time_t [20]
+ o url: make use of new HTTP version if alt-svc has one [16]
This release includes the following known bugs:
@@ -33,11 +48,13 @@ 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:
- Alessandro Ghedini, Balazs Kovacsics, Brad Spencer, Daniel Gustafsson,
- Daniel Stenberg, Felix Hädicke, Gergely Nagy, Ironbars13 on github,
- Jason Lee, Marcel Raad, Michael Lee, Ray Satiro, The Infinnovation team,
+ Alessandro Ghedini, Amit Katyal, Balazs Kovacsics, Brad Spencer,
+ Daniel Gustafsson, Daniel Stenberg, Felix Hädicke, Gergely Nagy,
+ Ironbars13 on github, Jason Lee, Jonathan Cardoso Machado, Kamil Dudka,
+ Kyohei Kadota, Lance Ware, Marcel Raad, Michael Lee, Michal Čaplygin,
+ niallor on github, Ray Satiro, Steve Holme, The Infinnovation team,
Tom van der Woerdt,
- (14 contributors)
+ (22 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -57,3 +74,15 @@ References to bug reports and discussions on issues:
[12] = https://curl.haxx.se/bug/?i=4084
[13] = https://curl.haxx.se/bug/?i=4166
[14] = https://curl.haxx.se/bug/?i=4157
+ [15] = https://curl.haxx.se/bug/?i=3780
+ [16] = https://curl.haxx.se/bug/?i=4183
+ [17] = https://curl.haxx.se/bug/?i=4182
+ [18] = https://curl.haxx.se/bug/?i=3992
+ [19] = https://curl.haxx.se/bug/?i=4176
+ [20] = https://curl.haxx.se/bug/?i=4165
+ [21] = https://curl.haxx.se/bug/?i=4174
+ [22] = https://curl.haxx.se/bug/?i=3701
+ [23] = https://curl.haxx.se/bug/?i=4167
+ [24] = https://curl.haxx.se/bug/?i=4172
+ [25] = https://curl.haxx.se/bug/?i=4169
+ [26] = https://curl.haxx.se/bug/?i=4136
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [gnurl] 83/220: CURLINFO_RETRY_AFTER: parse the Retry-After header value, (continued)
- [GNUnet-SVN] [gnurl] 83/220: CURLINFO_RETRY_AFTER: parse the Retry-After header value, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 32/220: plan9: add support for running on Plan 9, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 74/220: os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid()., gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 87/220: docs/ALTSVC: remove what works and the experimental explanation, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 102/220: configure: avoid undefined check_for_ca_bundle, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 51/220: md4: Use the Curl_md4it() function for OpenSSL based NTLM, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 56/220: md4: No need to include Curl_md4.h for each TLS library, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 53/220: md4: Move the WinCrypt implementation out of the NTLM code, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 54/220: md4: Move the mbed TLS MD4 implementation out of the NTLM code, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 59/220: altsvc: fix removal of expired cache entry, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 58/220: RELEASE-NOTES: synced,
gnunet <=
- [GNUnet-SVN] [gnurl] 69/220: docs/HTTP3: refreshed as it is now in master and HTTP/3 can be tested, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 78/220: quiche: make POSTFIELDS posts work, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 77/220: quiche: improved error handling and memory cleanups, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 67/220: curl_multi_poll: a sister to curl_multi_wait() that waits more, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 70/220: sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 71/220: curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 99/220: curl_global_init_mem.3: mention it was added in 7.12.0, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 93/220: cleanup: s/curl_debug/curl_dbg_debug in comments and docs, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 94/220: quiche: add SSLKEYLOGFILE support, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 103/220: asyn-thread: issue CURL_POLL_REMOVE before closing socket, gnunet, 2019/09/12