|
From: <sv...@va...> - 2013-10-31 23:32:07
|
Author: sewardj
Date: Thu Oct 31 23:31:51 2013
New Revision: 13708
Log:
--> 3.9.0 final.
Modified:
branches/VALGRIND_3_9_BRANCH/NEWS
branches/VALGRIND_3_9_BRANCH/configure.ac
Modified: branches/VALGRIND_3_9_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_9_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_9_BRANCH/NEWS Thu Oct 31 23:31:51 2013
@@ -1,5 +1,5 @@
-Release 3.9.0 (XX October 2013)
+Release 3.9.0 (31 October 2013)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.9.0 is a feature release with many improvements and the usual
collection of bug fixes.
@@ -372,7 +372,7 @@
n-i-bz report error for vgdb snapshot requested before execution
n-i-bz same as 303624 (fixed in 3.8.0), but for x86 android
-(3.9.0: XX October 2013, vex rYYYY, valgrind rZZZZZ)
+(3.9.0: 31 October 2013, vex r2796, valgrind r13708)
Modified: branches/VALGRIND_3_9_BRANCH/configure.ac
==============================================================================
--- branches/VALGRIND_3_9_BRANCH/configure.ac (original)
+++ branches/VALGRIND_3_9_BRANCH/configure.ac Thu Oct 31 23:31:51 2013
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.9.0.TEST1],[val...@li...])
+AC_INIT([Valgrind],[3.9.0],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
|