aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f28922685..7c36d620f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,6 +91,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
o Minor bugfixes (of some sort):
- Stop calling tor_strlower() on uninitialized memory in some cases.
Bugfix in 0.2.0.7-alpha.
+ - Fix a minor memory leak whenever we parse guards from our state
+ file. Bugfix on 0.2.0.7-alpha.
o Code simplifications and refactoring:
- Make a bunch of functions static. Remove some dead code.