From: Julian Seward Date: Sat, 28 Feb 2009 09:51:50 +0000 (+0000) Subject: Finalise 3.4.1. X-Git-Tag: svn/VALGRIND_3_4_1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3763790045c971cfd16a7e0e02b20a57990f956e;p=thirdparty%2Fvalgrind.git Finalise 3.4.1. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9293 --- diff --git a/NEWS b/NEWS index 83f6f18d22..ffa42823ba 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Release 3.4.1 (XX February 2009) +Release 3.4.1 (28 February 2009) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.4.1 is a bug-fix release that fixes some regressions and assertion failures in debug info reading in 3.4.0, most notably incorrect stack @@ -7,7 +7,7 @@ traces on amd64-linux on older (glibc-2.3 based) systems. Various other debug info problems are also fixed. A number of bugs in the exp-ptrcheck tool introduced in 3.4.0 have been fixed. -In view of the fact that 3.4.0 contains some user-visible regressions +In view of the fact that 3.4.0 contains user-visible regressions relative to 3.3.x, upgrading to 3.4.1 is recommended. Packagers are encouraged to ship 3.4.1 in preference to 3.4.0. @@ -21,6 +21,8 @@ into bugzilla tend to get forgotten about or ignored. n-i-bz Fix various bugs reading icc-11 generated debug info n-i-bz Fix various bugs reading gcc-4.4 generated debug info n-i-bz Preliminary support for glibc-2.10 / Fedora 11 +n-i-bz Cachegrind and Callgrind: handle non-power-of-two cache sizes, + so as to support (eg) 24k Atom D1 and Core2 with 3/6/12MB L2. 179618 exp-ptrcheck crashed / exit prematurely 179624 helgrind: false positive races with pthread_create and recv/open/close/read @@ -35,6 +37,7 @@ n-i-bz Preliminary support for glibc-2.10 / Fedora 11 185359 exp-ptrcheck unhandled syscall getresuid() (3.4.1.RC1: 24 Feb 2008, vex r1884, valgrind r9253). +(3.4.1: 28 Feb 2008, vex r1884, valgrind r9293). diff --git a/configure.in b/configure.in index 19fee784ff..cfd297536e 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.1.RC1, valgrind-users@lists.sourceforge.net) +AC_INIT(Valgrind, 3.4.1, valgrind-users@lists.sourceforge.net) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign])