1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/RELEASE-NOTES

51 lines
1.7 KiB
Plaintext
Raw Normal View History

curl and libcurl 7.76.1
Public curl releases: 199
2021-02-15 02:31:34 -05:00
Command line options: 240
curl_easy_setopt() options: 288
2020-08-28 17:48:25 -04:00
Public functions in libcurl: 85
2021-04-07 02:32:50 -04:00
Contributors: 2362
2020-07-01 04:37:20 -04:00
This release includes the following changes:
o
2020-07-01 04:37:20 -04:00
This release includes the following bugfixes:
2021-04-07 02:32:50 -04:00
o file: support GETing directories again [10]
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 libssh: get rid of PATH_MAX [7]
o ngtcp2+gnutls: clear credentials when freed [5]
o openssl: fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY [2]
o TLS: fix HTTP/2 selection [3]
2021-04-07 02:32:50 -04:00
o tool_progress: fix progress meter final update in parallel mode [6]
o typecheck-gcc: make the ssl-ctx-cb check use SSL_CTX pointers [4]
2019-07-19 05:32:23 -04:00
This release includes the following known bugs:
2020-11-04 08:02:01 -05:00
o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
2021-04-07 02:32:50 -04:00
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)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=6831
[2] = https://curl.se/bug/?i=6816
[3] = https://curl.se/bug/?i=6825
2021-04-07 02:32:50 -04:00
[4] = https://curl.se/bug/?i=6818
[5] = https://curl.se/bug/?i=6824
[6] = https://curl.se/bug/?i=6840
[7] = https://curl.se/bug/?i=6829
[8] = https://curl.se/bug/?i=6828
[9] = https://curl.se/bug/?i=6852
[10] = https://curl.se/bug/?i=6845