]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Finalise 3.4.0 RC1.
authorJulian Seward <jseward@acm.org>
Tue, 23 Dec 2008 23:09:57 +0000 (23:09 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 23 Dec 2008 23:09:57 +0000 (23:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8879

NEWS
configure.in

diff --git a/NEWS b/NEWS
index db620d04de6a138eda980c7da37c3e23abbc8591..b15b4b99130d98328e2792a66d61363576070964 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -125,7 +125,7 @@ global arrays.  In detail:
   92456   Tracing the origin of uninitialised memory
   106497  Valgrind does not demangle some C++ template symbols
   162222  ==106497
-  151612  Suppression with "..." (w/ good patch)
+  151612  Suppression with "..." (frame-level wildcards in .supp files)
   156404  Unable to start oocalc under memcheck on openSUSE 10.3 (64-bit)
   159285  unhandled syscall:25 (stime, on x86-linux)
   159452  unhandled ioctl 0x8B01 on "valgrind iwconfig"
@@ -170,7 +170,7 @@ Developer-visible changes:
   make use of such information, if present, to provide source-level
   descriptions of data addresses in the error messages they create.
 
-(3.4.0.RC1:    23 Dec 2008, vex rXXXX, valgrind rXXXX).
+(3.4.0.RC1:  23 Dec 2008, vex r1878, valgrind r8879).
 
 
 
index dd96edd3966f9360bc821853a5ebb289952a5f5a..0f4d412b61d8e989946418524b9529101a8808a2 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.4.0.SVN, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.4.0.RC1, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([foreign])