|
From: <sv...@va...> - 2014-09-02 10:30:23
|
Author: sewardj
Date: Tue Sep 2 10:30:12 2014
New Revision: 14428
Log:
--> 3.10.0.BETA1
Modified:
trunk/NEWS
trunk/configure.ac
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Sep 2 10:30:12 2014
@@ -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 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)
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Sep 2 10:30:12 2014
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.10.0.SVN],[val...@li...])
+AC_INIT([Valgrind],[3.10.0.BETA1],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
|