From: Philippe Waroquiers Date: Wed, 23 Oct 2013 20:39:43 +0000 (+0000) Subject: Minor updates in 3.9.0 NEWS X-Git-Tag: svn/VALGRIND_3_9_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33fbf10e464b24f114371974e8ddbf92f2d11152;p=thirdparty%2Fvalgrind.git Minor updates in 3.9.0 NEWS Small fixes Moved a functionality non memcheck specific to another section git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_9_BRANCH@13689 --- diff --git a/NEWS b/NEWS index 7271de6730..608609f486 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Release 3.9.0 (XX October 2013) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -3.8.0 is a feature release with many improvements and the usual +3.9.0 is a feature release with many improvements and the usual collection of bug fixes. This release supports X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, @@ -53,8 +53,8 @@ MacOSX 10.8 is significantly improved relative to the 3.8.0 release. of valid interior pointers to std::stdstring, to new[] allocated arrays with elements having destructors and to interior pointers pointing to an inner part of a C++ object using multiple - inheritance. They can be selected individually using the option - The option --leak-check-heuristics=heur1,heur2,... + inheritance. They can be selected individually using the + option --leak-check-heuristics=heur1,heur2,... - Better control of stacktrace acquisition for heap-allocated blocks. Using the --keep-stacktraces option, it is possible to @@ -68,11 +68,6 @@ MacOSX 10.8 is significantly improved relative to the 3.8.0 release. each leak suppressions, how many blocks and bytes it suppressed during the last leak search. - - Line numbers for used suppressions. The list of used suppressions - (shown when the -v option is given) now shows, for each used - suppression, the file name and line number where the suppression - is defined. - * Helgrind: - False errors resulting from the use of statically initialised @@ -132,6 +127,11 @@ MacOSX 10.8 is significantly improved relative to the 3.8.0 release. line option --merge-recursive-frame and by the monitor command "v.set merge-recursive-frames". +* File name and line numbers for used suppressions. The list of used + suppressions (shown when the -v option is given) now shows, for each + used suppression, the file name and line number where the suppression + is defined. + * New and modified GDB server monitor features: - valgrind.h has a new client request, VALGRIND_MONITOR_COMMAND,