From: Julian Seward Date: Tue, 2 Sep 2014 10:30:12 +0000 (+0000) Subject: --> 3.10.0.BETA1 X-Git-Tag: svn/VALGRIND_3_10_0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8a005dd4c12abbfbd382afda785059a97079fa;p=thirdparty%2Fvalgrind.git --> 3.10.0.BETA1 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14428 --- diff --git a/NEWS b/NEWS index 47124ddbc0..7112585d7c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -Release 3.10.0 (?? ?????? 2014) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Release 3.10.0 (mid September 2014) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.10.0 is not yet released. This is a beta of 3.10.0. @@ -308,6 +309,8 @@ n-i-bz Add command-line option --default-suppressions n-i-bz Add support for BLKDISCARDZEROES ioctl n-i-bz ppc32/64: fix a regression with the mtfsb0/mtfsb1 instructions +(3.10.0.BETA1: 2 September 2014, vex r2940, valgrind r14428) + Release 3.9.0 (31 October 2013) diff --git a/configure.ac b/configure.ac index 599203c94e..05848733e4 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.10.0.SVN],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.10.0.BETA1],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])