From: Philippe Waroquiers Date: Tue, 29 Jul 2014 20:19:04 +0000 (+0000) Subject: Announce now in NEWS that now all locks are announced. X-Git-Tag: svn/VALGRIND_3_10_0~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63e95c189af30e38ca44d97c25d472cb480114f;p=thirdparty%2Fvalgrind.git Announce now in NEWS that now all locks are announced. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14205 --- diff --git a/NEWS b/NEWS index 079f722193..645bbf5773 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ Release 3.10.0 (?? ?????? 201?) * Helgrind: - Race condition error message with allocated blocks also show the thread nr that allocated the racy block. + - All locks referenced by an error message are now announced. + Previously, some error messages were just showing the lock addresses. - The message indicating where a lock was first observed now also describes the address/location of the lock. - Helgrind now understands the Ada task termination rules