|
From: <sv...@va...> - 2006-09-15 13:40:12
|
Author: sewardj Date: 2006-09-15 14:40:01 +0100 (Fri, 15 Sep 2006) New Revision: 6070 Log: Finalise 3.2.1. Modified: branches/VALGRIND_3_2_BRANCH/NEWS branches/VALGRIND_3_2_BRANCH/configure.in 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 2006-09-14 20:17:09 UTC (rev 6069) +++ branches/VALGRIND_3_2_BRANCH/NEWS 2006-09-15 13:40:01 UTC (rev 6070) @@ -1,5 +1,5 @@ =20 -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,7 +78,9 @@ =20 133154 crash when using client requests to register/deregister stack =20 +(3.2.1: 16 Sept 2006, vex r1658, valgrind r6070). =20 + Release 3.2.0 (7 June 2006) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.2.0 is a feature release with many significant improvements and the 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 2006-09-14 20:17:09 UTC (re= v 6069) +++ branches/VALGRIND_3_2_BRANCH/configure.in 2006-09-15 13:40:01 UTC (re= v 6070) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## =20 # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.2.1.RC1, val...@li...) +AC_INIT(Valgrind, 3.2.1, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |