@@ -4,27 +4,28 @@ curl and libcurl 7.71.1
44 Command line options: 232
55 curl_easy_setopt() options: 277
66 Public functions in libcurl: 82
7- Contributors: 2207
8-
9- This release includes the following changes:
10-
11- o
7+ Contributors: 2210
128
139This release includes the following bugfixes:
1410
11+ o cirrus-ci: disable FreeBSD 13 (again) [14]
1512 o Curl_inet_ntop: always check the return code [12]
1613 o CURLOPT_READFUNCTION.3: provide the upload data size up front [5]
1714 o DYNBUF.md: fix a typo: trail => tail [2]
1815 o escape: make the URL decode able to reject only %00-bytes
1916 o escape: zero length input should return a zero length output [11]
17+ o examples/multithread.c: call curl_global_cleanup() [16]
2018 o http2: set the correct URL in pushed transfers [9]
2119 o http: fix proxy auth with blank password [3]
2220 o mbedtls: fix build with disabled proxy support [7]
21+ o ngtcp2: sync with current master [15]
2322 o openssl: Fix compilation on Windows when ngtcp2 is enabled [10]
23+ o Revert "multi: implement wait using winsock events" [6]
2424 o sendf: improve the message on client write errors [13]
2525 o terminology: call them null-terminated strings [1]
2626 o tool_cb_hdr: Fix etag warning output and return code [4]
2727 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]
2829
2930This release includes the following known bugs:
3031
@@ -34,9 +35,10 @@ This release would not have looked like this without help, code, reports and
3435advice from friends like these:
3536
3637 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)
4042
4143 Thanks! (and sorry if I forgot to mention someone)
4244
@@ -47,10 +49,15 @@ References to bug reports and discussions on issues:
4749 [3] = https://curl.haxx.se/bug/?i=5613
4850 [4] = https://curl.haxx.se/bug/?i=5612
4951 [5] = https://curl.haxx.se/bug/?i=5607
52+ [6] = https://curl.haxx.se/bug/?i=5631
5053 [7] = https://curl.haxx.se/bug/?i=5615
5154 [8] = https://curl.haxx.se/bug/?i=5582
5255 [9] = https://curl.haxx.se/bug/?i=5589
5356 [10] = https://curl.haxx.se/bug/?i=5606
5457 [11] = https://curl.haxx.se/bug/?i=5601
5558 [12] = https://curl.haxx.se/bug/?i=5412
5659 [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