@@ -4,20 +4,31 @@ curl and libcurl 7.76.1
4
4
Command line options: 240
5
5
curl_easy_setopt() options: 288
6
6
Public functions in libcurl: 85
7
- Contributors: 2362
7
+ Contributors: 2366
8
8
9
9
This release includes the following changes:
10
10
11
11
o
12
12
13
13
This release includes the following bugfixes:
14
14
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]
15
20
o file: support GETing directories again [10]
21
+ o github/workflow: add "security-extended" to codeql-analysis.yml [14]
16
22
o h2: allow 100 streams by default [9]
17
23
o hostip: fix builds that disable all asynchronous DNS [1]
18
24
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]
19
27
o libssh: get rid of PATH_MAX [7]
20
28
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]
21
32
o openssl: fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY [2]
22
33
o TLS: fix HTTP/2 selection [3]
23
34
o tool_progress: fix progress meter final update in parallel mode [6]
@@ -30,11 +41,13 @@ This release includes the following known bugs:
30
41
This release would not have looked like this without help, code, reports and
31
42
advice from friends like these:
32
43
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)
38
51
39
52
References to bug reports and discussions on issues:
40
53
@@ -48,3 +61,14 @@ References to bug reports and discussions on issues:
48
61
[8] = https://curl.se/bug/?i=6828
49
62
[9] = https://curl.se/bug/?i=6852
50
63
[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