]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
--> 3.3.1.RC1
authorJulian Seward <jseward@acm.org>
Sun, 1 Jun 2008 14:32:23 +0000 (14:32 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 1 Jun 2008 14:32:23 +0000 (14:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_3_BRANCH@8169

NEWS
configure.in

diff --git a/NEWS b/NEWS
index 0006777338e4930cdd43f2a82deebc9603e81a8a..95de204672ccdb1e66d9ec3ff60ec234ef5b29eb 100644 (file)
--- 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)
index 0962afb720271be6d2fb339044aed8b395dec493..d23f89bb116e49744d404c24d2de1f397e215c2d 100644 (file)
@@ -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