|
From: <sv...@va...> - 2010-10-21 01:19:16
|
Author: sewardj
Date: 2010-10-21 02:19:07 +0100 (Thu, 21 Oct 2010)
New Revision: 11471
Log:
--> 3.6.0 final.
Modified:
branches/VALGRIND_3_6_BRANCH/NEWS
branches/VALGRIND_3_6_BRANCH/configure.in
Modified: branches/VALGRIND_3_6_BRANCH/NEWS
===================================================================
--- branches/VALGRIND_3_6_BRANCH/NEWS 2010-10-20 21:40:29 UTC (rev 11470)
+++ branches/VALGRIND_3_6_BRANCH/NEWS 2010-10-21 01:19:07 UTC (rev 11471)
@@ -314,7 +314,7 @@
(and possibly Linux)
254556 ARM: valgrinding anything fails with SIGSEGV for 0xFFFF0FA0
-(3.6.0: 21 October 2010, vex rXXXX, valgrind rXXXXX).
+(3.6.0: 21 October 2010, vex r2068, valgrind r11471).
Modified: branches/VALGRIND_3_6_BRANCH/configure.in
===================================================================
--- branches/VALGRIND_3_6_BRANCH/configure.in 2010-10-20 21:40:29 UTC (rev 11470)
+++ branches/VALGRIND_3_6_BRANCH/configure.in 2010-10-21 01:19:07 UTC (rev 11471)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.6.0.SVN, val...@li...)
+AC_INIT(Valgrind, 3.6.0, val...@li...)
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])
|