]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.8.0 final
authorJulian Seward <jseward@acm.org>
Thu, 9 Aug 2012 15:06:36 +0000 (15:06 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 9 Aug 2012 15:06:36 +0000 (15:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12866

NEWS
configure.in
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 34ea7a7a1898f26111fb5818f94012db9649de53..0e84baf14d2b483629b67922b5a717831f98b39b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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  Fix false positive in sys_clone on amd64 when optional args [..]
 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)
 
 
 
index 47a845d849e102d25037e1e93fe8873ffe519799..70ed69f68c481df957be97cacca85b344825f3a9 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.8.0-TEST3],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.8.0],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign])
index d5532d6e7f196a4de73dec374c6f295bfb246ef0..e65ed3ea2abd71f958020e9d35bd269cc2029356 100644 (file)
@@ -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">