From 997b3b5b96b09e78e5f5ce8e70f23a2df3df696d Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 19 Mar 2021 09:50:54 +0100 Subject: [PATCH] -> 3.17.0 final. --- NEWS | 13 ++----------- configure.ac | 2 +- docs/xml/vg-entities.xml | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/NEWS b/NEWS index 2da344d20..aa398cf54 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 3.17.0 (18 Mar 2021) +Release 3.17.0 (19 Mar 2021) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.17.0 fixes a number of bugs and adds some functional changes: support for @@ -96,16 +96,6 @@ support for X86/macOS 10.13, AMD64/macOS 10.13 and nanoMIPS/Linux. version of DHAT's viewer, and DHAT output files produced with this version of DHAT will not work with earlier versions of DHAT's viewer. -* Cachegrind: - -* Callgrind: - -* Massif: - -* Memcheck: - -* ==================== OTHER CHANGES ==================== - * ==================== FIXED BUGS ==================== The following bugs have been fixed or resolved. Note that "n-i-bz" @@ -192,6 +182,7 @@ n-i-bz arm64 front end: avoid Memcheck false positives relating to CPUID (3.17.0.RC1: 13 Mar 2021) (3.17.0.RC2: 17 Mar 2021) +(3.17.0: 19 Mar 2021) diff --git a/configure.ac b/configure.ac index a2bad072f..a3584c93a 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.RC2],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.17.0],[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]) diff --git a/docs/xml/vg-entities.xml b/docs/xml/vg-entities.xml index 36cde647f..ce3219b52 100644 --- a/docs/xml/vg-entities.xml +++ b/docs/xml/vg-entities.xml @@ -7,7 +7,7 @@ - + -- 2.11.4.GIT