]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update for 20030725.
authorJulian Seward <jseward@acm.org>
Fri, 25 Jul 2003 21:11:40 +0000 (21:11 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 25 Jul 2003 21:11:40 +0000 (21:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1788

NEWS

diff --git a/NEWS b/NEWS
index b9265d1de7be3acb49a82ebe7484310b96b4ced6..838fe99a857b4c315d63de9b62e2029bdd3a8c51 100644 (file)
--- 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~