From: Julian Seward Date: Tue, 23 Dec 2008 23:09:57 +0000 (+0000) Subject: Finalise 3.4.0 RC1. X-Git-Tag: svn/VALGRIND_3_4_0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e94d523f390d4e415e8b4e42f7a09be128ea796;p=thirdparty%2Fvalgrind.git Finalise 3.4.0 RC1. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8879 --- diff --git a/NEWS b/NEWS index db620d04de..b15b4b9913 100644 --- 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). diff --git a/configure.in b/configure.in index dd96edd396..0f4d412b61 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.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])