|
From: <sv...@va...> - 2012-08-09 15:06:49
|
sewardj 2012-08-09 16:06:36 +0100 (Thu, 09 Aug 2012)
New Revision: 12866
Log:
--> 3.8.0 final
Modified files:
trunk/NEWS
trunk/configure.in
trunk/docs/xml/vg-entities.xml
Modified: trunk/docs/xml/vg-entities.xml (+1 -1)
===================================================================
--- trunk/docs/xml/vg-entities.xml 2012-08-09 00:35:35 -23:00 (rev 12865)
+++ trunk/docs/xml/vg-entities.xml 2012-08-09 16:06:36 +01:00 (rev 12866)
@@ -7,7 +7,7 @@
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
<!ENTITY rel-version "3.8.0">
-<!ENTITY rel-date "XX August 2012">
+<!ENTITY rel-date "10 August 2012">
<!-- where the docs are installed -->
<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">
Modified: trunk/NEWS (+2 -1)
===================================================================
--- trunk/NEWS 2012-08-09 00:35:35 -23:00 (rev 12865)
+++ trunk/NEWS 2012-08-09 16:06:36 +01:00 (rev 12866)
@@ -1,5 +1,5 @@
-Release 3.8.0 (XX August 2012)
+Release 3.8.0 (10 August 2012)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.8.0 is a feature release with many improvements and the usual
collection of bug fixes.
@@ -295,6 +295,7 @@
n-i-bz s390x: Shadow registers can now be examined using vgdb
(3.8.0-TEST3: 9 August 2012, vex r2465, valgrind r12865)
+(3.8.0: 10 August 2012, vex r2465, valgrind r12866)
Modified: trunk/configure.in (+1 -1)
===================================================================
--- trunk/configure.in 2012-08-09 00:35:35 -23:00 (rev 12865)
+++ trunk/configure.in 2012-08-09 16:06:36 +01:00 (rev 12866)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.8.0-TEST3],[val...@li...])
+AC_INIT([Valgrind],[3.8.0],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
|