[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 24/220: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 24/220: RELEASE-NOTES: synced |
Date: |
Thu, 12 Sep 2019 17:26:24 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 964bcfe8611814e88beb8421c9835254a897e581
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jul 30 09:28:44 2019 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ff0d153b6..712cc6fa9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,8 +1,8 @@
curl and libcurl 7.66.0
Public curl releases: 185
- Command line options: 221
- curl_easy_setopt() options: 268
+ Command line options: 224
+ curl_easy_setopt() options: 269
Public functions in libcurl: 80
Contributors: 1991
@@ -13,9 +13,16 @@ This release includes the following changes:
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 asyn-thread: create a socketpair to wait on [14]
+ o curl: cap the maximum allowed values for retry time arguments [13]
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 http2_recv: trigger another read when the last data is returned [11]
o multi: call detach_connection before Curl_disconnect [6]
+ o progress: reset download/uploaded counter between transfers [12]
o source: remove names from source comments [1]
o ssh-libssh: do not specify O_APPEND when not in append mode [7]
@@ -26,9 +33,11 @@ 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, Daniel Gustafsson, Daniel Stenberg, Felix Hädicke,
- Gergely Nagy, Marcel Raad, Ray Satiro,
- (7 contributors)
+ 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,
+ Tom van der Woerdt,
+ (14 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -41,3 +50,10 @@ References to bug reports and discussions on issues:
[5] = https://curl.haxx.se/bug/?i=3500
[6] = https://curl.haxx.se/bug/?i=4144
[7] = https://curl.haxx.se/bug/?i=4147
+ [8] = https://curl.haxx.se/bug/?i=4153
+ [9] = https://curl.haxx.se/bug/?i=4143
+ [10] = https://curl.haxx.se/bug/?i=4138
+ [11] = https://curl.haxx.se/bug/?i=4043
+ [12] = https://curl.haxx.se/bug/?i=4084
+ [13] = https://curl.haxx.se/bug/?i=4166
+ [14] = https://curl.haxx.se/bug/?i=4157
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [gnurl] 17/220: winbuild: add vquic to list of build directories, (continued)
- [GNUnet-SVN] [gnurl] 17/220: winbuild: add vquic to list of build directories, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 12/220: multi: call detach_connection before Curl_disconnect, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 13/220: ssh-libssh: do not specify O_APPEND when not in append mode, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 20/220: http2_recv: trigger another read when the last data is returned, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 19/220: curl: avoid uncessary libcurl timeouts (in parallel mode), gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 16/220: easy: resize receive buffer on easy handle reset, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 26/220: mailmap: Amit Katyal, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 25/220: asyn-thread: removed unused variable, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 23/220: asyn-thread: create a socketpair to wait on, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 18/220: HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 24/220: RELEASE-NOTES: synced,
gnunet <=
- [GNUnet-SVN] [gnurl] 15/220: examples: Avoid reserved names in hiperfifo examples, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 14/220: RELEASE-NOTES: synced, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 21/220: progress: reset download/uploaded counter, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 22/220: curl: cap the maximum allowed values for retry time arguments, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 04/220: docs/MANUAL.md: converted to markdown from plain text, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 09/220: HTTP3: initial (experimental) support, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 05/220: curl: support parallel transfers, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 31/220: ntlm: explicit type casting, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 38/220: mailmap: add Giorgos Oikonomou, gnunet, 2019/09/12
- [GNUnet-SVN] [gnurl] 33/220: getenv: support up to 4K environment variable contents on windows, gnunet, 2019/09/12