Update.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12862 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 5aa9464..eda26af 100644
--- a/NEWS
+++ b/NEWS
@@ -118,6 +118,8 @@
 
 * Improved support for DWARF4 debugging information (bug 284184).
 
+* Initial support for DWZ compressed Dwarf debug info.
+
 * Improved control over the IR optimiser's handling of the tradeoff
   between performance and precision of exceptions.  Specifically,
   --vex-iropt-precise-memory-exns has been removed and replaced by
@@ -284,6 +286,7 @@
 303624  segmentation fault on Android 4.1 (e.g. on Galaxy Nexus OMAP) 
 303963  strstr() function produces wrong results under valgrind callgrind
 304054  CALL_FN_xx macros need to enforce stack alignment
+304561  tee system call not supported
 715750  (MacOSX): Incorrect invalid-address errors near 0xFFFFxxxx (mozbug#)
 n-i-bz  Add missing gdbserver xml files for shadow registers for ppc32
 n-i-bz  Bypass gcc4.4/4.5 code gen bugs causing out of memory or asserts