]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Announce now in NEWS that now all locks are announced.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 29 Jul 2014 20:19:04 +0000 (20:19 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 29 Jul 2014 20:19:04 +0000 (20:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14205

NEWS

diff --git a/NEWS b/NEWS
index 079f72219383651bbbadd3e6a159c055d6018ce5..645bbf5773cc452e4fcf405193b0dd2e1458c375 100644 (file)
--- 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