From: Julian Seward Date: Thu, 31 Oct 2013 23:31:51 +0000 (+0000) Subject: --> 3.9.0 final. X-Git-Tag: svn/VALGRIND_3_9_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ae95223e3df12041795579e4896c07bb6557e7;p=thirdparty%2Fvalgrind.git --> 3.9.0 final. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_9_BRANCH@13708 --- diff --git a/NEWS b/NEWS index 9c2945201c..64e5269e7f 100644 --- a/NEWS +++ b/NEWS @@ -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 patch to allow fair-sched on android 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) diff --git a/configure.ac b/configure.ac index 35647444f6..229ab98cde 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.9.0.TEST1],[valgrind-users@lists.sourceforge.net]) +AC_INIT([Valgrind],[3.9.0],[valgrind-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])