|
From: <sv...@va...> - 2008-06-01 14:32:17
|
Author: sewardj Date: 2008-06-01 15:32:23 +0100 (Sun, 01 Jun 2008) New Revision: 8169 Log: --> 3.3.1.RC1 Modified: branches/VALGRIND_3_3_BRANCH/NEWS branches/VALGRIND_3_3_BRANCH/configure.in Modified: branches/VALGRIND_3_3_BRANCH/NEWS =================================================================== --- branches/VALGRIND_3_3_BRANCH/NEWS 2008-06-01 13:26:18 UTC (rev 8168) +++ branches/VALGRIND_3_3_BRANCH/NEWS 2008-06-01 14:32:23 UTC (rev 8169) @@ -5,6 +5,11 @@ systems (openSUSE 11, Fedora Core 9), and adds support for the SSSE3 (Core 2) instruction set. +3.3.1 will likely be the last release that supports some very old +systems. In particular, the next major release, 3.4.0, will drop +support for the old LinuxThreads threading library, and for gcc +versions prior to 3.0. + 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 @@ -51,7 +56,7 @@ 161036 exp-drd: client allocated memory was never freed 162663 signalfd_wrapper fails on 64bit linux -(3.3.1.RC1: 30 May 2008, vex r1854, valgrind r81XX (62?)). +(3.3.1.RC1: 1 June 2008, vex r1854, valgrind r8168). Release 3.3.0 (7 December 2007) Modified: branches/VALGRIND_3_3_BRANCH/configure.in =================================================================== --- branches/VALGRIND_3_3_BRANCH/configure.in 2008-06-01 13:26:18 UTC (rev 8168) +++ branches/VALGRIND_3_3_BRANCH/configure.in 2008-06-01 14:32:23 UTC (rev 8169) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.3.1.SVN, val...@li...) +AC_INIT(Valgrind, 3.3.1.RC1, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |