From: Daniel Stenberg Date: Wed, 18 Sep 2024 13:20:56 +0000 (+0200) Subject: RELEASE-NOTES: synced X-Git-Tag: curl-8_11_0~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0236276c3dd273715a176fe69891af30c43da957;p=thirdparty%2Fcurl.git RELEASE-NOTES: synced And bump to 8.10.2 for now --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9b282e3d4b..90e9564ffa 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,6 @@ -curl and libcurl 8.10.1 +curl and libcurl 8.10.2 - Public curl releases: 261 + Public curl releases: 262 Command line options: 265 curl_easy_setopt() options: 306 Public functions in libcurl: 94 @@ -11,30 +11,9 @@ This release includes the following changes: This release includes the following bugfixes: - o autotools: fix `--with-ca-embed` build rule [3] - o cmake: ensure `CURL_USE_OPENSSL`/`USE_OPENSSL_QUIC` are set in sync [8] - o cmake: fix MSH3 to appear on the feature list [20] - o connect: store connection info when really done [9] - o CURLMOPT_TIMERFUNCTION.md: emphasize that only a single timer should run [5] - o FTP: partly revert eeb7c1280742f5c8fa48a4340fc1e1a1a2c7075a [34] - o http2: when uploading data from stdin, fix eos forwarding [7] - o http: make max-filesize check not count ignored bodies [33] - o lib: fix AF_INET6 use outside of USE_IPV6 [13] - o libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP [1] - o multi: check that the multi handle is valid in curl_multi_assign [14] - o QUIC: on connect, keep on trying on draining server [11] - o request: correctly reset the eos_sent flag [21] - o runtests: accecpt 'quictls' as OpenSSL compatible [2] - o rustls: fixed minor logic bug in default cipher selection [12] - o rustls: rustls-ffi 0.14.0 update [18] - o rustls: support strong CSRNG data [16] - o setopt: remove superfluous use of ternary expressions [4] - o singleuse: drop `Curl_memrchr()` for no-HTTP builds [24] - o test537: cap the rlimit max this test runs [10] - o tests: tweak lock file handling and timers [22] - o tool_cb_wrt: use "curl_response" if no file name in URL [19] - o transfer: fix sendrecv() without interim poll [15] - o vtls: fix `Curl_ssl_conn_config_match` doc param [6] + o curl_url_set.md: document HOST handling when URL is parsed [2] + o negotiate: conditional check around GSS & SSL specific code [1] + o sendf: add condition to max-filesize check [3] This release includes the following known bugs: @@ -54,36 +33,11 @@ Planned upcoming removals include: This release would not have looked like this without help, code, reports and advice from friends like these: - Brian Inglis, Carlo Cabrera, Daniel McCarney, Daniel Stenberg, - dependabot[bot], finkjsc on github, Gabriel Marin, Harry Sintonen, - Jan Venekamp, Julian K., MasterInQuestion on github, Michael Osipov, - nekopsykose on github, Patrick Steinhardt, rampageX on github, - Stefan Eissing, Tal Regev, Victor Kislov, Viktor Szakats - (19 contributors) + Daniel Stenberg, Jon Rumsey, lomberd2 on github, Venkat Krishna R + (4 contributors) References to bug reports and discussions on issues: - [1] = https://curl.se/bug/?i=14852 - [2] = https://curl.se/bug/?i=14850 - [3] = https://curl.se/bug/?i=14879 - [4] = https://curl.se/bug/?i=14884 - [5] = https://curl.se/bug/?i=14886 - [6] = https://curl.se/bug/?i=14887 - [7] = https://curl.se/bug/?i=14870 - [8] = https://curl.se/bug/?i=14872 - [9] = https://curl.se/bug/?i=14897 - [10] = https://curl.se/bug/?i=14857 - [11] = https://curl.se/bug/?i=14863 - [12] = https://curl.se/bug/?i=14840 - [13] = https://curl.se/bug/?i=14858 - [14] = https://curl.se/bug/?i=14860 - [15] = https://curl.se/bug/?i=14898 - [16] = https://curl.se/bug/?i=14889 - [18] = https://curl.se/bug/?i=14889 - [19] = https://curl.se/bug/?i=14939 - [20] = https://curl.se/bug/?i=14927 - [21] = https://marc.info/?l=git&m=172620452502747&w=2 - [22] = https://curl.se/bug/?i=14835 - [24] = https://curl.se/bug/?i=14919 - [33] = https://curl.se/bug/?i=14899 - [34] = https://curl.se/bug/?i=14873 + [1] = https://curl.se/bug/?i=14938 + [2] = https://curl.se/bug/?i=14942 + [3] = https://curl.se/bug/?i=14958 diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 673032f52b..42f26e45db 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -32,13 +32,13 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "8.10.1-DEV" +#define LIBCURL_VERSION "8.10.2-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 8 #define LIBCURL_VERSION_MINOR 10 -#define LIBCURL_VERSION_PATCH 1 +#define LIBCURL_VERSION_PATCH 2 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will @@ -59,7 +59,7 @@ CURL_VERSION_BITS() macro since curl's own configure script greps for it and needs it to contain the full number. */ -#define LIBCURL_VERSION_NUM 0x080a01 +#define LIBCURL_VERSION_NUM 0x080a02 /* * This is the date and time when the full source package was created. The