From: Bart Van Assche Date: Sun, 10 Oct 2010 18:54:44 +0000 (+0000) Subject: Updated the NEWS file. X-Git-Tag: svn/VALGRIND_3_6_0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e6d2e122bedd66f10852da90cac65cebeb6061;p=thirdparty%2Fvalgrind.git Updated the NEWS file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11422 --- diff --git a/NEWS b/NEWS index 928ee02287..b758057ceb 100644 --- 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 , and + 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~