]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
NEWS: add information about post-3.7.0 DRD changes
authorBart Van Assche <bvanassche@acm.org>
Sat, 16 Jun 2012 19:02:25 +0000 (19:02 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 16 Jun 2012 19:02:25 +0000 (19:02 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12646

NEWS

diff --git a/NEWS b/NEWS
index 6681bf5967b22becfbe1b06677bea54b3fa4b8c3..73f8e6ea0b229e4d2bad8c00d9db993cea4e2760 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,14 @@ xxx Don't forget to update VALGRIND_MAJOR/MINOR before release
     a program using statically linked malloc or using alternative
     malloc libraries (such as tcmalloc).
 
+* DRD:
+
+  - Fixed a subtle bug that could cause false positive data race reports.
+
+  - Added even more facilities that can help finding the cause of a data
+    race, namely the command-line option --ptrace-addr and the macro
+    DRD_STOP_TRACING_VAR(x). More information can be found in the manual.
+
 * ==================== OTHER CHANGES ====================
 
 * The C++ demangler has been updated so as to work well with C++ 
@@ -100,6 +108,7 @@ where XXXXXX is the bug number as listed below.
 n-i-bz  s390x: Shadow registers can now be examined using vgdb
 297078  gdbserver signal handling problems caused by diff vki nr/gdb nr
         and non reset of "C-ontinued" signal
+297147  drd false positives on newly allocated memory
 297991  Valgrind interferes with mmap()+ftell() 
 297992  Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) 
 297993  Fix compilation of valgrind with gcc -g3.