aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-04-27 01:27:58 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-04-27 01:27:58 +0000
commitace90d8001139c4fe973aa217e72e9265499bffc (patch)
tree3ee5e8cd1744201c9ab965e22546cf7a387a155c /NEWS
parentb634b5d5fadc49489540ec973e7b42ab7827fe6d (diff)
downloadvalgrind-ace90d8001139c4fe973aa217e72e9265499bffc.tar.gz
Make the graphs drawn by ms_print less confusing.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9642 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 85b61b280..5cbe37386 100644
--- a/NEWS
+++ b/NEWS
@@ -38,13 +38,19 @@ Release 3.5.0 (???)
Stack traces produced when --xml=yes is specified are different and
unchanged.
+* The graphs drawn by Massif's ms_print program have changed slightly:
+ - The half-height chars '.' and ',' are no longer drawn, because they are
+ confusing. The --y option can be used if the default y-resolution is
+ not high enough.
+ - Horizontal lines are now drawn after the top of a snapshot if there is a
+ gap until the next snapshot. This makes it clear that the memory
+ usage has not dropped to zero between snapshots.
+
* The location of some install files has changed. This should not affect
most users. Those who might be affected:
-
- For people who use Valgrind with MPI programs, the installed
libmpiwrap.so library has moved from $(INSTALL)/<platform>/libmpiwrap.so
to $(INSTALL)/libmpiwrap-<platform>.so.
-
- For people who distribute standalone Valgrind tools, the installed
libraries such as $(INSTALL)/<platform>/libcoregrind.a have moved to
$(INSTALL)/libcoregrind-<platform>.a.