]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Finalise 3.3.1.
authorJulian Seward <jseward@acm.org>
Wed, 4 Jun 2008 07:04:12 +0000 (07:04 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 4 Jun 2008 07:04:12 +0000 (07:04 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_3_BRANCH@8180

NEWS
configure.in
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 95de204672ccdb1e66d9ec3ff60ec234ef5b29eb..fdb59345be99f634fe04b2199769041a95e1a627 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 
-Release 3.3.1 (2 June 2008)
+Release 3.3.1 (4 June 2008)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3.3.1 fixes a bunch of bugs in 3.3.0, adds support for glibc-2.8 based
-systems (openSUSE 11, Fedora Core 9), and adds support for the SSSE3
-(Core 2) instruction set.
+systems (openSUSE 11, Fedora Core 9), improves the existing glibc-2.7
+support, and adds support for the SSSE3 (Core 2) instruction set.
 
 3.3.1 will likely be the last release that supports some very old
 systems.  In particular, the next major release, 3.4.0, will drop
@@ -32,7 +32,8 @@ n-i-bz  helgrind support for glibc-2.8
 n-i-bz  partial fix for mc_leakcheck.c:698 assert:
         'lc_shadows[i]->data + lc_shadows[i] ...
 n-i-bz  Massif/Cachegrind output corruption when programs fork
-n-i-bz  regalloc: don't incorrectly omit spill stores
+n-i-bz  register allocator fix: handle spill stores correctly
+n-i-bz  add support for PA6T PowerPC CPUs
 126389  vex x86->IR: 0xF 0xAE (FXRSTOR)
 158525  ==126389
 152818  vex x86->IR: 0xF3 0xAC (repz lodsb) 
@@ -44,7 +45,7 @@ n-i-bz  regalloc: don't incorrectly omit spill stores
 155929  ms_print fails on massif outputs containing long lines
 157665  valgrind fails on shmdt(0) after shmat to 0
 157748  support x86 PUSHFW/POPFW
-158212  hg: handle pthread_rwlock_try{rd,wr}lock.
+158212  helgrind: handle pthread_rwlock_try{rd,wr}lock.
 158425  sys_poll incorrectly emulated when RES==0
 158744  vex amd64->IR: 0xF0 0x41 0xF 0xC0 (xaddb)
 160907  Support for a couple of recent Linux syscalls
@@ -56,7 +57,9 @@ n-i-bz  regalloc: don't incorrectly omit spill stores
 161036  exp-drd: client allocated memory was never freed
 162663  signalfd_wrapper fails on 64bit linux
 
-(3.3.1.RC1:  1 June 2008, vex r1854, valgrind r8168).
+(3.3.1.RC1:  2 June 2008, vex r1854, valgrind r8169).
+(3.3.1:      4 June 2008, vex r1854, valgrind r8180).
+
 
 
 Release 3.3.0 (7 December 2007)
index d23f89bb116e49744d404c24d2de1f397e215c2d..75cc768033476fcbeba1592b3b7d6335d8c9085c 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.3.1.RC1, valgrind-users@lists.sourceforge.net)
+AC_INIT(Valgrind, 3.3.1, valgrind-users@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE
index 77d6475e42e8d4b355da8a04058ee748ee0b39bf..a6d04e37e05dfcb6b4c1aa0cadb2480282c7e810 100644 (file)
@@ -8,7 +8,7 @@
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.3.1">
-<!ENTITY rel-date    "2 June 2008">
+<!ENTITY rel-date    "4 June 2008">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-doc-path  "/usr/share/doc/valgrind/html/index.html">