Skip to content

Commit 566b74a

Browse files
committed
RELEASE-NOTES: synced
curl 7.76.1 release
1 parent aba89ca commit 566b74a

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

RELEASE-NOTES

+30-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,31 @@ curl and libcurl 7.76.1
44
Command line options: 240
55
curl_easy_setopt() options: 288
66
Public functions in libcurl: 85
7-
Contributors: 2362
7+
Contributors: 2366
88

99
This release includes the following changes:
1010

1111
o
1212

1313
This release includes the following bugfixes:
1414

15+
o configure: disable min version set for Darwin [19]
16+
o configure: include <time.h> unconditionally [16]
17+
o configure: remove use of RETSIGTYPE [17]
18+
o docs/HTTP3.md: update the build instruction using gnutls [20]
19+
o examples/hiperfifo.c: check event_initialized before delete [11]
1520
o file: support GETing directories again [10]
21+
o github/workflow: add "security-extended" to codeql-analysis.yml [14]
1622
o h2: allow 100 streams by default [9]
1723
o hostip: fix builds that disable all asynchronous DNS [1]
1824
o http_proxy: only loop on 407 + close if we have credentials [8]
25+
o install: add instructions for Apple Darwin platforms [18]
26+
o lib: remove unused HAVE_INET_NTOA_R* defines [15]
1927
o libssh: get rid of PATH_MAX [7]
2028
o ngtcp2+gnutls: clear credentials when freed [5]
29+
o ngtcp2: Use ALPN h3-29 for now [21]
30+
o ntlm: fix negotiated flags usage [12]
31+
o ntlm: support version 2 on 32-bit platforms [13]
2132
o openssl: fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY [2]
2233
o TLS: fix HTTP/2 selection [3]
2334
o tool_progress: fix progress meter final update in parallel mode [6]
@@ -30,11 +41,13 @@ This release includes the following known bugs:
3041
This release would not have looked like this without help, code, reports and
3142
advice from friends like these:
3243

33-
Benbuck Nason, Cesar Eduardo Barros, Cherish98 on github, Christian Schmitz,
34-
Daniel Kurečka, Daniel Stenberg, Emil Engler, Gilles Vollant,
35-
Kenneth Davidson, locpyl-tidnyd on github, Luke Granger-Brown, Ray Satiro,
36-
romamik om github, Viktor Szakats,
37-
(14 contributors)
44+
Anthony Shaw, Benbuck Nason, Cesar Eduardo Barros, Cherish98 on github,
45+
Christian Schmitz, Daniel Kurečka, Daniel Stenberg, David Hu, Emil Engler,
46+
Gilles Vollant, Jochem Broekhoff, Jürgen Gmach, Kenneth Davidson,
47+
locpyl-tidnyd on github, Luke Granger-Brown, Marcel Raad, Michael Forney,
48+
Muhammed Yavuz Nuzumlalı, Patrick Monnerat, Ray Satiro, romamik om github,
49+
Tatsuhiro Tsujikawa, Viktor Szakats,
50+
(23 contributors)
3851

3952
References to bug reports and discussions on issues:
4053

@@ -48,3 +61,14 @@ References to bug reports and discussions on issues:
4861
[8] = https://curl.se/bug/?i=6828
4962
[9] = https://curl.se/bug/?i=6852
5063
[10] = https://curl.se/bug/?i=6845
64+
[11] = https://curl.se/bug/?i=6876
65+
[12] = https://curl.se/bug/?i=6813
66+
[13] = https://curl.se/bug/?i=6849
67+
[14] = https://curl.se/bug/?i=6815
68+
[15] = https://curl.se/bug/?i=6867
69+
[16] = https://curl.se/bug/?i=6859
70+
[17] = https://curl.se/bug/?i=6861
71+
[18] = https://curl.se/bug/?i=6860
72+
[19] = https://curl.se/bug/?i=6838
73+
[20] = https://curl.se/bug/?i=6857
74+
[21] = https://curl.se/bug/?i=6864

0 commit comments

Comments
 (0)