aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-21 02:18:41 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-21 02:18:41 +0000
commitae507a61cc08951a68f6be589d40c25b4977517a (patch)
tree1bcee01b303e011b99276021a5b1e97af906a907 /ChangeLog
parent0e9dcfab97de3c9d9f608deb67bcdc866ae52c93 (diff)
downloadtor-ae507a61cc08951a68f6be589d40c25b4977517a.tar
tor-ae507a61cc08951a68f6be589d40c25b4977517a.tar.gz
r18288@catbus: nickm | 2008-02-20 21:18:38 -0500
Recover from bad tracked-since value in mtbf history file. This may finally close bug 537. svn:r13636
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b4cb5dad..f3feac32d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,8 @@ Changes in version 0.2.0.20-?? - 2008-02-??
directory request. Now compare correctly. Noticed by Veracode.
- When starting as an authority, do not overwrite all certificates
cached from other authorities. Bugfix on 0.2.0.x. Fixes bug 606.
+ - Recover from bad tracked-since value in MTBF-history file.
+ Should fix bug 537.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,