curl/RELEASE-NOTES

182 lines
7.8 KiB
Plaintext
Raw Normal View History

curl and libcurl 7.81.0
Public curl releases: 205
Command line options: 244
curl_easy_setopt() options: 295
2021-09-28 14:27:24 +08:00
Public functions in libcurl: 86
2021-12-12 04:49:24 +08:00
Contributors: 2549
2020-07-01 16:37:20 +08:00
This release includes the following changes:
o mime: use percent-escaping for multipart form field and file names [1]
This release includes the following bugfixes:
o azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL proper [12]
2021-12-12 04:49:24 +08:00
o BINDINGS.md: add cURL client for PostgreSQL [68]
2021-11-23 06:11:40 +08:00
o cmake: don't set _USRDLL on a static Windows build [22]
2021-11-26 21:37:49 +08:00
o cmake: private identifiers use CURL_ instead of CMAKE_ prefix [40]
2021-12-04 06:04:04 +08:00
o config.d: update documentation to match the path search
o configure: add -lm to configure for rustls build. [13]
o configure: better diagnostics if hyper is built wrong [6]
o configure: don't enable TLS when --without-* flags are used [17]
2021-11-23 06:11:40 +08:00
o configure: fix runtime-lib detection on macOS [21]
o curl.1: require "see also" for every documented option [27]
2021-11-26 21:37:49 +08:00
o curl: improve error message for --head with -J [42]
o curl_easy_cleanup.3: remove from multi handle first [3]
2021-12-08 00:16:38 +08:00
o curl_easy_escape.3: call curl_easy_cleanup in example [58]
o curl_easy_unescape.3: call curl_easy_cleanup in example [57]
2021-12-12 04:49:24 +08:00
o curl_multi_perform/socket_action.3: clarify what errors mean [70]
o curl_share_setopt.3: split out options into their own manpages [14]
2021-12-08 00:16:38 +08:00
o CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL [51]
2021-12-04 06:04:04 +08:00
o digest: compute user:realm:pass digest w/o userhash [45]
o docs/checksrc: Add documentation for STRERROR [18]
2021-11-23 06:11:40 +08:00
o docs/cmdline-opts: do not say "protocols: all" [26]
2021-11-26 21:37:49 +08:00
o docs/INSTALL.md: typo fix : added missing "get" verb [31]
2021-12-12 04:49:24 +08:00
o docs/URL-SYNTAX.md: space is not fine in a given URL
2021-11-26 21:37:49 +08:00
o docs: address proselint nits [16]
2021-12-04 06:04:04 +08:00
o docs: consistent manpage SYNOPSIS [47]
o docs: Update the Reducing Size section
2021-11-26 21:37:49 +08:00
o FAQ: typo fix : "yout" ➤ "your" [30]
2021-11-23 06:11:40 +08:00
o gen.pl: improve example output format [29]
2021-12-12 04:49:24 +08:00
o hash: lazy-alloc the table in Curl_hash_add() [54]
2021-12-08 00:16:38 +08:00
o http2:set_transfer_url() return early on OOM [53]
2021-12-04 06:04:04 +08:00
o HTTP3: update quiche build instructions [37]
2021-11-23 06:11:40 +08:00
o http: enable haproxy support for hyper backend [20]
2021-11-26 21:37:49 +08:00
o insecure.d: detail its use for SFTP and SCP as well [32]
2021-11-23 06:11:40 +08:00
o insecure.d: expand and clarify [28]
2021-12-04 06:04:04 +08:00
o libssh2: fix error message for sha256 mismatch
o lift: ignore is a deprecated config option, use ignoreRules [35]
2021-11-26 21:37:49 +08:00
o Makefile.m32: rename -winssl option to -schannel and tidy up [33]
2021-12-04 06:04:04 +08:00
o mbedTLS: add support for CURLOPT_CAINFO_BLOB [44]
o mbedTLS: include NULL byte in blob data length for CURLOPT_CAINFO_BLOB [38]
2021-12-12 04:49:24 +08:00
o multi: cleanup the socket hash when destroying it [55]
2021-12-08 00:16:38 +08:00
o multi: handle errors returned from socket/timer callbacks [52]
o multi: shut down CONNECT in Curl_detach_connnection [2]
2021-11-23 06:11:40 +08:00
o netrc.d: edit the .netrc example to look nicer [24]
2021-12-08 00:16:38 +08:00
o openldap: implement STARTTLS [56]
2021-12-12 04:49:24 +08:00
o openldap: process search query response messages one by one [50]
2021-12-04 06:04:04 +08:00
o openssl: check the return value of BIO_new() [43]
2021-11-23 06:11:40 +08:00
o openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailable
o openssl: remove usage of deprecated `SSL_get_peer_certificate`
o openssl: use non-deprecated API to read key parameters
o page-footer: add a mention of how to report bugs to the man page
o page-footer: document more environment variables [23]
2021-12-08 00:16:38 +08:00
o request.d: refer to 'method' rather than 'command' [59]
o retry-all-errors.d: make the example complete
o runtests: make the SSH library a testable feature
o rustls: read of zero bytes might be okay [9]
2021-11-23 06:11:40 +08:00
o rustls: remove comment about checking handshaking [15]
o rustls: remove incorrect EOF check [10]
2021-12-12 04:49:24 +08:00
o test1156: enable for hyper [65]
o test1156: fixup the stdout check for Windows [60]
o test1525: tweaked for hyper [64]
o test1526: enable for hyper [63]
o test1527: enable for hyper [62]
o test1528: enable for hyper [61]
2021-12-08 00:16:38 +08:00
o test1554: adjust for hyper [49]
o test1556: adjust for hyper [48]
o test302[12]: run only with the libssh2 backend [8]
2021-12-12 04:49:24 +08:00
o test661: enable for hyper [66]
2021-11-26 21:37:49 +08:00
o tests/CI.md: add more information on CI environments [39]
2021-11-23 06:11:40 +08:00
o tftp: mark protocol as not possible to do over CONNECT [25]
2021-12-04 06:04:04 +08:00
o tool_findfile: updated search for a file in the homedir [46]
2021-11-23 06:11:40 +08:00
o tool_operate: only set SSH related libcurl options for SSH URLs [11]
o url.c: fix the SIGPIPE comment for Curl_close [4]
2021-12-04 06:04:04 +08:00
o urlapi: accept port number zero [34]
2021-11-26 21:37:49 +08:00
o urlapi: provide more detailed return codes [36]
o urlapi: reject short file URLs [41]
2021-12-04 06:04:04 +08:00
o version_win32: Check build number and platform id
o vtls/rustls: adapt to the updated rustls_version proto [19]
2021-12-04 06:04:04 +08:00
o writeout: fix %{http_version} for HTTP/3 [7]
o zuul.d: update rustls-ffi to version 0.8.2 [5]
2019-07-19 17:32:23 +08:00
This release includes the following known bugs:
2020-11-04 21:02:01 +08: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-12-04 06:04:04 +08:00
Alessandro Ghedini, Bernat Mut, Bernhard Walle, Boris Rasin,
2021-12-08 00:16:38 +08:00
Brad Fitzpatrick, Bruno Baguette, Damien Walsh, Dan Fandrich,
Daniel Stenberg, David Bohman, Don J Olmstead, Even Rouault,
Florian Van Heghe, Glenn Strauss, Jacob Hoffman-Andrews, Jeff Luszcz,
jeffrson on github, Jun Tseng, Kevin Burke, Marcelo Juchem, Marcel Raad,
Mark Dodgson, nimaje on github, Patrick Monnerat, Paul Howarth, Ray Satiro,
2021-12-12 04:49:24 +08:00
RekGRpth on github, Rikard Falkeborn, Ryan Sleevi, Stan Hu, Stefan Eissing,
Stephane Pellegrino, Stephen M. Coakley, Viktor Szakats, Vincent Grande,
Wyatt O'Day,
(36 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=7789
[2] = https://curl.se/bug/?i=7982
[3] = https://curl.se/bug/?i=7983
[4] = https://curl.se/bug/?i=7984
[5] = https://curl.se/bug/?i=8013
[6] = https://curl.se/bug/?i=8001
2021-12-04 06:04:04 +08:00
[7] = https://curl.se/bug/?i=8072
[8] = https://curl.se/bug/?i=8009
[9] = https://curl.se/bug/?i=8003
[10] = https://curl.se/bug/?i=8003
2021-11-23 06:11:40 +08:00
[11] = https://curl.se/bug/?i=8040
[12] = https://curl.se/bug/?i=8006
[13] = https://curl.se/bug/?i=8002
[14] = https://curl.se/bug/?i=7998
2021-11-23 06:11:40 +08:00
[15] = https://curl.se/bug/?i=8038
2021-11-26 21:37:49 +08:00
[16] = https://curl.se/bug/?i=8060
[17] = https://curl.se/bug/?i=7994
[18] = https://curl.se/bug/?i=7991
[19] = https://curl.se/bug/?i=7956
2021-11-23 06:11:40 +08:00
[20] = https://curl.se/bug/?i=8034
[21] = https://curl.se/bug/?i=8028
[22] = https://curl.se/bug/?i=8030
[23] = https://curl.se/bug/?i=8027
[24] = https://curl.se/bug/?i=8025
[25] = https://curl.se/bug/?i=8018
[26] = https://curl.se/bug/?i=8021
[27] = https://curl.se/bug/?i=8019
[28] = https://curl.se/bug/?i=8017
[29] = https://curl.se/bug/?i=8016
2021-11-26 21:37:49 +08:00
[30] = https://curl.se/bug/?i=8059
[31] = https://curl.se/bug/?i=8058
[32] = https://curl.se/bug/?i=8056
[33] = https://curl.se/bug/?i=8053
2021-12-04 06:04:04 +08:00
[34] = https://curl.se/bug/?i=8090
[35] = https://curl.se/bug/?i=8082
2021-11-26 21:37:49 +08:00
[36] = https://curl.se/bug/?i=8049
2021-12-04 06:04:04 +08:00
[37] = https://curl.se/bug/?i=8076
[38] = https://curl.se/bug/?i=8079
2021-11-26 21:37:49 +08:00
[39] = https://curl.se/bug/?i=8012
[40] = https://curl.se/bug/?i=7988
[41] = https://curl.se/bug/?i=8042
[42] = https://curl.se/bug/?i=7987
2021-12-04 06:04:04 +08:00
[43] = https://curl.se/bug/?i=8078
[44] = https://curl.se/bug/?i=8071
[45] = https://curl.se/bug/?i=8066
[46] = https://curl.se/bug/?i=8033
[47] = https://curl.se/bug/?i=8062
2021-12-08 00:16:38 +08:00
[48] = https://curl.se/bug/?i=8105
[49] = https://curl.se/bug/?i=8104
2021-12-12 04:49:24 +08:00
[50] = https://curl.se/bug/?i=8101
2021-12-08 00:16:38 +08:00
[51] = https://curl.se/bug/?i=8103
[52] = https://curl.se/bug/?i=8083
[53] = https://curl.se/bug/?i=8100
2021-12-12 04:49:24 +08:00
[54] = https://curl.se/bug/?i=8132
[55] = https://curl.se/bug/?i=8129
2021-12-08 00:16:38 +08:00
[56] = https://curl.se/bug/?i=8065
[57] = https://curl.se/bug/?i=8097
[58] = https://curl.se/bug/?i=8097
[59] = https://curl.se/bug/?i=8094
2021-12-12 04:49:24 +08:00
[60] = https://curl.se/bug/?i=8134
[61] = https://curl.se/bug/?i=8128
[62] = https://curl.se/bug/?i=8128
[63] = https://curl.se/bug/?i=8128
[64] = https://curl.se/bug/?i=8128
[65] = https://curl.se/bug/?i=8127
[66] = https://curl.se/bug/?i=8126
[68] = https://curl.se/bug/?i=8125
[70] = https://curl.se/bug/?i=8120