|
From: <sv...@va...> - 2016-10-20 08:44:49
|
Author: sewardj
Date: Thu Oct 20 09:44:40 2016
New Revision: 16094
Log:
-> 3.12.0.RC1
Modified:
branches/VALGRIND_3_12_BRANCH/NEWS
branches/VALGRIND_3_12_BRANCH/configure.ac
branches/VALGRIND_3_12_BRANCH/docs/xml/vg-entities.xml
Modified: branches/VALGRIND_3_12_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_12_BRANCH/NEWS Thu Oct 20 09:44:40 2016
@@ -259,7 +259,7 @@
n-i-bz arm: Fix incorrect register-number constraint check for LDAEX{,B,H,D}
n-i-bz DHAT: added collection of the metric "tot-blocks-allocd"
-(3.12.0.RC1: 20 October 2016, vex r3282, valgrind r16092)
+(3.12.0.RC1: 20 October 2016, vex r3282, valgrind r16094)
Modified: branches/VALGRIND_3_12_BRANCH/configure.ac
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/configure.ac (original)
+++ branches/VALGRIND_3_12_BRANCH/configure.ac Thu Oct 20 09:44:40 2016
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.12.BRANCH],[val...@li...])
+AC_INIT([Valgrind],[3.12.0.RC1],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
Modified: branches/VALGRIND_3_12_BRANCH/docs/xml/vg-entities.xml
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/docs/xml/vg-entities.xml (original)
+++ branches/VALGRIND_3_12_BRANCH/docs/xml/vg-entities.xml Thu Oct 20 09:44:40 2016
@@ -6,8 +6,8 @@
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
-<!ENTITY rel-version "3.12.0.SVN">
-<!ENTITY rel-date "?? ??????? 2016">
+<!ENTITY rel-version "3.12.0">
+<!ENTITY rel-date "20 October 2016">
<!-- where the docs are installed -->
<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">
|