summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-29 20:17:18 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-29 20:17:18 +0000
commitd640e2ab008634e236da6fc775852df6bc499e9a (patch)
treed4fb7c70e7fbf8682de9a3b0302fee4a1c1e1fe8 /ChangeLog
parentf7fb1bf931c498c641f890229c77ceaad4b85af4 (diff)
downloadtor-d640e2ab008634e236da6fc775852df6bc499e9a.tar.gz
tor-d640e2ab008634e236da6fc775852df6bc499e9a.zip
Spec compliance: if weighted MTBF of a router is at least 5 days, always vote it as Stable.
svn:r17821
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dc66cbed7..1faef219f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@ Changes in version 0.2.1.10-alpha - 2009-01-??
don't need to use RELAY_EARLY cells: the first hop knows what kind of
cell it is, and nobody else can even see the cell type. This makes
it easier to cannibalize circuits like this later.
+ - Authorities now list vote for the Stable flag for any router whose
+ weighted MTBF is at least 5 days, regardless of the mean MTBF.
o Code simplifications and refactoring:
- Change our header file guard macros to be less likely to conflict