2022-10-26 17:19:15 +08:00
|
|
|
curl and libcurl 7.86.1
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2022-10-26 17:19:15 +08:00
|
|
|
Public curl releases: 212
|
2022-05-31 20:59:23 +08:00
|
|
|
Command line options: 248
|
2022-09-14 15:58:50 +08:00
|
|
|
curl_easy_setopt() options: 300
|
|
|
|
Public functions in libcurl: 91
|
2022-10-24 19:26:34 +08:00
|
|
|
Contributors: 2733
|
2021-09-23 19:10:52 +08:00
|
|
|
|
2022-05-16 15:23:21 +08:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2022-10-26 17:19:15 +08:00
|
|
|
o
|
2022-05-16 15:23:21 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2022-11-03 18:37:15 +08:00
|
|
|
o cmake: really enable warnings with clang [25]
|
|
|
|
o curl: timeout in the read callback [15]
|
|
|
|
o curl_path: do not add '/' if homedir ends with one [4]
|
2022-10-26 17:19:15 +08:00
|
|
|
o CURLMOPT_SOCKETFUNCTION.3: clarify CURL_POLL_REMOVE [1]
|
2022-11-03 18:37:15 +08:00
|
|
|
o docs: add missing parameters for --retry flag [2]
|
|
|
|
o docs: explain the noproxy CIDR notation support [17]
|
|
|
|
o docs: remove performance note in CURLOPT_SSL_VERIFYPEER [13]
|
|
|
|
o gen.pl: do not generate CURLHELP bitmask lines > 79 characters [10]
|
|
|
|
o lib: sync guard for Curl_getaddrinfo_ex() definition and use [6]
|
|
|
|
o libcurl-errors.3: remove duplicate word [3]
|
|
|
|
o misc: remove duplicated include files [28]
|
|
|
|
o misc: typo and grammar fixes [23]
|
|
|
|
o noproxy: also match with adjacent comma [19]
|
|
|
|
o noproxy: fix tail-matching [16]
|
|
|
|
o os400: use platform socklen_t in Curl_getnameinfo_a [18]
|
|
|
|
o README.md: remove badges and xmas-tree garnish [9]
|
|
|
|
o scripts/checksrc.pl: detect duplicated include files [29]
|
|
|
|
o sendf: remove unnecessary if condition [26]
|
|
|
|
o spellcheck.words: remove 'github' as an accepted word [22]
|
|
|
|
o strcase: use curl_str(n)equal for case insensitive matches [8]
|
|
|
|
o system.h: support 64-bit curl_off_t for NonStop 32-bit [21]
|
|
|
|
o tests/sshserver.pl: re-enable ssh-rsa while using openssh 8.8+
|
|
|
|
o windows: fail early with a missing windres in autotools [5]
|
|
|
|
o windows: fix linking .rc to shared curl with autotools [24]
|
|
|
|
o winidn: drop WANT_IDN_PROTOTYPES [27]
|
2019-07-19 17:32:23 +08:00
|
|
|
|
2007-07-22 18:17:52 +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)
|
2007-07-22 18:17:52 +08:00
|
|
|
|
2022-10-23 23:25:01 +08:00
|
|
|
Planned upcoming removals include:
|
|
|
|
|
|
|
|
o NSS
|
2022-10-24 19:26:34 +08:00
|
|
|
o Support for systems without 64 bit data types
|
2022-10-23 23:25:01 +08:00
|
|
|
|
|
|
|
See https://curl.se/dev/deprecate.html for details
|
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2022-11-03 18:37:15 +08:00
|
|
|
Adam Averay, Ayesh Karunaratne, Christoph Reiter, Daniel Stenberg,
|
|
|
|
Eric Vigeant, Henning Schild, Joel Depooter, Jon Rumsey, Luca Niccoli,
|
|
|
|
Marc Hörsken, Patrick Monnerat, Patrick Schlangen, Randall S. Becker,
|
|
|
|
Ray Satiro, Thomas Glanzmann, Viktor Szakats, Zespre Schmidt
|
|
|
|
(17 contributors)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2022-10-26 17:19:15 +08:00
|
|
|
[1] = https://curl.se/bug/?i=9799
|
2022-11-03 18:37:15 +08:00
|
|
|
[2] = https://curl.se/bug/?i=9848
|
|
|
|
[3] = https://curl.se/bug/?i=9846
|
|
|
|
[4] = https://curl.se/bug/?i=9844
|
|
|
|
[5] = https://curl.se/bug/?i=9781
|
|
|
|
[6] = https://curl.se/bug/?i=9734
|
|
|
|
[8] = https://curl.se/bug/?i=9837
|
|
|
|
[9] = https://curl.se/bug/?i=9833
|
|
|
|
[10] = https://curl.se/bug/?i=9834
|
|
|
|
[13] = https://curl.se/bug/?i=9832
|
|
|
|
[15] = https://sourceforge.net/p/curl/bugs/846/
|
|
|
|
[16] = https://curl.se/bug/?i=9821
|
|
|
|
[17] = https://curl.se/bug/?i=9818
|
|
|
|
[18] = https://curl.se/bug/?i=9811
|
|
|
|
[19] = https://curl.se/bug/?i=9813
|
|
|
|
[21] = https://curl.se/bug/?i=9817
|
|
|
|
[22] = https://curl.se/bug/?i=9810
|
|
|
|
[23] = https://curl.se/bug/?i=9802
|
|
|
|
[24] = https://curl.se/bug/?i=9803
|
|
|
|
[25] = https://curl.se/bug/?i=9783
|
|
|
|
[26] = https://curl.se/bug/?i=9801
|
|
|
|
[27] = https://curl.se/bug/?i=9793
|
|
|
|
[28] = https://curl.se/bug/?i=9796
|
|
|
|
[29] = https://curl.se/bug/?i=9796
|