|
From: <sv...@va...> - 2010-10-10 18:54:52
|
Author: bart Date: 2010-10-10 19:54:44 +0100 (Sun, 10 Oct 2010) New Revision: 11422 Log: Updated the NEWS file. Modified: trunk/NEWS Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2010-10-10 18:53:00 UTC (rev 11421) +++ trunk/NEWS 2010-10-10 18:54:44 UTC (rev 11422) @@ -40,7 +40,25 @@ - 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.5.0 is a feature release with many significant improvements and the |