From c64c3527e5a0ae4f79ee952528cd86dd0454344d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Dec 2024 11:50:43 +0100 Subject: [PATCH] RELEASE-NOTES: synced --- RELEASE-NOTES | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c3a065b7ea..fd0e75d96e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,16 +4,25 @@ curl and libcurl 8.11.2 Command line options: 266 curl_easy_setopt() options: 306 Public functions in libcurl: 94 - Contributors: 3298 + Contributors: 3300 This release includes the following changes: This release includes the following bugfixes: + o async-thread: avoid closing eventfd twice [9] + o checksrc: ban use of sscanf() [7] + o conncache: result_cb comment removed from function docs [1] o cookie: parse only the exact expire date [3] + o curl: return error if etag options are used with multiple URLs [5] o lib517: extend the getdate test with quotes and leading "junk" [4] + o netrc: restore _netrc fallback logic [6] o RELEASE-PROCEDURE.md: mention how to publish security advisories [2] + o sectransp: free certificate on error [12] + o strparse: string parsing helper functions [8] + o system.h: add 64-bit curl_off_t definitions for NonStop [11] + o tests/http/clients: use proper sleep() call on NonStop [10] This release includes the following known bugs: @@ -32,11 +41,21 @@ Planned upcoming removals include: This release would not have looked like this without help, code, reports and advice from friends like these: - Daniel Stenberg, Viktor Szakats - (2 contributors) + Andy Pan, Christian Heusel, Christian Schmitz, Daniel Stenberg, Kevin Sun, + Randall S. Becker, renovate[bot], Tamir Duberstein, Viktor Szakats + (9 contributors) References to bug reports and discussions on issues: + [1] = https://curl.se/bug/?i=15720 [2] = https://curl.se/bug/?i=15714 [3] = https://curl.se/bug/?i=15709 [4] = https://curl.se/bug/?i=15708 + [5] = https://curl.se/bug/?i=15729 + [6] = https://curl.se/bug/?i=15734 + [7] = https://curl.se/bug/?i=15687 + [8] = https://curl.se/bug/?i=15692 + [9] = https://curl.se/bug/?i=15725 + [10] = https://curl.se/bug/?i=15711 + [11] = https://curl.se/bug/?i=15723 + [12] = https://curl.se/bug/?i=15721 -- 2.47.3