|
From: <sv...@va...> - 2014-09-11 09:13:50
|
Author: sewardj
Date: Thu Sep 11 09:13:28 2014
New Revision: 14514
Log:
--> 3.10.0
Modified:
branches/VALGRIND_3_10_BRANCH/NEWS
branches/VALGRIND_3_10_BRANCH/configure.ac
branches/VALGRIND_3_10_BRANCH/docs/xml/vg-entities.xml
Modified: branches/VALGRIND_3_10_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_10_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_10_BRANCH/NEWS Thu Sep 11 09:13:28 2014
@@ -1,8 +1,6 @@
-Release 3.10.0 (mid September 2014)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-3.10.0 is not yet released. This is a beta of 3.10.0.
+Release 3.10.0 (10 September 2014)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.10.0 is a feature release with many improvements and the usual
collection of bug fixes.
@@ -338,8 +336,9 @@
n-i-bz ppc32/64: fix a regression with the mtfsb0/mtfsb1 instructions
n-i-bz Add support for sys_pivot_root and sys_unshare
-(3.10.0.BETA1: 2 September 2014, vex r2940, valgrind r14428)
-(3.10.0.BETA2: 8 September 2014, vex r2950, valgrind r14503)
+(3.10.0.BETA1: 2 September 2014, vex r2940, valgrind r14428)
+(3.10.0.BETA2: 8 September 2014, vex r2950, valgrind r14503)
+(3.10.0: 10 September 2014, vex r2950, valgrind r14514)
Modified: branches/VALGRIND_3_10_BRANCH/configure.ac
==============================================================================
--- branches/VALGRIND_3_10_BRANCH/configure.ac (original)
+++ branches/VALGRIND_3_10_BRANCH/configure.ac Thu Sep 11 09:13:28 2014
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.10.0.BETA2],[val...@li...])
+AC_INIT([Valgrind],[3.10.0],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
Modified: branches/VALGRIND_3_10_BRANCH/docs/xml/vg-entities.xml
==============================================================================
--- branches/VALGRIND_3_10_BRANCH/docs/xml/vg-entities.xml (original)
+++ branches/VALGRIND_3_10_BRANCH/docs/xml/vg-entities.xml Thu Sep 11 09:13:28 2014
@@ -7,7 +7,7 @@
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
<!ENTITY rel-version "3.10.0">
-<!ENTITY rel-date "11 September 2014">
+<!ENTITY rel-date "10 September 2014">
<!-- where the docs are installed -->
<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">
|