curl/RELEASE-NOTES

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

66 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-11-07 20:16:47 +08:00
curl and libcurl 8.11.1
2024-11-07 20:16:47 +08:00
Public curl releases: 263
2024-10-11 20:52:41 +08:00
Command line options: 266
2024-06-14 19:30:06 +08:00
curl_easy_setopt() options: 306
Public functions in libcurl: 94
2024-11-09 06:24:50 +08:00
Contributors: 3273
2023-05-23 17:12:50 +08:00
2023-05-31 14:59:48 +08:00
This release includes the following changes:
This release includes the following bugfixes:
2024-11-09 06:24:50 +08:00
o cmake: drop cmake args list from `buildinfo.txt` [8]
o cmdline/ech.md: formatting cleanups [13]
2024-11-07 20:16:47 +08:00
o cookie: treat cookie name case sensitively [4]
2024-11-09 06:24:50 +08:00
o curl: --test-duphandle in debug builds runs "duphandled" [6]
2024-11-07 20:16:47 +08:00
o duphandle: also init netrc [3]
2024-11-09 06:24:50 +08:00
o ECH: enable support for the AWS-LC backend [5]
o macos: disable gcc `availability` workaround as needed [7]
2024-11-07 20:16:47 +08:00
o mbedtls: call psa_crypt_init() in global init [2]
2024-11-09 06:24:50 +08:00
o netrc: support large file, longer lines, longer tokens [14]
o nghttp2: use custom memory functions [1]
o setopt: fix CURLOPT_HTTP_CONTENT_DECODING [15]
o TODO: consider OCSP stapling by default [11]
o vtls: fix compile warning when ALPN is not available [12]
2019-07-19 17:32:23 +08:00
This release includes the following known bugs:
See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
For all changes ever done in curl:
See https://curl.se/changes.html
Planned upcoming removals include:
2024-07-24 14:48:18 +08:00
o TLS libraries not supporting TLS 1.3
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-11-09 06:24:50 +08:00
Ben Greear, Bo Anderson, Daniel Stenberg, delogicsreal on github,
Ethan Everett, Jesus Malo Poyatos, Kai Pastor, Moritz, Nicolas F.,
Samuel Henrique, Stefan Eissing, tranzystorekk on github, Viktor Szakats,
wxiaoguang on github
(14 contributors)
References to bug reports and discussions on issues:
2024-11-09 06:24:50 +08:00
[1] = https://curl.se/bug/?i=15527
2024-11-07 20:16:47 +08:00
[2] = https://curl.se/bug/?i=15500
[3] = https://curl.se/bug/?i=15496
[4] = https://curl.se/bug/?i=15492
2024-11-09 06:24:50 +08:00
[5] = https://curl.se/bug/?i=15499
[6] = https://curl.se/bug/?i=15504
[7] = https://curl.se/bug/?i=15508
[8] = https://curl.se/bug/?i=15501
[11] = https://curl.se/bug/?i=15483
[12] = https://curl.se/bug/?i=15515
[13] = https://curl.se/bug/?i=15506
[14] = https://curl.se/bug/?i=15513
[15] = https://curl.se/bug/?i=15511