Skip to content

Commit 1561d06

Browse files
committed
RELEASE-NOTES: synced
curl 8.1.1
1 parent 6b821c3 commit 1561d06

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

RELEASE-NOTES

+21-11
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,32 @@ curl and libcurl 8.1.1
66
Public functions in libcurl: 91
77
Contributors: 2875
88

9-
This release includes the following changes:
10-
11-
o
12-
139
This release includes the following bugfixes:
1410

1511
o cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND [12]
1612
o checksrc: disallow spaces before labels [16]
13+
o cmake: avoid `list(PREPEND)` for compatibility [24]
1714
o cmake: repair cross compiling [10]
1815
o configure: fix --help alignment [9]
1916
o configure: generate a script to run the compiler [11]
2017
o curl_easy_getinfo: clarify on return data types [15]
2118
o docs: document that curl_url_cleanup(NULL) is a safe no-op [4]
2219
o hostip: move easy_lock.h include above curl_memory.h [14]
2320
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]
2425
o ngtcp2: fix compiler warning about possible null-deref [3]
2526
o ngtcp2: proper handling of uint64_t when adjusting send buffer [1]
2627
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]
2731
o select: avoid returning an error on EINTR from select() or poll() [5]
32+
o test425: fix the log directory for the upload
2833
o url: provide better error message when URLs fail to parse [18]
2934
o urlapi: allow numerical parts in the host name [7]
30-
o urlapi: respect CURLU_ALLOW_SPACE and CURLU_NO_AUTHORITY for redirects [13]
3135
o vquic.c: make recvfrom_packets static, avoid compiler warning [6]
3236

3337
This release includes the following known bugs:
@@ -46,11 +50,12 @@ Planned upcoming removals include:
4650
This release would not have looked like this without help, code, reports and
4751
advice from friends like these:
4852

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)
5459

5560
References to bug reports and discussions on issues:
5661

@@ -66,8 +71,13 @@ References to bug reports and discussions on issues:
6671
[10] = https://curl.se/bug/?i=11130
6772
[11] = https://curl.se/bug/?i=11114
6873
[12] = https://curl.se/bug/?i=11118
69-
[13] = https://curl.se/bug/?i=11136
7074
[14] = https://curl.se/bug/?i=11140
7175
[15] = https://curl.se/bug/?i=11126
7276
[16] = https://curl.se/bug/?i=11134
77+
[17] = https://curl.se/bug/?i=11155
7378
[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

Comments
 (0)