]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Set version to 3.23.0-RC2
authorMark Wielaard <mark@klomp.org>
Wed, 24 Apr 2024 22:45:49 +0000 (00:45 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 24 Apr 2024 22:45:49 +0000 (00:45 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7660941b39a7208708713a97d5457a22d41349d6..4fdb7323a549bdedc471eaa2c79ed9b722932ba1 100644 (file)
--- 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 96d99e41294570b48ce7970c21bc0c11ea1c4d60..c7b864381630f70caf8fef101d11ab56966f42aa 100755 (executable)
@@ -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],