]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Finalise 3.2.1.
authorJulian Seward <jseward@acm.org>
Fri, 15 Sep 2006 13:40:01 +0000 (13:40 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 15 Sep 2006 13:40:01 +0000 (13:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6070

NEWS
configure.in

diff --git a/NEWS b/NEWS
index 5f14b1098a1959f3031ade7fc08a5f996b36e044..cfae20860c4cdb2029b8536667a8f78919977865 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-Release 3.2.1 (XX Sept 2006)
+Release 3.2.1 (16 Sept 2006)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3.2.1 adds x86/amd64 support for all SSE3 instructions except monitor
 and mwait, further reduces memcheck's false error rate on all
@@ -78,6 +78,8 @@ was considered too risky to push into 3.2.X:
 
 133154   crash when using client requests to register/deregister stack
 
+(3.2.1: 16 Sept 2006, vex r1658, valgrind r6070).
+
 
 Release 3.2.0 (7 June 2006)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 51f851ecbd0e151efec1762e98e983828a185471..efc3e0ecfab578e62339ac57aa4d429e1279a5e4 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.2.1.RC1, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.2.1, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE