-Release 3.11.0 (?? September 2015)
+Release 3.11.0 (22 September 2015)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.11.0 is a feature release with many improvements and the usual
in the region of 0% to 7% for those targets only.
- A new command line option, --expensive-definedness-checks=yes|no,
- which is useful to avoid occasional invalid uninitialised-value
- errors in optimised code. Watch out for runtime degradation, as
- this can be up to 25%. As always, though, the slowdown is highly
- application specific. The default setting is "no".
+ has been added. This is useful for avoiding occasional invalid
+ uninitialised-value errors in optimised code. Watch out for
+ runtime degradation, as this can be up to 25%. As always, though,
+ the slowdown is highly application specific. The default setting
+ is "no".
* Massif:
(3.11.0.TEST1: 8 September 2015, vex r3187, valgrind r15646)
(3.11.0.TEST2: 21 September 2015, vex r3193, valgrind r15667)
+(3.11.0: 22 September 2015, vex r3195, valgrind r15674)
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.11.0.TEST2],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.11.0],[valgrind-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
<!ENTITY rel-version "3.11.0">
-<!ENTITY rel-date "21 September 2015">
+<!ENTITY rel-date "22 September 2015">
<!-- where the docs are installed -->
<!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">