8.10.1Desktop
Changed 1
- rustls: rustls-ffi 0.14.0 update
Fixed 19
- autotools: fix --with-ca-embed build rule
- cmake: ensure CURL_USE_OPENSSL/USE_OPENSSL_QUIC are set in sync
- cmake: fix MSH3 to appear on the feature list
- connect: store connection info when really done
- FTP: partly revert eeb7c1280742f5c8fa48a4340fc1e1a1a2c7075a
- http2: when uploading data from stdin, fix eos forwarding
- http: make max-filesize check not count ignored bodies
- lib: fix AF_INET6 use outside of USE_IPV6
- multi: check that the multi handle is valid in curl_multi_assign
- QUIC: on connect, keep on trying on draining server
- request: correctly reset the eos_sent flag
- runtests: accept 'quictls' as OpenSSL compatible
- rustls: fixed minor logic bug in default cipher selection
- rustls: support strong CSRNG data
- setopt: remove superfluous use of ternary expressions
- singleuse: drop Curl_memrchr() for no-HTTP builds
- test537: cap the rlimit max this test runs
- tests: tweak lock file handling and timers
- tool_cb_wrt: use "curl_response" if no filename in URL
curl / Docs / Releases / Changes in 8.10.1 Related: Daily Snapshots Source repo Release log Pending Release 🠰 8.10.0 all changes 8.11.0 🠲
Changes in 8.10.1 - September 18 2024
8.10.1 8.10.1 Bugfixes:
- autotools: fix
--with-ca-embedbuild rule - cmake: ensure
CURL_USE_OPENSSL/USE_OPENSSL_QUICare set in sync - cmake: fix MSH3 to appear on the feature list
- connect: store connection info when really done
- CURLMOPT_TIMERFUNCTION.md: emphasize that only a single timer should run
- FTP: partly revert eeb7c1280742f5c8fa48a4340fc1e1a1a2c7075a
- http2: when uploading data from stdin, fix eos forwarding
- http: make max-filesize check not count ignored bodies
- lib: fix AF_INET6 use outside of USE_IPV6
- libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP
- multi: check that the multi handle is valid in curl_multi_assign
- QUIC: on connect, keep on trying on draining server
- request: correctly reset the eos_sent flag
- runtests: accept 'quictls' as OpenSSL compatible
- rustls: fixed minor logic bug in default cipher selection
- rustls: rustls-ffi 0.14.0 update
- rustls: support strong CSRNG data
- setopt: remove superfluous use of ternary expressions
- singleuse: drop
Curl_memrchr()for no-HTTP builds - test537: cap the rlimit max this test runs
- tests: tweak lock file handling and timers
- tool_cb_wrt: use "curl_response" if no filename in URL
- transfer: fix sendrecv() without interim poll
- vtls: fix
Curl_ssl_conn_config_matchdoc param
Further
The previous release was 8.10.0. The next release was 8.11.0.