|
From: <sv...@va...> - 2008-12-23 23:10:10
|
Author: sewardj Date: 2008-12-23 23:09:57 +0000 (Tue, 23 Dec 2008) New Revision: 8879 Log: Finalise 3.4.0 RC1. Modified: trunk/NEWS trunk/configure.in Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2008-12-23 20:46:12 UTC (rev 8878) +++ trunk/NEWS 2008-12-23 23:09:57 UTC (rev 8879) @@ -125,7 +125,7 @@ 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 @@ 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). Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2008-12-23 20:46:12 UTC (rev 8878) +++ trunk/configure.in 2008-12-23 23:09:57 UTC (rev 8879) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.4.0.SVN, val...@li...) +AC_INIT(Valgrind, 3.4.0.RC1, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) |