]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.2.2.RC6
authorJulian Seward <jseward@acm.org>
Fri, 19 Jan 2007 02:48:22 +0000 (02:48 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 19 Jan 2007 02:48:22 +0000 (02:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6539

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

diff --git a/NEWS b/NEWS
index 2c622ef0974dcd25c78053a022e279674b41449e..9a41b15365cedda011a8bd92e295cd7f59c91685 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,11 @@
 
-Release 3.2.2 (25 Jan 2007)
+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
-systems (openSUSE 10.2, Fedora Core 6), improves support for icc-9.X 
-compiled code, and brings modest performance
-improvements in some areas, including amd64 floating point, 
-powerpc support, and startup responsiveness on all targets.
-
-XXX what else did I forget
+systems (openSUSE 10.2, Fedora Core 6), improves support for icc-9.X
+compiled code, and brings modest performance improvements in some
+areas, including amd64 floating point, powerpc support, and startup
+responsiveness on all targets.
 
 The fixed bugs are as follows.  Note that "n-i-bz" stands for "not in
 bugzilla" -- that is, a bug that was reported to us but never got a
@@ -16,7 +13,6 @@ bugzilla entry.  We encourage you to file bugs in bugzilla
 (http://bugs.kde.org/enter_valgrind_bug.cgi) rather than mailing the
 developers (or mailing lists) directly.
 
-
 129390   ppc?->IR: some kind of VMX prefetch (dstt)
 129968   amd64->IR: 0xF 0xAE 0x0 (fxsave)
 134319   ==129968
@@ -76,8 +72,8 @@ n-i-bz   fix false uninit-value errs in icc9 generated FP code
 n-i-bz   reduce extraneous frames in libmpiwrap.c
 n-i-bz   support pselect6 on amd64-linux
 
-(3.2.2.RC5: 18 Jan 2007, vex r1729, valgrind r6536).
-(3.2.2:     25 Jan 2007, vex rXXXX, valgrind rXXXX).
+(3.2.2.RC6: 19 Jan 2007, vex r1729, valgrind r6539).
+(3.2.2:     22 Jan 2007, vex rXXXX, valgrind rXXXX).
 
 
 Release 3.2.1 (16 Sept 2006)
index fd0713ed3ace380ae439d7b6ed75db7a92ed57cb..189f8f01715072f12b0af1fe204e70865e6b1cc4 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.2.2.RC5, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.2.2.RC6, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE
index c42fa2e2cd7c5b495a2b4907056b4b1eecb45026..870a905b677846a28d3be2cd5b400fc3e3dea167 100644 (file)
@@ -8,7 +8,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.2.2">
-<!ENTITY rel-date    "8 January 2007">
+<!ENTITY rel-date    "22 January 2007">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-doc-path  "/usr/share/doc/valgrind/html/index.html">