aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-30 18:11:26 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-30 18:11:26 +0000
commitac82d81538908636711b3b1824af682f47d4f64f (patch)
tree8f9bc8357b8f06eb18b574e17cbb3b43f6fd77e3 /ChangeLog
parent188cb920d01349b256a49bd96b7e26c09c2d54af (diff)
downloadtor-ac82d81538908636711b3b1824af682f47d4f64f.tar
tor-ac82d81538908636711b3b1824af682f47d4f64f.tar.gz
r16874@catbus: nickm | 2007-11-30 13:11:09 -0500
When using dmalloc, dump the top ten memory consumers to the _DMALLOC_ logfile when we get a SIGUSR1. Hint: it is not what you would think. svn:r12613
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c46609c5..3239e7ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@ Changes in version 0.2.0.13-alpha - 2007-11-??
to build a descriptor with no intro points (and it would have
crashed if we had tried to parse one). Bugfix on 0.2.0.x; patch
by Karsten Loesing.
+ - Fix building with dmalloc 5.5.2 with glibc.
+
+ o Minor features:
+ - On USR1, when dmalloc is in use, log the top 10 memory consumers.
Changes in version 0.2.0.12-alpha - 2007-11-16