aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d6859e368..6cc17d1ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,12 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
but client versions are not.
- Fix rare bug on REDIRECTSTREAM control command when called with no
port set: it could erroneously report an error when none had happened.
+ - Avoid bogus crash-prone, leak-prone tor_realloc when we're compressing
+ large objects and find ourselves with more than 4k left over. Bugfix
+ on 0.2.0.
+ - Fix a small memory leak when setting up a hidden service.
+ - Fix a few memory leaks that could in theory happen under bizarre error
+ conditions.
o Minor features (controller):
- Get NS events working again. (Patch from tup)