@@ -6,28 +6,32 @@ curl and libcurl 8.1.1
6
6
Public functions in libcurl: 91
7
7
Contributors: 2875
8
8
9
- This release includes the following changes:
10
-
11
- o
12
-
13
9
This release includes the following bugfixes:
14
10
15
11
o cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND [12]
16
12
o checksrc: disallow spaces before labels [16]
13
+ o cmake: avoid `list(PREPEND)` for compatibility [24]
17
14
o cmake: repair cross compiling [10]
18
15
o configure: fix --help alignment [9]
19
16
o configure: generate a script to run the compiler [11]
20
17
o curl_easy_getinfo: clarify on return data types [15]
21
18
o docs: document that curl_url_cleanup(NULL) is a safe no-op [4]
22
19
o hostip: move easy_lock.h include above curl_memory.h [14]
23
20
o http2: double http request parser max line length [8]
21
+ o http2: increase stream window size to 10 MB [22]
22
+ o http2: upload improvements [21]
23
+ o lib: fix conversion warnings with gcc on macOS
24
+ o lib: rename struct 'http_req' to 'httpreq' [23]
24
25
o ngtcp2: fix compiler warning about possible null-deref [3]
25
26
o ngtcp2: proper handling of uint64_t when adjusting send buffer [1]
26
27
o os400: update chkstrings.c [2]
28
+ o runtests: handle interrupted reads from IPC pipes
29
+ o runtests: use the correct fd after select [20]
30
+ o sectransp.c: make the code c89 compatible [17]
27
31
o select: avoid returning an error on EINTR from select() or poll() [5]
32
+ o test425: fix the log directory for the upload
28
33
o url: provide better error message when URLs fail to parse [18]
29
34
o urlapi: allow numerical parts in the host name [7]
30
- o urlapi: respect CURLU_ALLOW_SPACE and CURLU_NO_AUTHORITY for redirects [13]
31
35
o vquic.c: make recvfrom_packets static, avoid compiler warning [6]
32
36
33
37
This release includes the following known bugs:
@@ -46,11 +50,12 @@ Planned upcoming removals include:
46
50
This release would not have looked like this without help, code, reports and
47
51
advice from friends like these:
48
52
49
- Antoine Pitrou, Colin Cross, Daniel Stenberg, Emanuele Torre,
50
- Emilio Cobos Álvarez, Hind Montassif, James Fuller, Jonas Bülow, Jon Rumsey,
51
- Keitagit-kun on github, Pavel Kalyugin, Stefan Eissing, Viktor Szakats,
52
- Deal(一线灵)
53
- (14 contributors)
53
+ Antoine Pitrou, Colin Cross, correctmost on github, Dan Fandrich,
54
+ Daniel Stenberg, Emanuele Torre, Emilio Cobos Álvarez, FeignClaims on github,
55
+ Hind Montassif, James Fuller, Jonas Bülow, Jon Rumsey,
56
+ Keitagit-kun on Github, pandada8 on github, Pavel Kalyugin, Ray Satiro,
57
+ Stefan Eissing, Viktor Szakats, Deal(一线灵)
58
+ (19 contributors)
54
59
55
60
References to bug reports and discussions on issues:
56
61
@@ -66,8 +71,13 @@ References to bug reports and discussions on issues:
66
71
[10] = https://curl.se/bug/?i=11130
67
72
[11] = https://curl.se/bug/?i=11114
68
73
[12] = https://curl.se/bug/?i=11118
69
- [13] = https://curl.se/bug/?i=11136
70
74
[14] = https://curl.se/bug/?i=11140
71
75
[15] = https://curl.se/bug/?i=11126
72
76
[16] = https://curl.se/bug/?i=11134
77
+ [17] = https://curl.se/bug/?i=11155
73
78
[18] = https://curl.se/bug/?i=11137
79
+ [20] = https://curl.se/bug/?i=11160
80
+ [21] = https://curl.se/bug/?i=11165
81
+ [22] = https://curl.se/bug/?i=11162
82
+ [23] = https://curl.se/bug/?i=11163
83
+ [24] = https://curl.se/bug/?i=11141
0 commit comments