|
From: <sv...@va...> - 2007-01-19 02:48:26
|
Author: sewardj Date: 2007-01-19 02:48:22 +0000 (Fri, 19 Jan 2007) New Revision: 6539 Log: --> 3.2.2.RC6 Modified: branches/VALGRIND_3_2_BRANCH/NEWS branches/VALGRIND_3_2_BRANCH/configure.in branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml 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-18 18:10:52 UTC (rev 6538) +++ branches/VALGRIND_3_2_BRANCH/NEWS 2007-01-19 02:48:22 UTC (rev 6539) @@ -1,22 +1,18 @@ =20 -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=20 -compiled code, and brings modest performance -improvements in some areas, including amd64 floating point,=20 -powerpc support, and startup responsiveness on all targets. +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. =20 -XXX what else did I forget - 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 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. =20 - 129390 ppc?->IR: some kind of VMX prefetch (dstt) 129968 amd64->IR: 0xF 0xAE 0x0 (fxsave) 134319 =3D=3D129968 @@ -76,8 +72,8 @@ n-i-bz reduce extraneous frames in libmpiwrap.c n-i-bz support pselect6 on amd64-linux =20 -(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). =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-18 18:10:52 UTC (re= v 6538) +++ branches/VALGRIND_3_2_BRANCH/configure.in 2007-01-19 02:48:22 UTC (re= v 6539) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## =20 # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.2.2.RC5, val...@li...) +AC_INIT(Valgrind, 3.2.2.RC6, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE Modified: branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml =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/docs/xml/vg-entities.xml 2007-01-18 18:1= 0:52 UTC (rev 6538) +++ branches/VALGRIND_3_2_BRANCH/docs/xml/vg-entities.xml 2007-01-19 02:4= 8:22 UTC (rev 6539) @@ -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"> =20 <!-- where the docs are installed --> <!ENTITY vg-doc-path "/usr/share/doc/valgrind/html/index.html"> |