summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-09 15:30:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-14 07:56:23 +0200
commit566b74a0e19b9aa610f4931e5bfd339bcf8e9147 (patch)
tree4736ad691c43d44d5a2a89fda72dd7172254711b
parentaba89ca236bf41bee2047016045d91af5b2eb493 (diff)
downloadcurl-7_76_1.tar.gz
RELEASE-NOTES: syncedcurl-7_76_1
curl 7.76.1 release
-rw-r--r--RELEASE-NOTES36
1 files changed, 30 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 44938a755..fd08dbdbe 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ curl and libcurl 7.76.1
Command line options: 240
curl_easy_setopt() options: 288
Public functions in libcurl: 85
- Contributors: 2362
+ Contributors: 2366
This release includes the following changes:
@@ -12,12 +12,23 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o configure: disable min version set for Darwin [19]
+ o configure: include <time.h> unconditionally [16]
+ o configure: remove use of RETSIGTYPE [17]
+ o docs/HTTP3.md: update the build instruction using gnutls [20]
+ o examples/hiperfifo.c: check event_initialized before delete [11]
o file: support GETing directories again [10]
+ o github/workflow: add "security-extended" to codeql-analysis.yml [14]
o h2: allow 100 streams by default [9]
o hostip: fix builds that disable all asynchronous DNS [1]
o http_proxy: only loop on 407 + close if we have credentials [8]
+ o install: add instructions for Apple Darwin platforms [18]
+ o lib: remove unused HAVE_INET_NTOA_R* defines [15]
o libssh: get rid of PATH_MAX [7]
o ngtcp2+gnutls: clear credentials when freed [5]
+ o ngtcp2: Use ALPN h3-29 for now [21]
+ o ntlm: fix negotiated flags usage [12]
+ o ntlm: support version 2 on 32-bit platforms [13]
o openssl: fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY [2]
o TLS: fix HTTP/2 selection [3]
o tool_progress: fix progress meter final update in parallel mode [6]
@@ -30,11 +41,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:
- Benbuck Nason, Cesar Eduardo Barros, Cherish98 on github, Christian Schmitz,
- Daniel Kurečka, Daniel Stenberg, Emil Engler, Gilles Vollant,
- Kenneth Davidson, locpyl-tidnyd on github, Luke Granger-Brown, Ray Satiro,
- romamik om github, Viktor Szakats,
- (14 contributors)
+ Anthony Shaw, Benbuck Nason, Cesar Eduardo Barros, Cherish98 on github,
+ Christian Schmitz, Daniel Kurečka, Daniel Stenberg, David Hu, Emil Engler,
+ Gilles Vollant, Jochem Broekhoff, Jürgen Gmach, Kenneth Davidson,
+ locpyl-tidnyd on github, Luke Granger-Brown, Marcel Raad, Michael Forney,
+ Muhammed Yavuz Nuzumlalı, Patrick Monnerat, Ray Satiro, romamik om github,
+ Tatsuhiro Tsujikawa, Viktor Szakats,
+ (23 contributors)
References to bug reports and discussions on issues:
@@ -48,3 +61,14 @@ References to bug reports and discussions on issues:
[8] = https://curl.se/bug/?i=6828
[9] = https://curl.se/bug/?i=6852
[10] = https://curl.se/bug/?i=6845
+ [11] = https://curl.se/bug/?i=6876
+ [12] = https://curl.se/bug/?i=6813
+ [13] = https://curl.se/bug/?i=6849
+ [14] = https://curl.se/bug/?i=6815
+ [15] = https://curl.se/bug/?i=6867
+ [16] = https://curl.se/bug/?i=6859
+ [17] = https://curl.se/bug/?i=6861
+ [18] = https://curl.se/bug/?i=6860
+ [19] = https://curl.se/bug/?i=6838
+ [20] = https://curl.se/bug/?i=6857
+ [21] = https://curl.se/bug/?i=6864