Add to the list of new stuff in 20030716, some things I forgot.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1776 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index ebb9565..b9265d1 100644
--- a/NEWS
+++ b/NEWS
@@ -32,11 +32,25 @@
 - Automatic generation of suppression records; you no longer
   need to write them by hand.  Use --gen-suppressions=yes.
 
+- strcpy/memcpy/etc check their arguments for overlaps, when
+  running with the Memcheck or Addrcheck skins.
+
+- malloc_usable_size() is now supported.
+
+- new client requests:
+    - VALGRIND_COUNT_ERRORS, VALGRIND_COUNT_LEAKS: 
+      useful with regression testing
+    - VALGRIND_NON_SIMD_CALL[0123]: for running arbitrary functions 
+      on real CPU (use with caution!)
+
 - The GDB attach mechanism is more flexible.  Allow the GDB to
   be run to be specified by --gdb-path=/path/to/gdb, and specify
   which file descriptor V will read its input from with
   --input-fd=<number>.
 
+- Cachegrind gives more accurate results (wasn't tracking instructions in
+  malloc() and friends previously, is now).
+
 - Complete support for the MMX instruction set.
 
 - Partial support for the SSE and SSE2 instruction sets.  Work for this