@@ -4,27 +4,28 @@ curl and libcurl 7.71.1
4
4
Command line options: 232
5
5
curl_easy_setopt() options: 277
6
6
Public functions in libcurl: 82
7
- Contributors: 2207
8
-
9
- This release includes the following changes:
10
-
11
- o
7
+ Contributors: 2210
12
8
13
9
This release includes the following bugfixes:
14
10
11
+ o cirrus-ci: disable FreeBSD 13 (again) [14]
15
12
o Curl_inet_ntop: always check the return code [12]
16
13
o CURLOPT_READFUNCTION.3: provide the upload data size up front [5]
17
14
o DYNBUF.md: fix a typo: trail => tail [2]
18
15
o escape: make the URL decode able to reject only %00-bytes
19
16
o escape: zero length input should return a zero length output [11]
17
+ o examples/multithread.c: call curl_global_cleanup() [16]
20
18
o http2: set the correct URL in pushed transfers [9]
21
19
o http: fix proxy auth with blank password [3]
22
20
o mbedtls: fix build with disabled proxy support [7]
21
+ o ngtcp2: sync with current master [15]
23
22
o openssl: Fix compilation on Windows when ngtcp2 is enabled [10]
23
+ o Revert "multi: implement wait using winsock events" [6]
24
24
o sendf: improve the message on client write errors [13]
25
25
o terminology: call them null-terminated strings [1]
26
26
o tool_cb_hdr: Fix etag warning output and return code [4]
27
27
o url: allow user + password to contain "control codes" for HTTP(S) [8]
28
+ o vtls: compare cert blob when finding a connection to reuse [17]
28
29
29
30
This release includes the following known bugs:
30
31
@@ -34,9 +35,10 @@ This release would not have looked like this without help, code, reports and
34
35
advice from friends like these:
35
36
36
37
Alexandre Pion, Baruch Siach, coinhubs on github, Daniel Stenberg,
37
- Denis Baručić, Javier Blazquez, Jonathan Cardoso Machado, Jon Johnson Jr,
38
- Kristoffer Gleditsch, Nicolas Sterchele, Ray Satiro, Siva Sivaraman,
39
- (12 contributors)
38
+ Denis Baručić, Gergely Nagy, Javier Blazquez, Jonathan Cardoso Machado,
39
+ Jon Johnson Jr, Kristoffer Gleditsch, Lucien Zürcher, Nicolas Sterchele,
40
+ qiandu2006 on github, Ray Satiro, Siva Sivaraman, tmkk on github,
41
+ (16 contributors)
40
42
41
43
Thanks! (and sorry if I forgot to mention someone)
42
44
@@ -47,10 +49,15 @@ References to bug reports and discussions on issues:
47
49
[3] = https://curl.haxx.se/bug/?i=5613
48
50
[4] = https://curl.haxx.se/bug/?i=5612
49
51
[5] = https://curl.haxx.se/bug/?i=5607
52
+ [6] = https://curl.haxx.se/bug/?i=5631
50
53
[7] = https://curl.haxx.se/bug/?i=5615
51
54
[8] = https://curl.haxx.se/bug/?i=5582
52
55
[9] = https://curl.haxx.se/bug/?i=5589
53
56
[10] = https://curl.haxx.se/bug/?i=5606
54
57
[11] = https://curl.haxx.se/bug/?i=5601
55
58
[12] = https://curl.haxx.se/bug/?i=5412
56
59
[13] = https://curl.haxx.se/bug/?i=5594
60
+ [14] = https://curl.haxx.se/bug/?i=5628
61
+ [15] = https://curl.haxx.se/bug/?i=5624
62
+ [16] = https://curl.haxx.se/bug/?i=5622
63
+ [17] = https://curl.haxx.se/bug/?i=5617
0 commit comments