RELEASE-NOTES: synced

curl 8.2.1 release
This commit is contained in:
Daniel Stenberg 2023-07-26 08:10:40 +02:00
parent a01f89d7d9
commit 50490c0679
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -21,6 +21,9 @@ This release includes the following bugfixes:
o configure: check for nghttp2_session_get_stream_local_window_size [14]
o CONTRIBUTE: drop mention of copyright year ranges [20]
o CONTRIBUTE: fix syntax in commit message description [21]
o curl_multi_wait.3: fix arg quoting to doc macro .BR [27]
o docs: mark two TLS options for TLS, not SSL [26]
o docs: provide more see also for cipher options [23]
o hostip: return IPv6 first for localhost resolves [16]
o http2: fix regression on upload EOF handling [13]
o http: VLH, very large header test and fixes [19]
@ -83,5 +86,8 @@ References to bug reports and discussions on issues:
[20] = https://curl.se/bug/?i=11504
[21] = https://curl.se/bug/?i=11504
[22] = https://curl.se/bug/?i=11501
[23] = https://curl.se/bug/?i=11513
[24] = https://curl.se/bug/?i=10865
[25] = https://curl.se/bug/?i=11493
[26] = https://curl.se/bug/?i=11514
[27] = https://curl.se/bug/?i=11511