-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE-NOTES
More file actions
46 lines (30 loc) · 1.22 KB
/
RELEASE-NOTES
File metadata and controls
46 lines (30 loc) · 1.22 KB
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
42
43
44
45
46
curl and libcurl 8.14.1
Public curl releases: 268
Command line options: 269
curl_easy_setopt() options: 308
Public functions in libcurl: 96
Contributors: 3427
This release includes the following changes:
This release includes the following bugfixes:
o http: fail early when rewind of input failed when following redirects [2]
o multi: fix add_handle resizing [3]
o tool_getparam: refactored, simplified [4]
o BUG-BOUNTY.md. mention the medium bounty amount in 2025 [5]
This release includes the following known bugs:
See https://curl.se/docs/knownbugs.html
For all changes ever done in curl:
See https://curl.se/changes.html
Planned upcoming removals include:
o Support for the msh3 HTTP/3 backend
o Supporting curl builds using VS2008
o The Secure Transport and BearSSL TLS backends
o The winbuild build system
o Windows CE support
See https://curl.se/dev/deprecate.html
This release would not have looked like this without help, code, reports and
advice from friends like these:
References to bug reports and discussions on issues:
[2] = https://curl.se/bug/?i=17472
[3] = https://curl.se/bug/?i=17473
[4] = https://curl.se/bug/?i=17448
[5] = https://curl.se/bug/?i=17470