Updated list of bugs fixed in 3.5.0.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10245 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 332abab..3d27b70 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,13 @@
189763 DRD - pthread_create@GLIBC_2.0() no longer triggers an assertion
failure.
n-i-bz DRD - fixed assertion failure triggered by mutex reinitialization.
+ Note: DRD did report the mutex reinitialization before reporting the
+ assertion failure.
+n-i-bz DRD - fixed a bug that caused incorrect messages to be printed about
+ memory allocation events with memory access tracing enabled (fixed
+ in r10191).
+n-i-bz DRD - fixed a memory leak triggered by vector clock deallocation
+ (fixed in r10228).