From: Bart Van Assche Date: Thu, 13 Oct 2011 18:52:25 +0000 (+0000) Subject: Add 3.7.0 drd items to NEWS X-Git-Tag: svn/VALGRIND_3_7_0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363e70865bb4c1f24a745220c9ace47caf2e3d76;p=thirdparty%2Fvalgrind.git Add 3.7.0 drd items to NEWS git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12150 --- diff --git a/NEWS b/NEWS index 6d294d3d45..c5ee062136 100644 --- 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.