From: Julian Seward Date: Wed, 15 Mar 2006 17:53:06 +0000 (+0000) Subject: Hopefully final commit for 3.1.1. X-Git-Tag: svn/VALGRIND_3_1_1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6cfa49a1494e4982a6aaba6ac55a1e10958e41;p=thirdparty%2Fvalgrind.git Hopefully final commit for 3.1.1. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_1_BRANCH@5771 --- diff --git a/NEWS b/NEWS index 150158c88b..dff5903659 100644 --- a/NEWS +++ b/NEWS @@ -11,14 +11,14 @@ n-i-bz ppc32: fsub 3,3,3 in dispatcher doesn't clear NaNs n-i-bz ppc32: __NR_{set,get}priority 117332 x86: missing line info with icc 8.1 117366 amd64: 0xDD 0x7C fnstsw -== 118274 +118274 == 117366 117367 amd64: 0xD9 0xF4 fxtract 117369 amd64: __NR_getpriority (140) 117419 ppc32: lfsu f5, -4(r11) 117419 ppc32: fsqrt 117936 more stabs problems (segfaults while reading debug info) -==119914 -==120345 +119914 == 117936 +120345 == 117936 118239 amd64: 0xF 0xAE 0x3F (clflush) 118939 vm86old system call n-i-bz memcheck/tests/mempool reads freed memory @@ -49,6 +49,8 @@ n-i-bz ppc32: rounding mode problems (improved, partial fix only) 119482 ppc32: mtfsb1 n-i-bz ppc32: mtocrf/mfocrf +(3.1.1: 15 March 2006, vex r1597, valgrind r5771). + Release 3.1.0 (25 November 2005) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.in b/configure.in index b9a6a2fa06..dbee8d3b96 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.1.0, valgrind-users@lists.sourceforge.net) +AC_INIT(Valgrind, 3.1.1, valgrind-users@lists.sourceforge.net) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE