-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.
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).
##------------------------------------------------------------##
# 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])
<!-- 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">