From 67e6d2e122bedd66f10852da90cac65cebeb6061 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 10 Oct 2010 18:54:44 +0000 Subject: [PATCH] Updated the NEWS file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11422 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.47.2