|
From: <sv...@va...> - 2014-09-12 09:27:46
|
Author: sewardj
Date: Fri Sep 12 09:27:35 2014
New Revision: 14521
Log:
Merge r14514 from 3_10_BRANCH (--> 3.10.0)
Modified:
trunk/ (props changed)
trunk/NEWS
trunk/configure.ac
trunk/docs/xml/vg-entities.xml
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Sep 12 09:27:35 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,7 +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.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: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Sep 12 09:27:35 2014
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.10.0.BETA1],[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: trunk/docs/xml/vg-entities.xml
==============================================================================
--- trunk/docs/xml/vg-entities.xml (original)
+++ trunk/docs/xml/vg-entities.xml Fri Sep 12 09:27:35 2014
@@ -2,12 +2,12 @@
<!ENTITY vg-jemail "ju...@va...">
<!ENTITY vg-vemail "val...@va...">
<!ENTITY cl-email "Jos...@gm...">
-<!ENTITY vg-lifespan "2000-2013">
+<!ENTITY vg-lifespan "2000-2014">
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
-<!ENTITY rel-version "3.9.0">
-<!ENTITY rel-date "31 October 2013">
+<!ENTITY rel-version "3.10.0">
+<!ENTITY rel-date "10 September 2014">
<!-- where the docs are installed -->
<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">
|