]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.2.3, hopefully
authorJulian Seward <jseward@acm.org>
Mon, 29 Jan 2007 18:43:20 +0000 (18:43 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 29 Jan 2007 18:43:20 +0000 (18:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6560

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

diff --git a/NEWS b/NEWS
index 42284a251c0cd03db61e7e12389607ae175dfb78..5a94beb39fbd215bdf8bf944b7788e77983d0a5b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 
+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
index ec39b93e76e82519bf79e35b87b2a0b7376cbb8e..eb00c69c26b6f26a4efdd77b627b9c8369aa7e3b 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.2.3.SVN, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.2.3, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE
index 870a905b677846a28d3be2cd5b400fc3e3dea167..8d587271a35e4afef935b714417686cb201fa6cf 100644 (file)
@@ -7,8 +7,8 @@
 
 <!-- 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">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-doc-path  "/usr/share/doc/valgrind/html/index.html">