Skip to content

Commit

Permalink
RELEASE-NOTES: synced
Browse files Browse the repository at this point in the history
curl 8.1.1
  • Loading branch information
bagder committed May 23, 2023
1 parent 6b821c3 commit 1561d06
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions RELEASE-NOTES
Expand Up @@ -6,28 +6,32 @@ curl and libcurl 8.1.1
Public functions in libcurl: 91
Contributors: 2875

This release includes the following changes:

o

This release includes the following bugfixes:

o cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND [12]
o checksrc: disallow spaces before labels [16]
o cmake: avoid `list(PREPEND)` for compatibility [24]
o cmake: repair cross compiling [10]
o configure: fix --help alignment [9]
o configure: generate a script to run the compiler [11]
o curl_easy_getinfo: clarify on return data types [15]
o docs: document that curl_url_cleanup(NULL) is a safe no-op [4]
o hostip: move easy_lock.h include above curl_memory.h [14]
o http2: double http request parser max line length [8]
o http2: increase stream window size to 10 MB [22]
o http2: upload improvements [21]
o lib: fix conversion warnings with gcc on macOS
o lib: rename struct 'http_req' to 'httpreq' [23]
o ngtcp2: fix compiler warning about possible null-deref [3]
o ngtcp2: proper handling of uint64_t when adjusting send buffer [1]
o os400: update chkstrings.c [2]
o runtests: handle interrupted reads from IPC pipes
o runtests: use the correct fd after select [20]
o sectransp.c: make the code c89 compatible [17]
o select: avoid returning an error on EINTR from select() or poll() [5]
o test425: fix the log directory for the upload
o url: provide better error message when URLs fail to parse [18]
o urlapi: allow numerical parts in the host name [7]
o urlapi: respect CURLU_ALLOW_SPACE and CURLU_NO_AUTHORITY for redirects [13]
o vquic.c: make recvfrom_packets static, avoid compiler warning [6]

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

Antoine Pitrou, Colin Cross, Daniel Stenberg, Emanuele Torre,
Emilio Cobos Álvarez, Hind Montassif, James Fuller, Jonas Bülow, Jon Rumsey,
Keitagit-kun on github, Pavel Kalyugin, Stefan Eissing, Viktor Szakats,
Deal(一线灵)
(14 contributors)
Antoine Pitrou, Colin Cross, correctmost on github, Dan Fandrich,
Daniel Stenberg, Emanuele Torre, Emilio Cobos Álvarez, FeignClaims on github,
Hind Montassif, James Fuller, Jonas Bülow, Jon Rumsey,
Keitagit-kun on Github, pandada8 on github, Pavel Kalyugin, Ray Satiro,
Stefan Eissing, Viktor Szakats, Deal(一线灵)
(19 contributors)

References to bug reports and discussions on issues:

Expand All @@ -66,8 +71,13 @@ References to bug reports and discussions on issues:
[10] = https://curl.se/bug/?i=11130
[11] = https://curl.se/bug/?i=11114
[12] = https://curl.se/bug/?i=11118
[13] = https://curl.se/bug/?i=11136
[14] = https://curl.se/bug/?i=11140
[15] = https://curl.se/bug/?i=11126
[16] = https://curl.se/bug/?i=11134
[17] = https://curl.se/bug/?i=11155
[18] = https://curl.se/bug/?i=11137
[20] = https://curl.se/bug/?i=11160
[21] = https://curl.se/bug/?i=11165
[22] = https://curl.se/bug/?i=11162
[23] = https://curl.se/bug/?i=11163
[24] = https://curl.se/bug/?i=11141

0 comments on commit 1561d06

Please sign in to comment.