RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2024-06-11 09:37:32 +02:00
parent d69ee3ef83
commit a945393e51
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -4,12 +4,13 @@ curl and libcurl 8.8.1
Command line options: 261
curl_easy_setopt() options: 305
Public functions in libcurl: 94
Contributors: 3187
Contributors: 3189
This release includes the following changes:
o curl: add --ip-tos (IP Type of Service / Traffic Class) [42]
o curl: add --mptcp [29]
o curl: support IP Type of Service / Traffic Class: --ip-tos [42]
o curl: add -w '%{num_retries} [65]
o gnutls: support CA caching [90]
o noproxy: patterns need to be comma separated [75]
o socket: support binding to interface *AND* IP [80]
@ -43,11 +44,14 @@ This release includes the following bugfixes:
o cmdline-opts: expand the parallel explanations [98]
o cmdline: expand proxy option explanations [97]
o configure: use `$EGREP` in place of `grep -E` [41]
o connection: shutdown TLS (for FTP) better [104]
o curl-config: revert to backticks to support old target envs [88]
o curl: make warnings and other messages aware of terminal width [58]
o curl_multi_poll.md: expand the example with an custom file descriptor [21]
o curl_url_set.md: libcurl only parses :// URLs [48]
o CURLOPT_CONNECTTIMEOUT*: clarify, document the milliseond version [105]
o DISTROS: add a link to the list archive [22]
o DISTROS: add MSYS2 (native) links [100]
o docs/cmdline-opts: fix mail-auth example TLD typo [35]
o docs/Makefile.am: make curl-config.1 install [14]
o doh-insecure.md: expand [96]
@ -79,6 +83,7 @@ This release includes the following bugfixes:
o openSSL: fix hostname handling when using ECH [78]
o openssl: stop duplicate ssl key logging for legacy OpenSSL [49]
o pytest: add ftp upload tests [16]
o pytest: include testenv/vsftpd.py in dist tarball [99]
o request.md: language fix [70]
o runtests: sort test IDs in summary lines [33]
o sectransp: remove large cipher table [76]
@ -100,6 +105,8 @@ This release includes the following bugfixes:
o TODO: remove some old, clarify, add something [31]
o tool_cb_hdr: return error for failed header writes [30]
o tool_operate: avoid explicitly setting verifypeer to 1 [39]
o tool_writeout: bsearch the variable name [102]
o tool_writeout: get certinfo only when needing it [101]
o transfer: conn close on paused upload [8]
o transfer: remove curl_upload_refill_watermark, no longer used [50]
o url: allow DoH transfers to override max connection limit [68]
@ -128,14 +135,14 @@ advice from friends like these:
Bo Anderson, Christian Heusel, Christian Schmitz, Dan Fandrich,
Daniel Gustafsson, Daniel Stenberg, dependabot[bot], Dorian Craps,
edmcln on github, Eli Schwartz, Elliott Balsley, fds242 on github,
Harry Sintonen, James Abbatiello, Jan Venekamp, Jonathan Matthews,
Joseph Chen, Kai Pastor, kartatz, Keerthi Timmaraju, Lee Li, Luke Hamburg,
Marcel Raad, Matthias Gatto, Matthieu Baerts, Matt Jolly,
Olivier Bonaventure, Orgad Shaneh, Pavel Pavlov, pszlazak on github,
Ray Satiro, renovate[bot], Sebastian Andersson, Sergey Bronnikov,
Stefan Eissing, Stephen Farrell, Tatsuhiro Tsujikawa, Viktor Szakats,
vvb2060
(43 contributors)
Guilherme Puida, Harry Sintonen, James Abbatiello, Jan Venekamp,
Jay Guerette, Jonathan Matthews, Joseph Chen, Kai Pastor, kartatz,
Keerthi Timmaraju, Lee Li, Luke Hamburg, Marcel Raad, Matthias Gatto,
Matthieu Baerts, Matt Jolly, Olivier Bonaventure, Orgad Shaneh, Pavel Pavlov,
pszlazak on github, Ray Satiro, renovate[bot], Sebastian Andersson,
Sergey Bronnikov, Stefan Eissing, Stephen Farrell, Tatsuhiro Tsujikawa,
Viktor Szakats, vvb2060
(45 contributors)
References to bug reports and discussions on issues:
@ -203,6 +210,7 @@ References to bug reports and discussions on issues:
[62] = https://curl.se/bug/?i=13790
[63] = https://curl.se/bug/?i=13860
[64] = https://curl.se/bug/?i=13622
[65] = https://curl.se/bug/?i=13910
[66] = https://curl.se/bug/?i=13882
[67] = https://curl.se/bug/?i=13857
[68] = https://curl.se/mail/lib-2024-06/0001.html
@ -236,3 +244,9 @@ References to bug reports and discussions on issues:
[96] = https://curl.se/bug/?i=13889
[97] = https://curl.se/bug/?i=13887
[98] = https://curl.se/bug/?i=13886
[99] = https://curl.se/bug/?i=13918
[100] = https://curl.se/bug/?i=13915
[101] = https://curl.se/bug/?i=13914
[102] = https://curl.se/bug/?i=13914
[104] = https://curl.se/bug/?i=13904
[105] = https://curl.se/bug/?i=13905