]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Minor updates in 3.9.0 NEWS
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 23 Oct 2013 20:39:43 +0000 (20:39 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 23 Oct 2013 20:39:43 +0000 (20:39 +0000)
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

NEWS

diff --git a/NEWS b/NEWS
index 7271de6730ffde6cd868a31750bd44f832d4553e..608609f486c9bc1c3fd1602ea7ab6a7fc8089819 100644 (file)
--- 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,