RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2024-01-02 09:05:19 +01:00
parent aff26089e8
commit 7d103f0043
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -4,13 +4,14 @@ curl and libcurl 8.6.0
Command line options: 258
curl_easy_setopt() options: 304
Public functions in libcurl: 93
Contributors: 3056
Contributors: 3058
This release includes the following changes:
o add CURLE_TOO_LARGE [48]
o add CURLINFO_QUEUE_TIME_T [76]
o add CURLOPT_SERVER_RESPONSE_TIMEOUT_MS: add [39]
o asyn-thread: use GetAddrInfoExW on >= Windows 8 [55]
o curl.h: add CURLE_TOO_LARGE [48]
o CURLOPT_SERVER_RESPONSE_TIMEOUT_MS: add [39]
o runtests: support -gl. Like -g but for lldb. [47]
This release includes the following bugfixes:
@ -29,9 +30,13 @@ This release includes the following bugfixes:
o cmake: fix typo [5]
o cmake: prefill/cache `HAVE_STRUCT_SOCKADDR_STORAGE` [45]
o cmdline-docs: use .IP consistently [13]
o cmdline-opts: update availability for the *-ca-native options [66]
o cmdline/gen: fix the sorting of the man page options [33]
o configure: fix no default int compile error in ipv6 detection [69]
o cookie: avoid fopen with empty file name [24]
o curl: show ipfs and ipns as supported "protocols" [15]
o CURLINFO_REFERER.3: clarify that it is the *request* header [70]
o CURLOPT_AUTOREFERER.3: mention CURLINFO_REFERER
o CURLOPT_POSTFIELDS.3: fix incorrect C string escape in example [27]
o CURLOPT_SSH_*_KEYFILE: clarify [57]
o dist: add tests/errorcodes.pl to the tarball [6]
@ -39,6 +44,7 @@ This release includes the following bugfixes:
o doh: remove unused local variable [34]
o ftp: handle the PORT parsing without allocation [44]
o gnutls: fix build with --disable-verbose [3]
o haproxy-clientip.d: document the arg [68]
o hostip: return error immediately when Curl_ip2addr() fails [19]
o http2: improved on_stream_close/data_done handling [49]
o http: fix off-by-one error in request method length check [14]
@ -53,19 +59,28 @@ This release includes the following bugfixes:
o mbedtls: free the entropy when threaded [46]
o mprintf: overhaul and bugfixes [52]
o ngtcp2: put h3 at the front of alpn [58]
o openldap: fix an LDAP crash [75]
o openldap: fix STARTTLS [67]
o openssl: re-match LibreSSL deinit with init [17]
o quiche: return CURLE_HTTP3 on send to invalid stream [65]
o readwrite_data: loop less [21]
o Revert "urldata: move async resolver state from easy handle to connectdata" [16]
o runtests: for mode="text" on <stdout>, fix newlines on both parts [64]
o schannel: fix `-Warith-conversion` gcc 13 warning [28]
o sectransp_ make TLSCipherNameForNumber() available in non-verbose config [1]
o sendf: fix compiler warning with CURL_DISABLE_HEADERS_API [38]
o ssh: fix namespace of two local macros [51]
o strerror: repair get_winsock_error() [56]
o system.h: sync mingw `CURL_TYPEOF_CURL_SOCKLEN_T` with other compilers [9]
o system_win32: fix a function pointer assignment warning [71]
o tests/server: delete workaround for old-mingw [25]
o tests: respect $TMPDIR when creating unix domain sockets [50]
o tool_getparam: do not try to expand without an argument [59]
o tool_listhelp: regenerate after recent .d updates [61]
o transfer: fix upload rate limiting, add test cases [37]
o url: for disabled protocols, mention if found in redirect [7]
o verify-examples.pl: fail verification on unescaped backslash [72]
o vtls: fix missing multissl version info [73]
o vtls: remove the Curl_cft_ssl_proxy object if CURL_DISABLE_PROXY [41]
o windows: delete redundant headers [43]
o windows: simplify detecting and using system headers [10]
@ -83,15 +98,16 @@ Planned upcoming removals include:
This release would not have looked like this without help, code, reports and
advice from friends like these:
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, Mark Sinkovics,
Mauricio Scheffer, Michał Antoniak, Mike Hommey, Pavel Pavlov, Ray Satiro,
RevaliQaQ on github, Stefan Eissing, Tatsuhiko Miyagawa, Theo,
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
(34 contributors)
(38 contributors)
References to bug reports and discussions on issues:
@ -122,6 +138,7 @@ References to bug reports and discussions on issues:
[25] = https://curl.se/bug/?i=12510
[26] = https://curl.se/bug/?i=12557
[27] = https://curl.se/bug/?i=12588
[28] = https://curl.se/bug/?i=12616
[29] = https://curl.se/bug/?i=12550
[30] = https://curl.se/bug/?i=12499
[31] = https://curl.se/bug/?i=12503
@ -153,3 +170,16 @@ References to bug reports and discussions on issues:
[57] = https://curl.se/bug/?i=12554
[58] = https://curl.se/bug/?i=12576
[59] = https://curl.se/bug/?i=12565
[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