From: Mark Wielaard Date: Wed, 24 Apr 2024 22:45:49 +0000 (+0200) Subject: Set version to 3.23.0-RC2 X-Git-Tag: VALGRIND_3_23_0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b5ee09493ef34335e18552df8d0793047c16e6b;p=thirdparty%2Fvalgrind.git Set version to 3.23.0-RC2 --- diff --git a/NEWS b/NEWS index 7660941b3..4fdb7323a 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,11 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. descriptors. Printing the context where the file descriptor was originally opened and where it was previously closed. +* --track-fds=yes also produces "real" errors now which can be + suppressed and work with --error-exitcode. When combined with + --xml the xml-output now also includes FdBadClose and FdNotClosed + error kinds (see docs/internals/xml-output-protocol5.txt). + * The option --show-error-list=no|yes now accepts a new value all. This indicates to also print the suppressed errors. This is useful to analyse which errors are suppressed by which @@ -24,10 +29,12 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * ================== PLATFORM CHANGES ================= -Added ARM64 support for FreeBSD. +* Added ARM64 support for FreeBSD. * ==================== TOOL CHANGES =================== +* The none tool now also supports xml output. + * ==================== FIXED BUGS ==================== The following bugs have been fixed or resolved. Note that "n-i-bz" @@ -106,6 +113,7 @@ To see details of a given bug, visit where XXXXXX is the bug number as listed above. (3.23.0.RC1: 19 Apr 2024) +(3.23.0.RC2: 24 Apr 2024) Release 3.22.0 (31 Oct 2023) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index 96d99e412..c7b864381 100755 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define([v_major_ver], [3]) m4_define([v_minor_ver], [23]) m4_define([v_micro_ver], [0]) -m4_define([v_suffix_ver], [RC1]) -m4_define([v_rel_date], ["19 Apr 2024"]) +m4_define([v_suffix_ver], [RC2]) +m4_define([v_rel_date], ["24 Apr 2024"]) m4_define([v_version], m4_if(v_suffix_ver, [], [v_major_ver.v_minor_ver.v_micro_ver],