From: Julian Seward Date: Fri, 15 Sep 2006 13:40:01 +0000 (+0000) Subject: Finalise 3.2.1. X-Git-Tag: svn/VALGRIND_3_2_1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0597b59850420758af5836663719f8e7448b97c9;p=thirdparty%2Fvalgrind.git Finalise 3.2.1. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6070 --- diff --git a/NEWS b/NEWS index 5f14b1098a..cfae20860c 100644 --- 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.in b/configure.in index 51f851ecbd..efc3e0ecfa 100644 --- a/configure.in +++ b/configure.in @@ -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