]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.17.0.RC2
authorJulian Seward <jseward@acm.org>
Wed, 17 Mar 2021 11:35:38 +0000 (12:35 +0100)
committerJulian Seward <jseward@acm.org>
Wed, 17 Mar 2021 11:35:38 +0000 (12:35 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f43a8dee781f6da98bb1dbefd2f36fd32b0f6dcf..8ff6912f9945d9a804fd3d2485ccc8ce78a918c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 Release 3.17.0 (18 Mar 2021)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-3.17.0 is a primarily a bug-fix release.
+3.17.0 is a primarily a bug-fix release.  There are also some architecture and
+tool updates.  Support for recent toolchains -- GCC 11 and Clang 11 -- has
+been improved.
 
 This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
 PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux,
@@ -187,7 +189,8 @@ where XXXXXX is the bug number as listed below.
 n-i-bz  helgrind: If hg_cli__realloc fails, return NULL.
 n-i-bz  arm64 front end: avoid Memcheck false positives relating to CPUID
 
-(3.17.0.RC1:  13 Mar 2021, git a049da18b3c045fc8929bd56d404a01046e4c26c)
+(3.17.0.RC1: 13 Mar 2021)
+(3.17.0.RC2: 17 Mar 2021)
 
 
 
index 319401047c49f63692ccb9131174becbc14a5f90..a2bad072f08de019f89e2ad35280b26bf449266d 100755 (executable)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.17.0.RC1],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.17.0.RC2],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])