forked from curl/curl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE-NOTES
41 lines (25 loc) · 1.02 KB
/
RELEASE-NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
curl and libcurl 8.10.1
Public curl releases: 261
Command line options: 265
curl_easy_setopt() options: 306
Public functions in libcurl: 94
Contributors: 3239
This release includes the following changes:
This release includes the following bugfixes:
o runtests: accecpt 'quictls' as OpenSSL compatible [2]
o libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP [1]
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:
o Hyper support after February 2025 [89]
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:
Daniel Stenberg
(1 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=14852
[2] = https://curl.se/bug/?i=14850