diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-09 20:44:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-09 20:44:51 +0000 |
commit | 97fa3fdf1623a89506b644d352b9682a1e1a5f01 (patch) | |
tree | ee29d546531c2e43f0941dd60a4148bc802f994d /ChangeLog | |
parent | 8b71a76dd322ab0043871cac3c299cd660471121 (diff) | |
download | tor-97fa3fdf1623a89506b644d352b9682a1e1a5f01.tar tor-97fa3fdf1623a89506b644d352b9682a1e1a5f01.tar.gz |
r15599@catbus: nickm | 2007-10-09 16:44:36 -0400
Fix the bug that was making moria1 set valid-after wrong in its votes: we were looking at the preferred timing when we should have been looking at the consensus timing.
svn:r11818
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Changes in version 0.2.0.8-alpha - 2007-??-?? gets rid of annoying "400 OK" log messages, which may have been masking some deeper issue. Bugfix on 0.2.0.7-alpha. - When we get a valid consensus, recompute the voting schedule. + - Base the valid-after time of a vote on the consensus voting schedule, + not on our preferred schedule. o Minor bugfixes (performance): - Use a slightly simpler string hashing algorithm (copying Python's |