Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13671 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index dab8fb3..9a2ec4b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,10 +11,9 @@
   Support for s390x Decimal Floating Point instructions on hosts that
   have the DFP facility installed.
 
-  Power8 (Power ISA 2.?? support)
+  Power8 (Power ISA 2.07 support)
 
-  AVX2 support
-
+  Intel AVX2 support
   Intel HTM support (kind of)
   Power HTM support (kind of)
 
@@ -88,14 +87,14 @@
     of various Valgrind aspects, including the Valgrind heap.
 
   - The list of used suppressions (shown when giving the -v option)
-    now gives the filename and linenr where the suppression is defined.
+    now gives the filename and line number where the suppression is defined.
 
   - remote debuginfo server + overhaul of debuginfo reading
 
   - some fixes for OSX 10.8
 
   - partial-loads-ok now works for 16 and 32 byte loads
-    and in general improved handling of vectorised code
+    and in general improved handling of vectorised code on Memcheck
 
   - unwind-by-stack-scan for ARM
 
@@ -692,12 +691,15 @@
 
 324227  memcheck false positive leak when a thread calls exit+block
         only reachable via other thread live register
-        FIXED
+        FIXED 13670
 
 326091  drd: Avoid that optimized strlen() implementations trigger
         false positive race reports.
         FIXED 13664
 
+309430  Self hosting ppc64 encounters a vassert error on operand type
+        FIXED 2793
+
 
 Release 3.8.1 (19 September 2012)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/internals/3_8_BUGSTATUS.txt b/docs/internals/3_8_BUGSTATUS.txt
index 0d30cc8..827228d 100644
--- a/docs/internals/3_8_BUGSTATUS.txt
+++ b/docs/internals/3_8_BUGSTATUS.txt
@@ -512,11 +512,6 @@
 324081  3.8.1 Valgrind periodically hangs in long-running application
         NEEDINFO (requested)
 
-324227  memcheck false positive leak when a thread calls exit+block only
-        reachable via other thread live register
-        Inconclusive, after discussions with Philippe
-        Severity: low  Audience: med
-
 324261  errorcount in xml output remains empty (no error pairs mentioned)
         Hmm, looks like a real bug.
         Severity: med  Audience: low