]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add 3.7.0 drd items to NEWS
authorBart Van Assche <bvanassche@acm.org>
Thu, 13 Oct 2011 18:52:25 +0000 (18:52 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 13 Oct 2011 18:52:25 +0000 (18:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12150

NEWS

diff --git a/NEWS b/NEWS
index 6d294d3d45710a972f7fbc155d3afd740d1e4685..c5ee0621369853661cfbd409eee75d8dd6054049 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,11 @@ Release 3.7.0 (???)
   where one thread accesses heap memory but another one frees it,
   without any coordinating synchronisation event
 
+- DRD: enabled XML output; added support for delayed thread deletion in order
+  to detect races that occur close to the end of a thread (--join-list-vol);
+  fixed a memory leak triggered by repeated client memory allocatation and
+  deallocation; improved Darwin support.
+
 * IBM z/Architecture (s390x) running Linux
   Valgrind can analyse 64-bit programs running on z/Architecture.
   Most user space instructions up to and including z10 are supported.