|
From: Julian S. <se...@so...> - 2021-03-17 11:36:11
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ce929211d54178be7a043e42964f7b0428e94298 commit ce929211d54178be7a043e42964f7b0428e94298 Author: Julian Seward <js...@ac...> Date: Wed Mar 17 12:35:38 2021 +0100 -> 3.17.0.RC2 Diff: --- NEWS | 7 +++++-- configure.ac | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f43a8dee78..8ff6912f99 100644 --- 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) diff --git a/configure.ac b/configure.ac index 319401047c..a2bad072f0 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.17.0.RC1],[val...@li...]) +AC_INIT([Valgrind],[3.17.0.RC2],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) |