diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-31 10:54:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 10:54:14 -0400 |
commit | 7143d112a69806bde4a29bf8da94704cfb435fe3 (patch) | |
tree | 2c29dda86cb9165d3b6cbd8c256e17524a2757fa /changes | |
parent | 2503cfad240bfd59b033b4380b0ebd4a8a148802 (diff) | |
download | tor-7143d112a69806bde4a29bf8da94704cfb435fe3.tar.gz tor-7143d112a69806bde4a29bf8da94704cfb435fe3.zip |
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/bug6404 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6404 b/changes/bug6404 index d01964d1e5..64d459418f 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. + |