-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.
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)
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.10.0.BETA2],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.10.0],[valgrind-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
<!-- 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">