]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.11.0.TEST1
authorJulian Seward <jseward@acm.org>
Wed, 9 Sep 2015 08:04:35 +0000 (08:04 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 9 Sep 2015 08:04:35 +0000 (08:04 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_11_BRANCH@15646

NEWS
configure.ac
docs/xml/vg-entities.xml
include/valgrind.h

diff --git a/NEWS b/NEWS
index 7119ab8b8de9f3663b1303b6b7f328eccaaa4abf..fe633b757e6ad759bd87785d7384c56f017953f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -337,7 +337,7 @@ where XXXXXX is the bug number as listed below.
 347151  Fix suppression for pthread_rwlock_init on OS X 10.8
 347233  Fix memcheck/tests/strchr on OS X 10.10 (Haswell) 
 347322  Power PC regression test cleanup
-347379  valgrind --leak-check=full leak errors from system libraries on OS X 10.8
+347379  valgrind --leak-check=full leak errors from system libs on OS X 10.8
         == 217236
 347389  unhandled syscall: 373 (Linux ARM syncfs)
 347686  Patch set to cleanup PPC64 regtests
@@ -361,7 +361,7 @@ where XXXXXX is the bug number as listed below.
 349086  Fix UNKNOWN task message [id 3406, to mach_task_self(), [..]
 349087  Fix UNKNOWN task message [id 3410, to mach_task_self(), [..]
 349626  Implemented additional Xen hypercalls
-349769  Fix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64
+349769  Clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64
 349790  Clean up of the hardware capability checking utilities.
 349828  memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so)
 349874  Fix typos in source code
@@ -396,7 +396,7 @@ n-i-bz  mremap did not work properly on shared memory
 n-i-bz  Fix incorrect sizeof expression in syswrap-xen.c reported by Coverity
 n-i-bz  In VALGRIND_PRINTF write out thread name, if any, to xml
 
-(3.10.1.BETA?: ?? September 2015, vex r????, valgrind r?????)
+(3.10.1.TEST1:  8 September 2015, vex r3187, valgrind r15646)
 
 
 
index f257d93c11b05eeb246d9dcda5e26cb88ad98368..1f2ab102eb24173f62150b89958a5049ef118c01 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.11.0.SVN],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.11.0.TEST1],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
index ce5bc3c2b440e76bc4c43dd0ae316efdc1a03f11..b291076f86617cc12f7d7b97863372fa3fbdadf2 100644 (file)
@@ -2,12 +2,12 @@
 <!ENTITY vg-jemail     "julian@valgrind.org">
 <!ENTITY vg-vemail     "valgrind@valgrind.org">
 <!ENTITY cl-email      "Josef.Weidendorfer@gmx.de">
-<!ENTITY vg-lifespan   "2000-2014">
+<!ENTITY vg-lifespan   "2000-2015">
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.11.0.SVN">
-<!ENTITY rel-date    "?? ??????? 2015">
+<!ENTITY rel-version "3.11.0">
+<!ENTITY rel-date    "21 September 2015">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">
index fc39e5305b9921e9164c606b915052710df12c62..4b8ef75eb22d101064c9a5ca3c79412e288f09c2 100644 (file)
@@ -89,7 +89,7 @@
         || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
 */
 #define __VALGRIND_MAJOR__    3
-#define __VALGRIND_MINOR__    10
+#define __VALGRIND_MINOR__    11
 
 
 #include <stdarg.h>