]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Finalise 3.5.0.
authorJulian Seward <jseward@acm.org>
Wed, 19 Aug 2009 11:38:54 +0000 (11:38 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 19 Aug 2009 11:38:54 +0000 (11:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10846

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

diff --git a/NEWS b/NEWS
index 690544cb70bf5488e7ff8534808676602d70ed3e..efac5dd39de701a59723900e7c4a9d7b84f6e444 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 
-Release 3.5.0 (XXX August 2009)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
+Release 3.5.0 (19 August 2009)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3.5.0 is a feature release with many significant improvements and the
 usual collection of bug fixes.  The main improvement is that Valgrind
 now works on Mac OS X.
@@ -555,13 +554,14 @@ where XXXXXX is the bug number as listed below.
 201585  mfpvr not implemented on ppc 
 201708  tests failing because x86 direction flag is left set 
 201757  Valgrind doesn't handle any recent sys_futex additions 
+204377  64-bit valgrind can not start a shell script
+        (with #!/path/to/shell) if the shell is a 32-bit executable
 n-i-bz  drd: fixed assertion failure triggered by mutex reinitialization.
 n-i-bz  drd: fixed a bug that caused incorrect messages to be printed
         about memory allocation events with memory access tracing enabled
 n-i-bz  drd: fixed a memory leak triggered by vector clock deallocation
 
-(3.5.0.RC1:  XX Aug 2009, vex rXXXX, valgrind rXXXX).
-(3.5.0:      XX Aug 2009, vex rXXXX, valgrind rXXXX).
+(3.5.0: 20 Aug 2009, vex r1913, valgrind r10846).
 
 
 
index 30a03a75129b633b35d4120d8bd47c2e98a31eae..c45a9f00da530d88d2bc0818eb2e77affa989021 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.5.0-TEST1, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.5.0, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([foreign])
index 72628b490de78382d6d68f83a4b9a907578d6c51..bc6ea16cbc831607ddf674cfde2736cc9fcb5245 100644 (file)
@@ -7,7 +7,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.5.0">
-<!ENTITY rel-date    "20 August 2009">
+<!ENTITY rel-date    "19 August 2009">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">