-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE-NOTES
More file actions
61 lines (45 loc) · 2 KB
/
RELEASE-NOTES
File metadata and controls
61 lines (45 loc) · 2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
curl and libcurl 8.11.2
Public curl releases: 264
Command line options: 266
curl_easy_setopt() options: 306
Public functions in libcurl: 94
Contributors: 3300
This release includes the following changes:
This release includes the following bugfixes:
o async-thread: avoid closing eventfd twice [9]
o checksrc: ban use of sscanf() [7]
o conncache: result_cb comment removed from function docs [1]
o cookie: parse only the exact expire date [3]
o curl: return error if etag options are used with multiple URLs [5]
o lib517: extend the getdate test with quotes and leading "junk" [4]
o netrc: restore _netrc fallback logic [6]
o RELEASE-PROCEDURE.md: mention how to publish security advisories [2]
o sectransp: free certificate on error [12]
o strparse: string parsing helper functions [8]
o system.h: add 64-bit curl_off_t definitions for NonStop [11]
o tests/http/clients: use proper sleep() call on NonStop [10]
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 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:
Andy Pan, Christian Heusel, Christian Schmitz, Daniel Stenberg, Kevin Sun,
Randall S. Becker, renovate[bot], Tamir Duberstein, Viktor Szakats
(9 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=15720
[2] = https://curl.se/bug/?i=15714
[3] = https://curl.se/bug/?i=15709
[4] = https://curl.se/bug/?i=15708
[5] = https://curl.se/bug/?i=15729
[6] = https://curl.se/bug/?i=15734
[7] = https://curl.se/bug/?i=15687
[8] = https://curl.se/bug/?i=15692
[9] = https://curl.se/bug/?i=15725
[10] = https://curl.se/bug/?i=15711
[11] = https://curl.se/bug/?i=15723
[12] = https://curl.se/bug/?i=15721