From: Bart Van Assche Date: Sat, 4 Aug 2012 09:19:11 +0000 (+0000) Subject: NEWS, drd: List new features first X-Git-Tag: svn/VALGRIND_3_8_0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3b6103c9bd79f40b6cf2a6c0371eaa63d230cc;p=thirdparty%2Fvalgrind.git NEWS, drd: List new features first git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12830 --- diff --git a/NEWS b/NEWS index 02a11a8582..136afc93ff 100644 --- a/NEWS +++ b/NEWS @@ -53,12 +53,12 @@ xxx Don't forget to update VALGRIND_MAJOR/MINOR before release * 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. + - Fixed a subtle bug that could cause false positive data race reports. + * ==================== OTHER CHANGES ==================== * For tools replacing the malloc library (e.g. Memcheck, Helgrind, ...),