diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2130f25b5a..4720b47e2a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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