]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.16.0 final VALGRIND_3_16_0
authorJulian Seward <jseward@acm.org>
Mon, 8 Jun 2020 05:32:19 +0000 (07:32 +0200)
committerJulian Seward <jseward@acm.org>
Mon, 8 Jun 2020 05:32:19 +0000 (07:32 +0200)
NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 6d6d1e4335efd91a2137b36b71554182993a14ea..71a7a01e3c07871c39fa2c5a2336ae17cd1b34a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-Release 3.16.0 (22 May 2020)
+Release 3.16.0 (27 May 2020)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 3.16.0 is a feature release with many improvements and the usual collection of
@@ -177,7 +177,8 @@ n-i-bz  Fix non-glibc build of test suite with s390x_features
 n-i-bz  MinGW, include/valgrind.h: Fix detection of 64-bit mode
 
 (3.16.0.RC1:  18 May 2020, git 6052ee66a0cf5234e8e2a2b49a8760226bc13b92)
-(3.15.0.RC2:  19 May 2020, git 940ec1ca69a09f7fdae3e800b7359f85c13c4b37)
+(3.16.0.RC2:  19 May 2020, git 940ec1ca69a09f7fdae3e800b7359f85c13c4b37)
+(3.16.0:      27 May 2020, git bf5e647edb9e96cbd5c57cc944984402eeee296d)
 
 
 
index ecd90e58fda497f146ec3a1e2bda6bdd454c8ede..524230d57d1fb874a69a9e1b12dd1a69d8d72e7a 100755 (executable)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.16.0.RC2],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.16.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 d95a285c3f871a650dfde1a62918618b03796ea7..aa14f3b47e77a876170fdbd529cca310e5b7c65d 100644 (file)
@@ -7,7 +7,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.16.0">
-<!ENTITY rel-date    "22 May 2020">
+<!ENTITY rel-date    "27 May 2020">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">