diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 02:18:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 02:18:41 +0000 |
commit | ae507a61cc08951a68f6be589d40c25b4977517a (patch) | |
tree | 1bcee01b303e011b99276021a5b1e97af906a907 /ChangeLog | |
parent | 0e9dcfab97de3c9d9f608deb67bcdc866ae52c93 (diff) | |
download | tor-ae507a61cc08951a68f6be589d40c25b4977517a.tar.gz tor-ae507a61cc08951a68f6be589d40c25b4977517a.zip |
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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |