|
From: <sv...@va...> - 2007-01-29 18:43:28
|
Author: sewardj
Date: 2007-01-29 18:43:20 +0000 (Mon, 29 Jan 2007)
New Revision: 6560
Log:
--> 3.2.3, hopefully
Modified:
branches/VALGRIND_3_2_BRANCH/NEWS
branches/VALGRIND_3_2_BRANCH/configure.in
branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml
Modified: branches/VALGRIND_3_2_BRANCH/NEWS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_2_BRANCH/NEWS 2007-01-29 01:09:13 UTC (rev 6559)
+++ branches/VALGRIND_3_2_BRANCH/NEWS 2007-01-29 18:43:20 UTC (rev 6560)
@@ -1,4 +1,18 @@
=20
+Release 3.2.3 (29 Jan 2007)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Unfortunately 3.2.2 introduced a regression which can cause an
+assertion failure ("vex: the `impossible' happened: eqIRConst") when
+running obscure pieces of SSE code. 3.2.3 fixes this and adds one
+more glibc-2.5 intercept. In all other respects it is identical to
+3.2.2. Please do not use (or package) 3.2.2; instead use 3.2.3.
+
+n-i-bz vex: the `impossible' happened: eqIRConst
+n-i-bz Add an intercept for glibc-2.5 __stpcpy_chk
+
+(3.2.3: 29 Jan 2007, vex r1732, valgrind r6560).
+
+
Release 3.2.2 (22 Jan 2007)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.2.2 fixes a bunch of bugs in 3.2.1, adds support for glibc-2.5 based
Modified: branches/VALGRIND_3_2_BRANCH/configure.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_2_BRANCH/configure.in 2007-01-29 01:09:13 UTC (re=
v 6559)
+++ branches/VALGRIND_3_2_BRANCH/configure.in 2007-01-29 18:43:20 UTC (re=
v 6560)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
=20
# Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.2.3.SVN, val...@li...)
+AC_INIT(Valgrind, 3.2.3, val...@li...)
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
Modified: branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml 2007-01-29 01:0=
9:13 UTC (rev 6559)
+++ branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml 2007-01-29 18:4=
3:20 UTC (rev 6560)
@@ -7,8 +7,8 @@
=20
<!-- valgrind release + version stuff -->
<!ENTITY rel-type "Release">
-<!ENTITY rel-version "3.2.2">
-<!ENTITY rel-date "22 January 2007">
+<!ENTITY rel-version "3.2.3">
+<!ENTITY rel-date "29 January 2007">
=20
<!-- where the docs are installed -->
<!ENTITY vg-doc-path "/usr/share/doc/valgrind/html/index.html">
|