|
From: <sv...@va...> - 2009-08-19 11:39:03
|
Author: sewardj
Date: 2009-08-19 12:38:54 +0100 (Wed, 19 Aug 2009)
New Revision: 10846
Log:
Finalise 3.5.0.
Modified:
trunk/NEWS
trunk/configure.in
trunk/docs/xml/vg-entities.xml
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-08-19 10:32:49 UTC (rev 10845)
+++ trunk/NEWS 2009-08-19 11:38:54 UTC (rev 10846)
@@ -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 @@
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).
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-08-19 10:32:49 UTC (rev 10845)
+++ trunk/configure.in 2009-08-19 11:38:54 UTC (rev 10846)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.5.0-TEST1, val...@li...)
+AC_INIT(Valgrind, 3.5.0, val...@li...)
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])
Modified: trunk/docs/xml/vg-entities.xml
===================================================================
--- trunk/docs/xml/vg-entities.xml 2009-08-19 10:32:49 UTC (rev 10845)
+++ trunk/docs/xml/vg-entities.xml 2009-08-19 11:38:54 UTC (rev 10846)
@@ -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">
|