Update for 20030725.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1788 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index b9265d1..838fe99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
 
+Snapshot 20030725 (25 July 2003)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Fixes some minor problems in 20030716.
+
+- Fix bugs in overlap checking for strcpy/memcpy etc.
+
+- Do overlap checking with Addrcheck as well as Memcheck.
+
+- Fix this:
+      Memcheck: the `impossible' happened:
+      get_error_name: unexpected type
+
+- Install headers needed to compile new skins.
+
+- Remove leading spaces and
+  colon created by this mechanism in the LD_LIBRARY_PATH / LD_PRELOAD
+  passed to non-traced children.
+
+
+
 Snapshot 20030716 (16 July 2003)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~