curl/RELEASE-NOTES

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

186 lines
7.8 KiB
Plaintext
Raw Normal View History

curl and libcurl 8.6.0
2023-12-17 05:17:06 +08:00
Public curl releases: 254
2023-09-28 15:42:52 +08:00
Command line options: 258
curl_easy_setopt() options: 304
2023-09-28 15:42:52 +08:00
Public functions in libcurl: 93
2024-01-02 16:05:19 +08:00
Contributors: 3058
2023-05-23 17:12:50 +08:00
2023-05-31 14:59:48 +08:00
This release includes the following changes:
2024-01-02 16:05:19 +08:00
o add CURLE_TOO_LARGE [48]
o add CURLINFO_QUEUE_TIME_T [76]
o add CURLOPT_SERVER_RESPONSE_TIMEOUT_MS: add [39]
2023-12-27 16:24:42 +08:00
o asyn-thread: use GetAddrInfoExW on >= Windows 8 [55]
o runtests: support -gl. Like -g but for lldb. [47]
2023-05-31 14:59:48 +08:00
This release includes the following bugfixes:
o altsvc: free 'as' when returning error [23]
2023-12-27 16:24:42 +08:00
o appveyor: replace PowerShell with bash + parallel autotools [54]
o appveyor: switch to out-of-tree builds [29]
2023-12-17 05:17:06 +08:00
o build: delete unused `HAVE_{GSSHEIMDAL,GSSMIT,HEIMDAL}` [4]
o build: enable missing OpenSSF-recommended warnings, with fixes [11]
o build: fix `-Wconversion`/`-Wsign-conversion` warnings [26]
2023-12-17 05:17:06 +08:00
o build: fix Windows ADDRESS_FAMILY detection [35]
o build: more `-Wformat` fixes [40]
2023-12-17 05:17:06 +08:00
o build: remove redundant `CURL_PULL_*` settings [8]
o CI/distcheck: run full tests [31]
o cmake: fix generation for system name iOS [53]
2023-12-07 06:23:06 +08:00
o cmake: fix typo [5]
o cmake: prefill/cache `HAVE_STRUCT_SOCKADDR_STORAGE` [45]
2023-12-17 05:17:06 +08:00
o cmdline-docs: use .IP consistently [13]
2024-01-02 16:05:19 +08:00
o cmdline-opts: update availability for the *-ca-native options [66]
2023-12-17 05:17:06 +08:00
o cmdline/gen: fix the sorting of the man page options [33]
2024-01-02 16:05:19 +08:00
o configure: fix no default int compile error in ipv6 detection [69]
2023-12-17 05:17:06 +08:00
o cookie: avoid fopen with empty file name [24]
o curl: show ipfs and ipns as supported "protocols" [15]
2024-01-02 16:05:19 +08:00
o CURLINFO_REFERER.3: clarify that it is the *request* header [70]
o CURLOPT_AUTOREFERER.3: mention CURLINFO_REFERER
2023-12-27 16:24:42 +08:00
o CURLOPT_POSTFIELDS.3: fix incorrect C string escape in example [27]
o CURLOPT_SSH_*_KEYFILE: clarify [57]
2023-12-07 06:23:06 +08:00
o dist: add tests/errorcodes.pl to the tarball [6]
2023-12-17 05:17:06 +08:00
o docs: clean up Protocols: for cmdline options [32]
o doh: remove unused local variable [34]
o ftp: handle the PORT parsing without allocation [44]
o gnutls: fix build with --disable-verbose [3]
2024-01-02 16:05:19 +08:00
o haproxy-clientip.d: document the arg [68]
2023-12-17 05:17:06 +08:00
o hostip: return error immediately when Curl_ip2addr() fails [19]
2023-12-27 16:24:42 +08:00
o http2: improved on_stream_close/data_done handling [49]
2023-12-17 05:17:06 +08:00
o http: fix off-by-one error in request method length check [14]
2023-12-07 06:23:06 +08:00
o lib: fix variable undeclared error caused by `infof` changes [2]
2023-12-17 05:17:06 +08:00
o lib: reduce use of strncpy [30]
o lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding [36]
o lib: strndup/memdup instead of malloc, memcpy and null-terminate [42]
o libssh: improve the deprecation warning dismissal [20]
o libssh: supress warnings without version check [18]
o Makefile.am: fix the MSVC project generation [22]
2023-12-17 05:17:06 +08:00
o Makefile.mk: drop Windows support [12]
2023-12-27 16:24:42 +08:00
o mbedtls: free the entropy when threaded [46]
o mprintf: overhaul and bugfixes [52]
o ngtcp2: put h3 at the front of alpn [58]
2024-01-02 16:05:19 +08:00
o openldap: fix an LDAP crash [75]
o openldap: fix STARTTLS [67]
2023-12-17 05:17:06 +08:00
o openssl: re-match LibreSSL deinit with init [17]
2024-01-02 16:05:19 +08:00
o quiche: return CURLE_HTTP3 on send to invalid stream [65]
2023-12-17 05:17:06 +08:00
o readwrite_data: loop less [21]
o Revert "urldata: move async resolver state from easy handle to connectdata" [16]
2024-01-02 16:05:19 +08:00
o runtests: for mode="text" on <stdout>, fix newlines on both parts [64]
o schannel: fix `-Warith-conversion` gcc 13 warning [28]
2023-12-07 06:23:06 +08:00
o sectransp_ make TLSCipherNameForNumber() available in non-verbose config [1]
2023-12-17 05:17:06 +08:00
o sendf: fix compiler warning with CURL_DISABLE_HEADERS_API [38]
o ssh: fix namespace of two local macros [51]
2023-12-27 16:24:42 +08:00
o strerror: repair get_winsock_error() [56]
2023-12-17 05:17:06 +08:00
o system.h: sync mingw `CURL_TYPEOF_CURL_SOCKLEN_T` with other compilers [9]
2024-01-02 16:05:19 +08:00
o system_win32: fix a function pointer assignment warning [71]
2023-12-17 05:17:06 +08:00
o tests/server: delete workaround for old-mingw [25]
o tests: respect $TMPDIR when creating unix domain sockets [50]
2023-12-27 16:24:42 +08:00
o tool_getparam: do not try to expand without an argument [59]
2024-01-02 16:05:19 +08:00
o tool_listhelp: regenerate after recent .d updates [61]
2023-12-27 16:24:42 +08:00
o transfer: fix upload rate limiting, add test cases [37]
2023-12-07 06:23:06 +08:00
o url: for disabled protocols, mention if found in redirect [7]
2024-01-02 16:05:19 +08:00
o verify-examples.pl: fail verification on unescaped backslash [72]
o vtls: fix missing multissl version info [73]
2023-12-17 05:17:06 +08:00
o vtls: remove the Curl_cft_ssl_proxy object if CURL_DISABLE_PROXY [41]
o windows: delete redundant headers [43]
2023-12-17 05:17:06 +08:00
o windows: simplify detecting and using system headers [10]
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)
Planned upcoming removals include:
2023-02-15 15:10:01 +08:00
o support for space-separated NOPROXY patterns
See https://curl.se/dev/deprecate.html for details
This release would not have looked like this without help, code, reports and
advice from friends like these:
2024-01-02 16:05:19 +08:00
annalee, Baruch Siach, Ben, Boris Verkhovskiy, Cajus Pollmeier,
calvin2021y on github, Chara White, Chris Sauer, Dan Fandrich,
Daniel Gustafsson, Daniel Stenberg, Dmitry Karpov, Geeknik Labs,
Hans-Christian Egtvedt, Haydar Alaidrus, iAroc on github, ivanfywang,
Karthikdasari0423 on github, Marcel Raad, Mark Sinkovics, Mauricio Scheffer,
Michał Antoniak, Mike Hommey, Ozan Cansel, Patrick Monnerat, Pavel Pavlov,
Ray Satiro, RevaliQaQ on github, Stefan Eissing, Tatsuhiko Miyagawa, Theo,
Viktor Szakats, Xi Ruoyao, Yedaya Katsman, Yifei Kong, YX Hao, zengwei,
zengwei2000
2024-01-02 16:05:19 +08:00
(38 contributors)
References to bug reports and discussions on issues:
2023-12-07 06:23:06 +08:00
[1] = https://curl.se/bug/?i=12474
[2] = https://curl.se/bug/?i=12470
2023-12-17 05:17:06 +08:00
[3] = https://curl.se/bug/?i=12505
[4] = https://curl.se/bug/?i=12506
2023-12-07 06:23:06 +08:00
[5] = https://curl.se/bug/?i=12464
[6] = https://curl.se/bug/?i=12462
[7] = https://curl.se/bug/?i=12466
2023-12-17 05:17:06 +08:00
[8] = https://curl.se/bug/?i=12502
[9] = https://curl.se/bug/?i=12501
[10] = https://curl.se/bug/?i=12495
[11] = https://curl.se/bug/?i=12489
[12] = https://curl.se/bug/?i=12224
[13] = https://curl.se/bug/?i=12535
[14] = https://curl.se/bug/?i=12534
[15] = https://curl.se/mail/archive-2023-12/0026.html
[16] = https://curl.se/bug/?i=12524
[17] = https://curl.se/bug/?i=12525
[18] = https://curl.se/bug/?i=12523
[19] = https://curl.se/bug/?i=12522
[20] = https://curl.se/bug/?i=12519
[21] = https://curl.se/bug/?i=12504
[22] = https://curl.se/bug/?i=12564
[23] = https://curl.se/bug/?i=12570
2023-12-17 05:17:06 +08:00
[24] = https://curl.se/bug/?i=12514
[25] = https://curl.se/bug/?i=12510
[26] = https://curl.se/bug/?i=12557
2023-12-27 16:24:42 +08:00
[27] = https://curl.se/bug/?i=12588
2024-01-02 16:05:19 +08:00
[28] = https://curl.se/bug/?i=12616
[29] = https://curl.se/bug/?i=12550
2023-12-17 05:17:06 +08:00
[30] = https://curl.se/bug/?i=12499
[31] = https://curl.se/bug/?i=12503
[32] = https://curl.se/bug/?i=12496
[33] = https://curl.se/mail/archive-2023-12/0014.html
[34] = https://curl.se/bug/?i=12491
[35] = https://curl.se/bug/?i=12441
[36] = https://curl.se/bug/?i=12490
2023-12-27 16:24:42 +08:00
[37] = https://curl.se/bug/?i=12559
2023-12-17 05:17:06 +08:00
[38] = https://curl.se/bug/?i=12485
[39] = https://curl.se/bug/?i=12369
[40] = https://curl.se/bug/?i=12540
2023-12-17 05:17:06 +08:00
[41] = https://curl.se/bug/?i=12459
[42] = https://curl.se/bug/?i=12453
[43] = https://curl.se/bug/?i=12539
2023-12-17 05:17:06 +08:00
[44] = https://curl.se/bug/?i=12456
[45] = https://curl.se/bug/?i=12537
2023-12-27 16:24:42 +08:00
[46] = https://curl.se/bug/?i=12584
[47] = https://curl.se/bug/?i=12547
[48] = https://curl.se/bug/?i=12269
2023-12-27 16:24:42 +08:00
[49] = https://curl.se/bug/?i=10936
[50] = https://curl.se/bug/?i=12545
[51] = https://curl.se/bug/?i=12544
2023-12-27 16:24:42 +08:00
[52] = https://curl.se/bug/?i=12561
[53] = https://curl.se/bug/?i=12515
2023-12-27 16:24:42 +08:00
[54] = https://curl.se/bug/?i=12560
[55] = https://curl.se/bug/?i=12481
[56] = https://curl.se/bug/?i=12578
[57] = https://curl.se/bug/?i=12554
[58] = https://curl.se/bug/?i=12576
[59] = https://curl.se/bug/?i=12565
2024-01-02 16:05:19 +08:00
[61] = https://curl.se/bug/?i=12612
[64] = https://curl.se/bug/?i=12612
[65] = https://curl.se/bug/?i=12590
[66] = https://curl.se/bug/?i=12613
[67] = https://curl.se/bug/?i=12610
[68] = https://curl.se/bug/?i=12611
[69] = https://curl.se/bug/?i=12607
[70] = https://curl.se/bug/?i=12605
[71] = https://curl.se/bug/?i=12581
[72] = https://curl.se/bug/?i=12589
[73] = https://curl.se/bug/?i=12599
[75] = https://curl.se/bug/?i=12593
[76] = https://curl.se/bug/?i=12368