[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 92/220: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 92/220: RELEASE-NOTES: synced |
Date: |
Thu, 12 Sep 2019 17:27:32 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit c5ee65ffabd6374a04c4bcff792c0d8781a140ab
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Aug 8 09:58:52 2019 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3ef0ec1d6..5a2e1e489 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,32 +1,41 @@
curl and libcurl 7.66.0
Public curl releases: 185
- Command line options: 224
- curl_easy_setopt() options: 269
- Public functions in libcurl: 80
+ Command line options: 225
+ curl_easy_setopt() options: 270
+ Public functions in libcurl: 81
Contributors: 1991
This release includes the following changes:
+ o CURLINFO_RETRY_AFTER: parse the Retry-After header value [35]
o HTTP3: initial (experimental still not working) support [5]
o curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
[27]
o curl: support parallel transfers with -Z [4]
- o sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID [27]
o curl_multi_poll: a sister to curl_multi_wait() that waits more [28]
+ o sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID [27]
This release includes the following bugfixes:
+ o CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly [33]
o HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown [10]
+ o alt-svc: add protocol version selection masking [31]
o alt-svc: more liberal ALPN name parsing [17]
+ o alt-svc: send Alt-Used: in redirected requests [32]
o altsvc: fix removal of expired cache entry [30]
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: add CURL_HTTP_VERSION_3 to the version enum
o curl.h: fix outdated comment [23]
o curl: cap the maximum allowed values for retry time arguments [13]
+ o curl: make use of CURLINFO_RETRY_AFTER when retrying [35]
o curl: remove outdated comment [24]
+ o curl: use CURLINFO_PROTOCOL to check for HTTP(s)
o curl_version_info: provide nghttp2 details [2]
+ o docs/ALTSVC: remove what works and the experimental explanation [34]
+ o docs/EXPERIMENTAL: explain what it means and what's experimental now
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]
@@ -38,7 +47,6 @@ This release includes the following bugfixes:
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]
@@ -95,3 +103,9 @@ References to bug reports and discussions on issues:
[28] = https://curl.haxx.se/bug/?i=4163
[29] = https://curl.haxx.se/bug/?i=4191
[30] = https://curl.haxx.se/bug/?i=4192
+ [31] = https://curl.haxx.se/bug/?i=4201
+ [32] = https://curl.haxx.se/bug/?i=4199
+ [33] = https://curl.haxx.se/bug/?i=4197
+ [34] = https://curl.haxx.se/bug/?i=4198
+ [35] = https://curl.haxx.se/bug/?i=3794
+
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [gnurl] 105/220: nghttp3: initial h3 template code added, (continued)
- [GNUnet-SVN] [gnurl] 105/220: nghttp3: initial h3 template code added, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 109/220: HTTP3: use ngtcp2's draft-22 branch, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 112/220: altsvc: make it use h3-22 with ngtcp2 as well, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 115/220: lib/quic.c: unused - removed, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 123/220: curl_version: bump string buffer size to 250, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 117/220: quic.h: remove unused proto, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 81/220: curl: have -w's 'http_version' show '3' for HTTP/3, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 118/220: nss: use TLSv1.3 as default if supported, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 100/220: ngtcp2: use ngtcp2_settings_default and specify initial_ts, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 101/220: ngtcp2: Send ALPN h3-22, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 92/220: RELEASE-NOTES: synced,
gnunet <=
- [GNUnet-SVN] [gnurl] 97/220: HTTP3.md: Update quiche build instructions, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 96/220: CURLOPT_H3: removed, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 91/220: alt-svc: add protocol version selection masking, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 98/220: ngtcp2: make the QUIC handshake work, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 108/220: RELEASE-NOTES: synced, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 110/220: curl_version_info: offer quic (and h3) library info, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 122/220: CURLOPT_ALTSVC.3: use a "" file name to not load from a file, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 113/220: docs/HTTP3: simplify quiche build instruction, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 116/220: curl_version_info.3: mentioned ALTSVC and HTTP3, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 121/220: vauth: Use CURLE_AUTH_ERROR for auth function errors, gnunet, 2019/09/12