]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated the NEWS file.
authorBart Van Assche <bvanassche@acm.org>
Sun, 10 Oct 2010 18:54:44 +0000 (18:54 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 10 Oct 2010 18:54:44 +0000 (18:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11422

NEWS

diff --git a/NEWS b/NEWS
index 928ee02287ca559cb071445894bef889de25da30..b758057cebb2c5f82dfb811fa99a65966680da37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,24 @@ Improvements:
 
 - Added new memcheck command-line option --show-possibly-lost.
 
+- Support for analyzing programs running under Wine with has been improved.
+  The header files <valgrind/valgrind.h>, <valgrind/memcheck.h> and
+  <valgrind/drd.h> can now be used in Windows-programs compiled with MinGW
+  or one of the Microsoft Visual Studio compilers.
+  
+- DRD does now have two new command-line options: --free-is-write and
+  --trace-alloc. The former allows to detect reading from already freed
+  memory, and the latter allows to trace all memory allocations and
+  deallocations.
+
+- Several new annotations have been added in DRD: custom barrier
+  implementations can now be annotated and benign races on static variables
+  too.
+
+- The happens before / happens after annotations in DRD have been made more
+  powerful such that these can now also be used to annotate e.g. a smart
+  pointer implementation.
+
 
 Release 3.5.0 (19 August 2009)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~