]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.6.1 final, hopefully.
authorJulian Seward <jseward@acm.org>
Tue, 15 Feb 2011 18:09:18 +0000 (18:09 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 15 Feb 2011 18:09:18 +0000 (18:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_6_BRANCH@11561

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

diff --git a/NEWS b/NEWS
index 7a9c4014fae715429929df27f8d692714a401bd0..d287fbf66dc5a88e9a76da2724af156254520f73 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-Release 3.6.1 (XX February 2011)
+Release 3.6.1 (16 February 2011)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3.6.1 is a bug fix release.  It adds support for some SSE4
 instructions that were omitted in 3.6.0 due to lack of time.  Initial
@@ -53,7 +53,7 @@ n-i-bz  Massif: don't assert on shmat() with --pages-as-heap=yes
 n-i-bz  Bug fixes and major speedups for the exp-DHAT space profiler
 n-i-bz  DRD: disable --free-is-write due to implementation difficulties
 
-(3.6.1: xx February 2011, vex rxxxx, valgrind ryyyyy).
+(3.6.1: 16 February 2011, vex r2103, valgrind r11561).
 
 
 
index 966dc65695f718dea0a476d2250d03e526b7452a..38786192a3748eb90660e9401ef90b9b555d2de2 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.6.1.SVN, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.6.1, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([foreign])
index 52c1d0ec9f30248df1c888056d68129e0b856f3d..cf5d84c0e6b112ee87b2fd2e35b8f04c9cc29abf 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-2010">
+<!ENTITY vg-lifespan   "2000-2011">
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.6.0">
-<!ENTITY rel-date    "21 October 2010">
+<!ENTITY rel-version "3.6.1">
+<!ENTITY rel-date    "16 February 2011">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">