]> sourceware.org Git - valgrind.git/commitdiff
-> 3.20.0 final VALGRIND_3_20_0
authorMark Wielaard <mark@klomp.org>
Mon, 24 Oct 2022 11:59:17 +0000 (13:59 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 24 Oct 2022 11:59:17 +0000 (13:59 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c40a0fc70c4d79827257fa0d62945496ffb47354..029161cc67f79b547edbdc02cdaa390e3ee52f19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Release 3.20.0 (22 Oct 2022)
+Release 3.20.0 (24 Oct 2022)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
@@ -16,8 +16,10 @@ AMD64/macOS 10.13 and nanoMIPS/Linux.
 * Fix Rust v0 name demangling.
 * The Linux rseq syscall is now implemented as (silently) returning ENOSYS.
 * Add FreeBSD syscall wrappers for __specialfd and __realpathat.
-* Remove FreeBSD dependencies on COMPAT10, which fixes compatibility with HardenedBSD
-* The option --enable-debuginfod=<no|yes> [default: yes] has been added on Linux.
+* Remove FreeBSD dependencies on COMPAT10, which fixes compatibility with
+  HardenedBSD
+* The option --enable-debuginfod=<no|yes> [default: yes] has been added on
+  Linux.
 * More DWARF5 support as generated by clang14.
 
 * ==================== FIXED BUGS ====================
index 196dc4c573fab2297a3dd9cdff706c6d446b1fda..4a3f3db22d5350349280c820301886cc1c5d54bd 100755 (executable)
@@ -17,8 +17,8 @@
 m4_define([v_major_ver], [3])
 m4_define([v_minor_ver], [20])
 m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [RC1])
-m4_define([v_rel_date], ["20 Oct 2022"])
+m4_define([v_suffix_ver], [])
+m4_define([v_rel_date], ["24 Oct 2022"])
 m4_define([v_version],
          m4_if(v_suffix_ver, [],
                [v_major_ver.v_minor_ver.v_micro_ver],
This page took 2.006671 seconds and 5 git commands to generate.