aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-09 18:36:56 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-09 18:36:56 +0000
commit23614f952357ee4525864a5a630bfc2dc97ff514 (patch)
tree502886f861416941aa90c944bcf706287ed016c5 /ChangeLog
parentf1d4e3477b9860092f2559513d1cf5319dc2098c (diff)
downloadtor-23614f952357ee4525864a5a630bfc2dc97ff514.tar
tor-23614f952357ee4525864a5a630bfc2dc97ff514.tar.gz
r15581@catbus: nickm | 2007-10-09 14:36:47 -0400
Recompute voting schedule whenever a consensus is set. svn:r11808
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e405ac580..64421b9d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
- Only change the reply to a vote to "OK" if it's not already set. This
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.
o Minor bugfixes (performance):
- Use a slightly simpler string hashing algorithm (copying Python's