|
From: <sv...@va...> - 2015-09-23 09:22:14
|
Author: sewardj
Date: Wed Sep 23 10:22:06 2015
New Revision: 15674
Log:
--> 3.11.0 final.
Modified:
branches/VALGRIND_3_11_BRANCH/NEWS
branches/VALGRIND_3_11_BRANCH/configure.ac
branches/VALGRIND_3_11_BRANCH/docs/xml/vg-entities.xml
Modified: branches/VALGRIND_3_11_BRANCH/NEWS
==============================================================================
--- branches/VALGRIND_3_11_BRANCH/NEWS (original)
+++ branches/VALGRIND_3_11_BRANCH/NEWS Wed Sep 23 10:22:06 2015
@@ -1,5 +1,5 @@
-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
@@ -74,10 +74,11 @@
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:
@@ -401,6 +402,7 @@
(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)
Modified: branches/VALGRIND_3_11_BRANCH/configure.ac
==============================================================================
--- branches/VALGRIND_3_11_BRANCH/configure.ac (original)
+++ branches/VALGRIND_3_11_BRANCH/configure.ac Wed Sep 23 10:22:06 2015
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.11.0.TEST2],[val...@li...])
+AC_INIT([Valgrind],[3.11.0],[val...@li...])
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
Modified: branches/VALGRIND_3_11_BRANCH/docs/xml/vg-entities.xml
==============================================================================
--- branches/VALGRIND_3_11_BRANCH/docs/xml/vg-entities.xml (original)
+++ branches/VALGRIND_3_11_BRANCH/docs/xml/vg-entities.xml Wed Sep 23 10:22:06 2015
@@ -7,7 +7,7 @@
<!-- 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">
|