Update w/ recent bug fixes.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12740 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 5305d57..81a5cc2 100644
--- a/NEWS
+++ b/NEWS
@@ -138,6 +138,7 @@
 287260  Incorrect conditional jump or move depends on uninitialised value(s)
 287301  vex amd64->IR: 0x66 0xF 0x38 0x41 0xC0 0xB8 0x0 0x0 (PHMINPOSUW)
 287858  VG_(strerror): unknown error 
+289470  Loading of large Mach-O thin binaries fails.
 289699  vgdb connection in relay mode erroneously closed due to buffer overrun 
 289823  (duplicate of 293754) vex amd64->IR: 0x66 0xF 0x3A 0x60 0xCA 0x45 0x66 0xF
 289939  wish: complete monitor cmd 'leak_check' with details about leaked or reachable blocks
@@ -176,6 +177,8 @@
 295590  Helgrind: Assertion 'cvi->nWaiters > 0' failed when cond var being waited upon destroyed
 295617  ARM - Add some missing syscalls
 295799  Missing \n with get_vbits in gdbserver when line is % 80 and there are some unaddressable bytes 
+296229  Linux user input device ioctls missing wrappers
+296318  ELF Debug info improvements (more than one rx/rw mapping)
 296422  Add translation chaining support
 296457  vex amd64->IR: 0x66 0xF 0x3A 0xDF 0xD1 0x1 0xE8 0x6A (dup of AES)
 296792  [PATCH] valgrind 3.7.0: add SIOCSHWTSTAMP (0x89B0) ioctl wrapper
@@ -187,6 +190,7 @@
 297329  VEX should disallow decoding of IBM Power Decimal Floating Point 
         instructions on machines that do not support it
 297497  POWER Processor decimal floating point instruction support missing
+297701  Another alias for strncasecmp_l in libc-2.13.so
 297976  s390x: revisit EX implementation
 297911  valgrind does not report 'invalid write' when using APIs for custom memory allocators.
 297991  Valgrind interferes with mmap()+ftell() 
@@ -218,6 +222,9 @@
 n-i-bz  Add missing gdbserver xml files for shadow registers for ppc32
 n-i-bz  Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr)
 n-i-bz  Fix assert in gdbserver for watchpoints watching the same address
+300140  ARM - Missing (T1) SMMUL
+300195  read_elf_debug_info() should accept 'executable' .got sections
+        == 296318
 300389  AMD Bulldozer system: vex: priv/main_main.c:315 (LibVEX_Translate):
         Assertion `are_valid_hwcaps(VexArchAMD64, vta->archinfo_host.hwcaps)' failed.
 300414  FCOM and FCOMP unimplemented for amd64 guest