summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 301bb22c2a..f511af2962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@ Changes in version 0.2.0.20-?? - 2008-02-??
replacement on Linux: some glibc libraries do very poorly
with Tor's memory allocation patterns. Pass
--enable-openbsd-malloc to get the replacement malloc code.
+ - Add a --with-tcmalloc option to the configure script to link
+ against tcmalloc (if present). Does not yet search for
+ non-system include paths.
o Minor features (controller):
- Add a new __HashedControlSessionPassword option for controllers