]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.17.0 final. VALGRIND_3_17_0
authorJulian Seward <jseward@acm.org>
Fri, 19 Mar 2021 08:50:54 +0000 (09:50 +0100)
committerJulian Seward <jseward@acm.org>
Fri, 19 Mar 2021 08:50:54 +0000 (09:50 +0100)
NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 2da344d204385798c927469fd4da6fa0947f98d0..aa398cf54baed7e3ee9f38b92f95c3989066a687 100644 (file)
--- 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)
 
 
 
index a2bad072f08de019f89e2ad35280b26bf449266d..a3584c93ae928a574e2199e2d626988905517fc4 100755 (executable)
@@ -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])
index 36cde647f2faae3485a7154ba01b50dad11944e0..ce3219b523dc5d9f999b309e2014ebe408c1ccd9 100644 (file)
@@ -7,7 +7,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.17.0">
-<!ENTITY rel-date    "18 Mar 2021">
+<!ENTITY rel-date    "19 Mar 2021">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">