|
From: <sv...@va...> - 2007-01-22 15:30:25
|
Author: sewardj Date: 2007-01-22 15:30:21 +0000 (Mon, 22 Jan 2007) New Revision: 6545 Log: -> 3.2.2 final. 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 2007-01-22 15:25:46 UTC (rev 6544) +++ branches/VALGRIND_3_2_BRANCH/NEWS 2007-01-22 15:30:21 UTC (rev 6545) @@ -2,9 +2,10 @@ 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 +systems (openSUSE 10.2, Fedora Core 6), further reduces memcheck's +false error rate on x86/amd64, 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. =20 The fixed bugs are as follows. Note that "n-i-bz" stands for "not in @@ -72,8 +73,7 @@ n-i-bz reduce extraneous frames in libmpiwrap.c n-i-bz support pselect6 on amd64-linux =20 -(3.2.2.RC6: 19 Jan 2007, vex r1729, valgrind r6539). -(3.2.2: 22 Jan 2007, vex rXXXX, valgrind rXXXX). +(3.2.2: 22 Jan 2007, vex r1729, valgrind r6545). =20 =20 Release 3.2.1 (16 Sept 2006) 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 2007-01-22 15:25:46 UTC (re= v 6544) +++ branches/VALGRIND_3_2_BRANCH/configure.in 2007-01-22 15:30:21 UTC (re= v 6545) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## =20 # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.2.2.RC6, val...@li...) +AC_INIT(Valgrind, 3.2.2, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |