aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-31 10:54:14 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-31 10:54:14 -0400
commit7143d112a69806bde4a29bf8da94704cfb435fe3 (patch)
tree2c29dda86cb9165d3b6cbd8c256e17524a2757fa /changes
parent2503cfad240bfd59b033b4380b0ebd4a8a148802 (diff)
downloadtor-7143d112a69806bde4a29bf8da94704cfb435fe3.tar
tor-7143d112a69806bde4a29bf8da94704cfb435fe3.tar.gz
Don't include a router in an md consensus if we can't find a md for it.
The spec requires that every router in a microdesc consensus have an m line; we weren't obeying that spec. This creates a new consensus method (13) to allow voting to continue to work right. Partial fix for bug 6404; fix on 0.2.2.6-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug64045
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6404 b/changes/bug6404
index d01964d1e..64d459418 100644
--- a/changes/bug6404
+++ b/changes/bug6404
@@ -5,3 +5,8 @@
with complex policies or family declarations. Partial fix for
bug 6404; fix on 0.2.2.6-alpha.
+ - Authorities no longer include any router in their
+ microdescriptor consensuses for which they couldn't generate or
+ agree on a microdescriptor. Partial fix for bug 6404; fix on
+ 0.2.2.6-alpha.
+