2021-04-15 02:23:42 -04:00
|
|
|
curl and libcurl 7.77.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2021-04-15 02:23:42 -04:00
|
|
|
Public curl releases: 200
|
2021-04-22 17:37:12 -04:00
|
|
|
Command line options: 242
|
2021-05-07 02:44:03 -04:00
|
|
|
curl_easy_setopt() options: 290
|
2020-08-28 17:48:25 -04:00
|
|
|
Public functions in libcurl: 85
|
2021-05-07 02:44:03 -04:00
|
|
|
Contributors: 2397
|
2020-07-01 04:37:20 -04:00
|
|
|
|
|
|
|
This release includes the following changes:
|
|
|
|
|
2021-05-07 02:44:03 -04:00
|
|
|
o configure: make the TLS library choice(s) explicit [3]
|
2021-04-20 05:51:53 -04:00
|
|
|
o curl: ignore options asking for SSLv2 or SSLv3 [10]
|
|
|
|
o hsts: enable by default [8]
|
2021-05-07 02:44:03 -04:00
|
|
|
o SSL: support in-memory CA certs for some backends [85]
|
2021-04-20 05:51:53 -04:00
|
|
|
o vtls: refuse setting any SSL version [9]
|
2020-07-01 04:37:20 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2021-05-07 02:44:03 -04:00
|
|
|
o build: fix compilation for Windows UWP platform [82]
|
2021-05-04 04:27:35 -04:00
|
|
|
o c-hyper: don't write to set.writeheader if null [67]
|
2021-04-26 02:30:44 -04:00
|
|
|
o c-hyper: fix handling of zero-byte chunk from hyper [39]
|
2021-04-22 17:37:12 -04:00
|
|
|
o checksrc: complain on == NULL or != 0 checks in conditions [20]
|
2021-05-07 02:44:03 -04:00
|
|
|
o cmake: check for getppid and utimes [87]
|
2021-04-26 02:30:44 -04:00
|
|
|
o cmake: make libcurl output filename configurable [41]
|
2021-04-20 05:51:53 -04:00
|
|
|
o configure: provide --with-openssl, deprecate --with-ssl [15]
|
2021-04-22 17:37:12 -04:00
|
|
|
o connect: use CURL_SA_FAMILY_T for portability [34]
|
|
|
|
o ConnectionExists: respect requests for h1 connections better
|
2021-04-15 02:23:42 -04:00
|
|
|
o cookie: CURLOPT_COOKIEFILE set to NULL switches off cookies [1]
|
2021-05-04 04:27:35 -04:00
|
|
|
o Curl_http_header: check for colon when matching Persistent-Auth [51]
|
|
|
|
o Curl_http_input_auth: require valid separator after negotiation type [52]
|
|
|
|
o Curl_input_digest: require space after Digest [50]
|
2021-05-07 02:44:03 -04:00
|
|
|
o curl_mprintf.3: add description [73]
|
2021-04-22 17:37:12 -04:00
|
|
|
o curl_setup: provide the shutdown flags wider [33]
|
2021-04-26 02:30:44 -04:00
|
|
|
o curl_url_set.3: add memory management information [38]
|
2021-05-04 04:27:35 -04:00
|
|
|
o CURLcode: add CURLE_SSL_CLIENTCERT [47]
|
2021-04-26 02:30:44 -04:00
|
|
|
o CURLOPT_POSTFIELDS.3: clarify how it gets the size of the data [40]
|
|
|
|
o docs/HTTP3.md: fix nghttp2's HTTP/3 server port [21]
|
2021-05-04 04:27:35 -04:00
|
|
|
o docs: camelcase it like GitHub everywhere [62]
|
|
|
|
o docs: fix typo in fail-with-body doc [63]
|
|
|
|
o easy: ignore sigpipe in curl_easy_send [69]
|
2021-05-07 02:44:03 -04:00
|
|
|
o FILEFORMAT: mention sectransp as a feature [89]
|
|
|
|
o GnuTLS: don't allow TLS 1.3 for versions that don't support it [77]
|
|
|
|
o gnutls: make setting only the MAX TLS allowed version work [83]
|
2021-05-04 04:27:35 -04:00
|
|
|
o gskit: fix CURL_DISABLE_PROXY build [57]
|
|
|
|
o gskit: fix undefined reference to 'conn' [58]
|
2021-04-22 17:37:12 -04:00
|
|
|
o http2: call the handle-closed function correctly on closed stream [37]
|
2021-05-04 04:27:35 -04:00
|
|
|
o http2: fix a resource leak in push_promise() [54]
|
|
|
|
o http2: fix resource leaks in set_transfer_url() [55]
|
2021-04-22 17:37:12 -04:00
|
|
|
o http2: move the stream error field to the per-transfer storage [36]
|
2021-05-04 04:27:35 -04:00
|
|
|
o http: fix the check for 'Authorization' with Bearer [53]
|
2021-05-07 02:44:03 -04:00
|
|
|
o http: reset the header buffer when sending the request [61]
|
|
|
|
o INSTALL: add IBM i specific quirks [75]
|
2021-05-04 04:27:35 -04:00
|
|
|
o krb5/name_to_level: replace checkprefix with curl_strequal [49]
|
2021-04-26 02:30:44 -04:00
|
|
|
o krb5: don't use 'static' to store PBSZ size response [23]
|
|
|
|
o krb5: remove the unused 'overhead' function [35]
|
2021-04-22 17:37:12 -04:00
|
|
|
o lib1564.c: enable last wakeup test part on Windows [26]
|
2021-05-04 04:27:35 -04:00
|
|
|
o lib: fix 0-length Curl_client_write calls [60]
|
|
|
|
o lib: fix some misuse of curlx_convert_UTF8_to_tchar [64]
|
|
|
|
o libcurl-security.3: be careful of setuid [66]
|
|
|
|
o libcurl-security.3: don't try to filter IPv4 hosts based on the URL [71]
|
2021-05-07 02:44:03 -04:00
|
|
|
o libcurl.3: mention the URL API [76]
|
2021-04-20 05:51:53 -04:00
|
|
|
o libssh2: fix Value stored to 'sshp' is never read [13]
|
2021-05-04 04:27:35 -04:00
|
|
|
o libssh2: ignore timeout during disconnect [45]
|
2021-04-20 05:51:53 -04:00
|
|
|
o libssh: fix "empty expression statement has no effect" warnings [7]
|
2021-05-07 02:44:03 -04:00
|
|
|
o libtest: remove lib530.c [88]
|
2021-04-26 02:30:44 -04:00
|
|
|
o m4: add security frameworks on Mac when compiling rustls [31]
|
2021-04-22 17:37:12 -04:00
|
|
|
o multi: don't close connection HTTP_1_1_REQUIRED
|
|
|
|
o multi: fix slow write/upload performance on Windows [27]
|
|
|
|
o multi: reduce Win32 API calls to improve performance [28]
|
2021-05-07 02:44:03 -04:00
|
|
|
o ngtcp2: fix the cb_acked_stream_data_offset proto [46]
|
2021-04-22 17:37:12 -04:00
|
|
|
o NSS: add ciphers to map [30]
|
2021-05-04 04:27:35 -04:00
|
|
|
o nss_set_blocking: avoid static for sock_opt [72]
|
|
|
|
o ntlm: precaution against super huge type2 offsets [65]
|
2021-04-20 05:51:53 -04:00
|
|
|
o openldap: protect SSL-specific code with proper #ifdef [12]
|
2021-05-07 02:44:03 -04:00
|
|
|
o openldap: replace ldap_ prefix on private functions [84]
|
2021-04-20 05:51:53 -04:00
|
|
|
o openssl: fix build error with OpenSSL < 1.0.2 [4]
|
2021-04-22 17:37:12 -04:00
|
|
|
o os400: additional support for options metadata [24]
|
2021-05-07 02:44:03 -04:00
|
|
|
o progress: when possible, calculate transfer speeds with microseconds [48]
|
2021-04-20 05:51:53 -04:00
|
|
|
o README.md: delete Codacy UTM parameters [5]
|
2021-04-22 17:37:12 -04:00
|
|
|
o Revert "Revert 'multi: implement wait using winsock events'" [26]
|
2021-04-15 02:23:42 -04:00
|
|
|
o rustls: only return CURLE_AGAIN when TLS session is fully drained [2]
|
2021-05-04 04:27:35 -04:00
|
|
|
o rustls: use ALPN [56]
|
2021-04-22 17:37:12 -04:00
|
|
|
o schannel: Disable auto credentials; add an option to enable it [18]
|
2021-04-26 02:30:44 -04:00
|
|
|
o schannel: Support strong crypto option [44]
|
2021-04-22 17:37:12 -04:00
|
|
|
o sectransp: allow cipher name to be specified [29]
|
2021-05-04 04:27:35 -04:00
|
|
|
o sigpipe: ignore SIGPIPE when using wolfSSL as well [70]
|
2021-05-07 02:44:03 -04:00
|
|
|
o sockfilt: avoid getting stuck waiting for writable socket [80]
|
|
|
|
o sockfilt: fix invalid increment of handles index variable nfd [79]
|
2021-04-22 17:37:12 -04:00
|
|
|
o sws: #ifdef S_IFSOCK use [32]
|
|
|
|
o test server: take care of siginterrupt() deprecation [25]
|
|
|
|
o tests/disable-scan.pl: also scan all m4 files [17]
|
2021-05-07 02:44:03 -04:00
|
|
|
o tests: ignore case of chunked hex numbers in tests [86]
|
2021-05-04 04:27:35 -04:00
|
|
|
o tls: add USE_HTTP2 define [59]
|
2021-05-07 02:44:03 -04:00
|
|
|
o tool_getparam: handle failure of curlx_convert_tchar_to_UTF8() [78]
|
2021-04-20 05:51:53 -04:00
|
|
|
o tool_getparam: replace (in-place) '%20' by '+' according to RFC1866 [14]
|
|
|
|
o tool_operate: don't discard failed parallel transfer result [16]
|
|
|
|
o tool_writeout: fix the HTTP_CODE json output [11]
|
2021-05-07 02:44:03 -04:00
|
|
|
o URL-SYNTAX: update IDNA section for WHATWG spec changes [74]
|
2021-04-20 05:51:53 -04:00
|
|
|
o urlapi: "normalize" numerical IPv4 host names [6]
|
2021-04-22 17:37:12 -04:00
|
|
|
o vauth: factor base64 conversions out of authentication procedures [22]
|
2021-04-26 02:30:44 -04:00
|
|
|
o version: add gsasl_version to curl_version_info_data [43]
|
2021-04-22 17:37:12 -04:00
|
|
|
o vtls: deduplicate some DISABLE_PROXY ifdefs [19]
|
2021-04-26 02:30:44 -04:00
|
|
|
o vtls: reset ssl use flag upon negotiation failure [42]
|
2021-05-04 04:27:35 -04:00
|
|
|
o wolfssl: handle SSL_write() returns 0 for error [68]
|
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-05-07 02:44:03 -04:00
|
|
|
3eka on github, Ayushman Singh Chauhan, Benjamin Riefenstahl, Blake Burkhart,
|
|
|
|
Calvin Buckley, Dan Fandrich, Daniel Carpenter, Daniel Stenberg, David Cook,
|
|
|
|
Dmitry Karpov, Dmitry Kostjuchenko, ebejan on github, Emil Engler,
|
|
|
|
Georeth Zhou, Gergely Nagy, Gilles Vollant, Harry Sintonen, Illarion Taev,
|
|
|
|
Jacob Hoffman-Andrews, Jakub Zakrzewski, Javier Blazquez, J. Bromley,
|
|
|
|
Jeroen Ooms, Johann150 on github, Jon Rumsey, Kamil Dudka, Kevin Burke,
|
|
|
|
Kevin R. Bulgrien, Lucas Servén Marín, MAntoniak on github, Marcel Raad,
|
|
|
|
Marc Hörsken, Martin Halle, Max Dymond, Michael Kolechkin, Michał Antoniak,
|
|
|
|
Michal Rus, Morten Minde Neergaard, Patrick Monnerat, Pontus Lundkvist,
|
|
|
|
Ralph Langendam, Ray Satiro, rcombs on github, Rich FitzJohn,
|
|
|
|
sergio-nsk on github, Stefan Karpinski, Timo Lange, Timothy Gu,
|
|
|
|
tmkk on github, Tobias Gabriel, Tommy Odom, Travis Burtrum on github,
|
|
|
|
Tuomas Siipola, Victor Vieux, Viktor Szakats, Wes Hinsley, Yusuke Nakamura,
|
|
|
|
(57 contributors)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2021-04-15 02:23:42 -04:00
|
|
|
[1] = https://curl.se/bug/?i=6889
|
|
|
|
[2] = https://curl.se/bug/?i=6894
|
2021-04-22 17:37:12 -04:00
|
|
|
[3] = https://curl.se/bug/?i=6897
|
2021-04-20 05:51:53 -04:00
|
|
|
[4] = https://curl.se/bug/?i=6920
|
|
|
|
[5] = https://curl.se/bug/?i=6919
|
|
|
|
[6] = https://curl.se/bug/?i=6863
|
|
|
|
[7] = https://curl.se/bug/?i=6847
|
|
|
|
[8] = https://curl.se/bug/?i=6700
|
|
|
|
[9] = https://curl.se/bug/?i=6773
|
|
|
|
[10] = https://curl.se/bug/?i=6772
|
|
|
|
[11] = https://curl.se/bug/?i=6905
|
|
|
|
[12] = https://curl.se/bug/?i=6901
|
|
|
|
[13] = https://curl.se/bug/?i=6900
|
|
|
|
[14] = https://curl.se/bug/?i=6895
|
|
|
|
[15] = https://curl.se/bug/?i=6887
|
|
|
|
[16] = https://curl.se/bug/?i=6921
|
2021-04-22 17:37:12 -04:00
|
|
|
[17] = https://curl.se/bug/?i=1165
|
|
|
|
[18] = https://curl.se/bug/?i=2262
|
|
|
|
[19] = https://curl.se/bug/?i=6660
|
|
|
|
[20] = https://curl.se/bug/?i=6912
|
2021-04-26 02:30:44 -04:00
|
|
|
[21] = https://curl.se/bug/?i=6964
|
2021-04-22 17:37:12 -04:00
|
|
|
[22] = https://curl.se/bug/?i=6654
|
2021-04-26 02:30:44 -04:00
|
|
|
[23] = https://curl.se/bug/?i=6963
|
2021-04-22 17:37:12 -04:00
|
|
|
[24] = https://curl.se/bug/?i=6574
|
|
|
|
[25] = https://curl.se/bug/?i=6529
|
|
|
|
[26] = https://curl.se/bug/?i=6245
|
|
|
|
[27] = https://curl.se/bug/?i=6146
|
|
|
|
[28] = https://curl.se/bug/?i=6146
|
|
|
|
[29] = https://curl.se/bug/?i=6464
|
|
|
|
[30] = https://curl.se/bug/?i=6670
|
2021-04-26 02:30:44 -04:00
|
|
|
[31] = https://curl.se/bug/?i=6955
|
2021-04-22 17:37:12 -04:00
|
|
|
[32] = https://curl.se/mail/lib-2021-04/0074.html
|
|
|
|
[33] = https://curl.se/mail/lib-2021-04/0073.html
|
|
|
|
[34] = https://curl.se/mail/lib-2021-04/0071.html
|
2021-04-26 02:30:44 -04:00
|
|
|
[35] = https://curl.se/bug/?i=6947
|
2021-04-22 17:37:12 -04:00
|
|
|
[36] = https://curl.se/bug/?i=6910
|
|
|
|
[37] = https://curl.se/bug/?i=6862
|
2021-04-26 02:30:44 -04:00
|
|
|
[38] = https://curl.se/bug/?i=6953
|
|
|
|
[39] = https://curl.se/bug/?i=6951
|
|
|
|
[40] = https://curl.se/bug/?i=6943
|
|
|
|
[41] = https://curl.se/bug/?i=6933
|
|
|
|
[42] = https://curl.se/bug/?i=6934
|
|
|
|
[43] = https://curl.se/bug/?i=6843
|
|
|
|
[44] = https://curl.se/bug/?i=6734
|
2021-05-04 04:27:35 -04:00
|
|
|
[45] = https://curl.se/bug/?i=6990
|
2021-05-07 02:44:03 -04:00
|
|
|
[46] = https://curl.se/mail/lib-2021-05/0019.html
|
2021-05-04 04:27:35 -04:00
|
|
|
[47] = https://curl.se/bug/?i=6721
|
2021-05-07 02:44:03 -04:00
|
|
|
[48] = https://curl.se/bug/?i=7017
|
2021-05-04 04:27:35 -04:00
|
|
|
[49] = https://curl.se/bug/?i=6993
|
|
|
|
[50] = https://curl.se/bug/?i=6993
|
|
|
|
[51] = https://curl.se/bug/?i=6993
|
|
|
|
[52] = https://curl.se/bug/?i=6993
|
|
|
|
[53] = https://curl.se/bug/?i=6988
|
|
|
|
[54] = https://curl.se/bug/?i=6986
|
|
|
|
[55] = https://curl.se/bug/?i=6986
|
|
|
|
[56] = https://curl.se/bug/?i=6960
|
|
|
|
[57] = https://curl.se/bug/?i=6981
|
|
|
|
[58] = https://curl.se/bug/?i=6980
|
|
|
|
[59] = https://curl.se/bug/?i=6959
|
|
|
|
[60] = https://curl.se/bug/?i=6954
|
2021-05-07 02:44:03 -04:00
|
|
|
[61] = https://curl.se/bug/?i=7018
|
2021-05-04 04:27:35 -04:00
|
|
|
[62] = https://curl.se/bug/?i=6979
|
|
|
|
[63] = https://curl.se/bug/?i=6977
|
|
|
|
[64] = https://github.com/curl/curl/pull/6602#issuecomment-825236763
|
|
|
|
[65] = https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33720
|
|
|
|
[66] = https://curl.se/bug/?i=6970
|
|
|
|
[67] = https://curl.se/bug/?i=6619
|
|
|
|
[68] = https://curl.se/bug/?i=6967
|
|
|
|
[69] = https://curl.se/bug/?i=6965
|
|
|
|
[70] = https://curl.se/bug/?i=6966
|
|
|
|
[71] = https://curl.se/bug/?i=6942
|
|
|
|
[72] = https://curl.se/bug/?i=6945
|
2021-05-07 02:44:03 -04:00
|
|
|
[73] = https://curl.se/bug/?i=7010
|
|
|
|
[74] = https://curl.se/bug/?i=7026
|
|
|
|
[75] = https://curl.se/bug/?i=6830
|
|
|
|
[76] = https://curl.se/bug/?i=7009
|
|
|
|
[77] = https://curl.se/bug/?i=7014
|
|
|
|
[78] = https://curl.se/bug/?i=7023
|
|
|
|
[79] = https://curl.se/bug/?i=6992
|
|
|
|
[80] = https://curl.se/bug/?i=6992
|
|
|
|
[82] = https://curl.se/bug/?i=7006
|
|
|
|
[83] = https://curl.se/bug/?i=6998
|
|
|
|
[84] = https://curl.se/bug/?i=7004
|
|
|
|
[85] = https://curl.se/bug/?i=6662
|
|
|
|
[86] = https://curl.se/bug/?i=6987
|
|
|
|
[87] = https://curl.se/bug/?i=6997
|
|
|
|
[88] = https://curl.se/bug/?i=6999
|
|
|
|
[89] = https://curl.se/bug/?i=7001
|