RELEASE-NOTES: fix typos [ci skip]

This commit is contained in:
Viktor Szakats 2026-04-10 00:10:42 +02:00
parent ef49d42a2c
commit 7d49f47fcb
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ This release includes the following bugfixes:
o cf-ip-happy: limit concurrent attempts [191]
o cf-socket: avoid low risk integer overflow on ancient Solaris [56]
o cfilters: fix Curl_pollset_poll() return code mixup [206]
o clang-tidy: avoid assigments in `if` expressions [175]
o clang-tidy: avoid assignments in `if` expressions [175]
o cmake: add CMake Config-based dependency detection [87]
o cmake: add CMake Config-based dependency detection for c-ares, wolfSSL [134]
o cmake: document functions used from Windows system DLLs [103]
@ -71,7 +71,7 @@ This release includes the following bugfixes:
o curl_setup.h: drop stray/unused `USE_OPENSSL_QUIC` guard [210]
o curl_sha512_256: support delegating to wolfSSL API [149]
o curl_version_info.md: clarify age details [69]
o CURLOPT_HAPROXY_CLIENT_IP.md: mention assuption on data format [96]
o CURLOPT_HAPROXY_CLIENT_IP.md: mention assumption on data format [96]
o CURLOPT_SOCKS5_AUTH.md: an access property [212]
o CURLOPT_SSL_CTX_FUNCTION.md: expand on effects connection reuse [105]
o CURLOPT_UPLOAD_FLAGS.md: expand [223]
@ -150,7 +150,7 @@ This release includes the following bugfixes:
o openssl: trace count of found / imported Windows native CA roots [8]
o OS400: add new definitions to the ILE/RPG binding. [153]
o os400sys: fix typo in comment (symetry -> symmetry) [58]
o parsedate: fix wrong treatment of "millitary time zones" [182]
o parsedate: fix wrong treatment of "military time zones" [182]
o perl: harden external command invocations [133]
o progress: count amount of data "delivered" to application [66]
o protocol.h: fix the CURLPROTO_MASK [31]