From: Julian Seward Date: Sun, 1 Jun 2008 14:32:23 +0000 (+0000) Subject: --> 3.3.1.RC1 X-Git-Tag: svn/VALGRIND_3_3_1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513b70faad25bc4e9a025396801f40ede473017b;p=thirdparty%2Fvalgrind.git --> 3.3.1.RC1 git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_3_BRANCH@8169 --- diff --git a/NEWS b/NEWS index 0006777338..95de204672 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,11 @@ Release 3.3.1 (2 June 2008) 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 @@ n-i-bz regalloc: don't incorrectly omit spill stores 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) diff --git a/configure.in b/configure.in index 0962afb720..d23f89bb11 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.3.1.SVN, valgrind-users@lists.sourceforge.net) +AC_INIT(Valgrind, 3.3.1.RC1, valgrind-users@lists.sourceforge.net) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE