|
From: <sv...@va...> - 2009-08-04 02:35:34
|
Author: njn
Date: 2009-08-04 03:35:09 +0100 (Tue, 04 Aug 2009)
New Revision: 10704
Log:
tweak
Modified:
trunk/NEWS
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-08-04 02:32:55 UTC (rev 10703)
+++ trunk/NEWS 2009-08-04 02:35:09 UTC (rev 10704)
@@ -42,7 +42,7 @@
==3050== Memcheck, a memory error detector.
==3050== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
-==3050== Using Valgrind-3.5.0.SVN and LibVEX; rerun with -h for copyright info
+==3050== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==3050== Command: ls -l
==3050==
@@ -61,6 +61,9 @@
multiple output lines with a single request (by embedding multiple
newlines in the string).
+* XXX: mention --read-var-info. It was mentioned as a developer-visible
+ change in 3.4.0, but it's useful for normal users of some tools as well.
+
* Memcheck's leak checker has been improved.
- The results for --leak-check=summary now match the summary results for
--leak-check=full. Previously they could differ because
|