]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.11.0 final.
authorJulian Seward <jseward@acm.org>
Wed, 23 Sep 2015 09:22:06 +0000 (09:22 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 23 Sep 2015 09:22:06 +0000 (09:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_11_BRANCH@15674

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

diff --git a/NEWS b/NEWS
index c8b2132e3395286a57d4e3f3424b9a97b20dd3b4..79f314f0e166f4cd7fba391b7f655dc63655f1d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 @@ X86/MacOSX 10.11, AMD64/MacOSX 10.11 and TILEGX/Linux.
     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 @@ n-i-bz  In VALGRIND_PRINTF write out thread name, if any, to xml
 
 (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)
 
 
 
index 0901243a7e75549966e6b920bf6d41b311ea6a1d..8ab7f9b68cd5aba2c077e7cb5208a22b022714e3 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # 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])
index b291076f86617cc12f7d7b97863372fa3fbdadf2..6f97da38c47936bdc17fe25c921955e63725edbb 100644 (file)
@@ -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">