RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2025-08-17 22:56:48 +02:00
parent 0ba8e7f9db
commit 435069fcd9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -4,7 +4,7 @@ curl and libcurl 8.15.1
Command line options: 272
curl_easy_setopt() options: 308
Public functions in libcurl: 98
Contributors: 3488
Contributors: 3490
This release includes the following changes:
@ -66,6 +66,7 @@ This release includes the following bugfixes:
o connection: terminate after goaway [62]
o contrithanks: fix for BSD `sed` tool [98]
o cookie: don't treat the leading slash as trailing [185]
o cookie: remove expired cookies before listing [158]
o curl-config: remove X prefix use [138]
o curl/system.h: fix for GCC 3.3.x and older [38]
o curl: make the URL indexes 64 bit [117]
@ -89,6 +90,7 @@ This release includes the following bugfixes:
o CURLOPT: drop redundant `long` casts [55]
o CURLOPT: replace `(long)` cast with `L` suffix for `CURLHSTS_*` macros
o CURLOPT_HTTP_VERSION: mention new default value [179]
o CURLOPT_SSL_CTX_*: replace the base64 with XXXX [171]
o delta: fix warnings, fix for non-GNU `date` tool [99]
o DEPRECATE.md: drop support for Windows XP/2003 [31]
o DEPRECATE.md: remove leftover "nothing" [57]
@ -127,6 +129,7 @@ This release includes the following bugfixes:
o multi: replace remaining EXPIRE_RUN_NOW [67]
o multissl: initialize when requesting a random number [30]
o ngtcp2: extend callback tables for nghttp3 1.11.0 and ngtcp2 1.14.0 [47]
o openssl: auto-pause on verify callback retry [167]
o openssl: check SSL_write() length on retries [152]
o openssl: clear errors after a failed `d2i_X509()` [161]
o openssl: output unescaped utf8 x509 issuer/subject DNs [169]
@ -151,6 +154,7 @@ This release includes the following bugfixes:
o schannel: use if(result) like the code style says [125]
o scripts: enable strict warnings in Perl where missing, fix fallouts [63]
o scripts: fix two Perl uninitialized value warnings [60]
o sendf: getting less data than "max allowed" is okay [170]
o servers: convert two macros to scoped static const strings [89]
o setopt: refactor out the booleans from setopt_long to setopt_bool [83]
o setopt: split out cookielist() and cookiefile() [130]
@ -227,14 +231,15 @@ advice from friends like these:
Dan Fandrich, Daniel Böhmer, Daniel Engberg, Daniel Stenberg, David Zhuang,
devgs on github, Dominik Tomecki, Eshan Kelkar, Google Big Sleep,
Harry Sintonen, IoannisGS on github, Jelle Raaijmakers, Jeroen Ooms,
Kai Pastor, Karthik Das, kkmuffme on github, letshack9707 on hackerone,
lf- on github, LoRd_MuldeR, Michał Petryka, nevakrien on github,
Oxan van Leeuwen, Paul Gilmartin, Petar Popovic, Philippe Antoine,
Pino Toscano, Qriist, Qriist on github, Ray Satiro, renovate[bot],
rm-rmonaghan on github, Roberto Hidalgo, Samuel Henrique, Schrijvers Luc,
Sergio Durigan Junior, Stefan Eissing, Tal Regev, Todd Gamblin,
Viktor Szakats, Waldemar Kornewald, yaoy6 on github, ウさん
(51 contributors)
Kai Pastor, Karthik Das, kkmuffme on github, kupavcevdenis on github,
letshack9707 on hackerone, lf- on github, LoRd_MuldeR, Michał Petryka,
nevakrien on github, Oxan van Leeuwen, Paul Gilmartin, Petar Popovic,
Philippe Antoine, Pino Toscano, Qriist, Qriist on github, Ray Satiro,
renovate[bot], rm-rmonaghan on github, Roberto Hidalgo, Samuel Henrique,
Schrijvers Luc, Sergio Durigan Junior, Stefan Eissing, Tal Regev,
Todd Gamblin, Viktor Szakats, Waldemar Kornewald, xfangfang, yaoy6 on github,
ウさん
(53 contributors)
References to bug reports and discussions on issues:
@ -394,6 +399,7 @@ References to bug reports and discussions on issues:
[154] = https://curl.se/bug/?i=18241
[155] = https://curl.se/bug/?i=18238
[156] = https://curl.se/bug/?i=18195
[158] = https://curl.se/bug/?i=18299
[159] = https://curl.se/bug/?i=18232
[160] = https://curl.se/bug/?i=18177
[161] = https://curl.se/bug/?i=18190
@ -402,8 +408,11 @@ References to bug reports and discussions on issues:
[164] = https://curl.se/bug/?i=18282
[165] = https://curl.se/bug/?i=18124
[166] = https://curl.se/bug/?i=18271
[167] = https://curl.se/mail/lib-2025-08/0012.html
[168] = https://curl.se/bug/?i=18170
[169] = https://curl.se/bug/?i=18171
[170] = https://curl.se/bug/?i=18283
[171] = https://curl.se/bug/?i=18261
[172] = https://curl.se/bug/?i=18190
[173] = https://curl.se/bug/?i=18123
[174] = https://curl.se/bug/?i=18173