Skip to content

Commit

Permalink
RELEASE: curl 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 18, 2024
1 parent ae58957 commit 6f659f4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ROOT=.

# the latest stable version is:
STABLE= 8.10.0
RELDATE = "2024-09-11"
STABLE= 8.10.1
RELDATE = "2024-09-18"
# The planned *next* release is:
NEXTDATE = "2024-11-05"

Expand Down
31 changes: 31 additions & 0 deletions _changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,37 @@
<a name="changes"></a>
TITLE(All changes ever made)

<a name="8_10_1"></a>
SUBTITLE(Fixed in 8.10.1 - September 20 2024)
VULNBOX(8.10.1)
<p> Bugfixes:
<ul class="bugfixes">
BGF <a href="https://curl.se/bug/?i=14879">autotools: fix `--with-ca-embed` build rule</a>
BGF <a href="https://curl.se/bug/?i=14872">cmake: ensure `CURL_USE_OPENSSL`/`USE_OPENSSL_QUIC` are set in sync</a>
BGF <a href="https://curl.se/bug/?i=14927">cmake: fix MSH3 to appear on the feature list</a>
BGF <a href="https://curl.se/bug/?i=14897">connect: store connection info when really done</a>
BGF <a href="https://curl.se/bug/?i=14886">CURLMOPT_TIMERFUNCTION.md: emphasize that only a single timer should run</a>
BGF <a href="https://curl.se/bug/?i=14873">FTP: partly revert eeb7c1280742f5c8fa48a4340fc1e1a1a2c7075a</a>
BGF <a href="https://curl.se/bug/?i=14870">http2: when uploading data from stdin, fix eos forwarding</a>
BGF <a href="https://curl.se/bug/?i=14899">http: make max-filesize check not count ignored bodies</a>
BGF <a href="https://curl.se/bug/?i=14858">lib: fix AF_INET6 use outside of USE_IPV6</a>
BGF <a href="https://curl.se/bug/?i=14852">libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP</a>
BGF <a href="https://curl.se/bug/?i=14860">multi: check that the multi handle is valid in curl_multi_assign</a>
BGF <a href="https://curl.se/bug/?i=14863">QUIC: on connect, keep on trying on draining server</a>
BGF <a href="https://marc.info/?l=git&m=172620452502747&w=2">request: correctly reset the eos_sent flag</a>
BGF <a href="https://curl.se/bug/?i=14850">runtests: accecpt &apos;quictls&apos; as OpenSSL compatible</a>
BGF <a href="https://curl.se/bug/?i=14840">rustls: fixed minor logic bug in default cipher selection</a>
BGF <a href="https://curl.se/bug/?i=14889">rustls: rustls-ffi 0.14.0 update</a>
BGF <a href="https://curl.se/bug/?i=14889">rustls: support strong CSRNG data</a>
BGF <a href="https://curl.se/bug/?i=14884">setopt: remove superfluous use of ternary expressions</a>
BGF <a href="https://curl.se/bug/?i=14919">singleuse: drop `Curl_memrchr()` for no-HTTP builds</a>
BGF <a href="https://curl.se/bug/?i=14857">test537: cap the rlimit max this test runs</a>
BGF <a href="https://curl.se/bug/?i=14835">tests: tweak lock file handling and timers</a>
BGF <a href="https://curl.se/bug/?i=14939">tool_cb_wrt: use &quot;curl_response&quot; if no file name in URL</a>
BGF <a href="https://curl.se/bug/?i=14898">transfer: fix sendrecv() without interim poll</a>
BGF <a href="https://curl.se/bug/?i=14887">vtls: fix `Curl_ssl_conn_config_match` doc param</a>
</ul>

<a name="8_10_0"></a>
SUBTITLE(Fixed in 8.10.0 - September 11 2024)
RELEASEVIDEO(8.10.0, "https://youtu.be/jO5qZ9VW0_k")
Expand Down
10 changes: 10 additions & 0 deletions _newslog.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
NCOLE
#endif

NSUBJ(curl and libcurl 8.10.1)
NDATE(September 18 2024)
NCOLS

The curl team proudly presents curl and
libcurl <a href="download.html">version 8.10.1</a>. See the
full <a href="/ch/8.10.1.html">changelog</a>.

NCOLE

NSUBJ(curl and libcurl 8.10.0)
NDATE(September 11 2024)
NCOLS
Expand Down

0 comments on commit 6f659f4

Please sign in to comment.