2021-04-04 17:53:02 -04:00
|
|
|
|
curl and libcurl 7.76.1
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2021-04-04 17:53:02 -04:00
|
|
|
|
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-09 09:30:43 -04:00
|
|
|
|
Contributors: 2366
|
2020-07-01 04:37:20 -04:00
|
|
|
|
|
|
|
|
|
This release includes the following changes:
|
|
|
|
|
|
2021-04-04 17:53:02 -04:00
|
|
|
|
o
|
2020-07-01 04:37:20 -04:00
|
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2021-04-09 09:30:43 -04:00
|
|
|
|
o configure: disable min version set for Darwin [19]
|
|
|
|
|
o configure: include <time.h> unconditionally [16]
|
|
|
|
|
o configure: remove use of RETSIGTYPE [17]
|
|
|
|
|
o docs/HTTP3.md: update the build instruction using gnutls [20]
|
|
|
|
|
o examples/hiperfifo.c: check event_initialized before delete [11]
|
2021-04-07 02:32:50 -04:00
|
|
|
|
o file: support GETing directories again [10]
|
2021-04-09 09:30:43 -04:00
|
|
|
|
o github/workflow: add "security-extended" to codeql-analysis.yml [14]
|
2021-04-07 02:32:50 -04:00
|
|
|
|
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]
|
2021-04-09 09:30:43 -04:00
|
|
|
|
o install: add instructions for Apple Darwin platforms [18]
|
|
|
|
|
o lib: remove unused HAVE_INET_NTOA_R* defines [15]
|
2021-04-07 02:32:50 -04:00
|
|
|
|
o libssh: get rid of PATH_MAX [7]
|
|
|
|
|
o ngtcp2+gnutls: clear credentials when freed [5]
|
2021-04-09 09:30:43 -04:00
|
|
|
|
o ngtcp2: Use ALPN h3-29 for now [21]
|
|
|
|
|
o ntlm: fix negotiated flags usage [12]
|
|
|
|
|
o ntlm: support version 2 on 32-bit platforms [13]
|
2021-04-07 02:32:50 -04:00
|
|
|
|
o openssl: fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY [2]
|
2021-04-04 17:53:02 -04:00
|
|
|
|
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
|
|
|
|
|
2007-07-22 06:17:52 -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)
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2021-04-09 09:30:43 -04:00
|
|
|
|
Anthony Shaw, Benbuck Nason, Cesar Eduardo Barros, Cherish98 on github,
|
|
|
|
|
Christian Schmitz, Daniel Kurečka, Daniel Stenberg, David Hu, Emil Engler,
|
|
|
|
|
Gilles Vollant, Jochem Broekhoff, Jürgen Gmach, Kenneth Davidson,
|
|
|
|
|
locpyl-tidnyd on github, Luke Granger-Brown, Marcel Raad, Michael Forney,
|
|
|
|
|
Muhammed Yavuz Nuzumlalı, Patrick Monnerat, Ray Satiro, romamik om github,
|
|
|
|
|
Tatsuhiro Tsujikawa, Viktor Szakats,
|
|
|
|
|
(23 contributors)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
|
2021-04-04 17:53:02 -04:00
|
|
|
|
[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
|
2021-04-09 09:30:43 -04:00
|
|
|
|
[11] = https://curl.se/bug/?i=6876
|
|
|
|
|
[12] = https://curl.se/bug/?i=6813
|
|
|
|
|
[13] = https://curl.se/bug/?i=6849
|
|
|
|
|
[14] = https://curl.se/bug/?i=6815
|
|
|
|
|
[15] = https://curl.se/bug/?i=6867
|
|
|
|
|
[16] = https://curl.se/bug/?i=6859
|
|
|
|
|
[17] = https://curl.se/bug/?i=6861
|
|
|
|
|
[18] = https://curl.se/bug/?i=6860
|
|
|
|
|
[19] = https://curl.se/bug/?i=6838
|
|
|
|
|
[20] = https://curl.se/bug/?i=6857
|
|
|
|
|
[21] = https://curl.se/bug/?i=6864
|