|
From: <sv...@va...> - 2011-02-15 18:09:28
|
Author: sewardj Date: 2011-02-15 18:09:18 +0000 (Tue, 15 Feb 2011) New Revision: 11561 Log: --> 3.6.1 final, hopefully. Modified: branches/VALGRIND_3_6_BRANCH/NEWS branches/VALGRIND_3_6_BRANCH/configure.in branches/VALGRIND_3_6_BRANCH/docs/xml/vg-entities.xml Modified: branches/VALGRIND_3_6_BRANCH/NEWS =================================================================== --- branches/VALGRIND_3_6_BRANCH/NEWS 2011-02-15 10:37:29 UTC (rev 11560) +++ branches/VALGRIND_3_6_BRANCH/NEWS 2011-02-15 18:09:18 UTC (rev 11561) @@ -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 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). Modified: branches/VALGRIND_3_6_BRANCH/configure.in =================================================================== --- branches/VALGRIND_3_6_BRANCH/configure.in 2011-02-15 10:37:29 UTC (rev 11560) +++ branches/VALGRIND_3_6_BRANCH/configure.in 2011-02-15 18:09:18 UTC (rev 11561) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.6.1.SVN, val...@li...) +AC_INIT(Valgrind, 3.6.1, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) Modified: branches/VALGRIND_3_6_BRANCH/docs/xml/vg-entities.xml =================================================================== --- branches/VALGRIND_3_6_BRANCH/docs/xml/vg-entities.xml 2011-02-15 10:37:29 UTC (rev 11560) +++ branches/VALGRIND_3_6_BRANCH/docs/xml/vg-entities.xml 2011-02-15 18:09:18 UTC (rev 11561) @@ -2,12 +2,12 @@ <!ENTITY vg-jemail "ju...@va..."> <!ENTITY vg-vemail "val...@va..."> <!ENTITY cl-email "Jos...@gm..."> -<!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"> |