summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-26 14:14:34 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-26 14:14:34 -0400
commit9b9fb63276c892690d57ce5598e2e577d7e5ad9f (patch)
tree08d04e1f26cde9522e8e2ef9d1e2c15c25442a2f /changes
parent8fe410e875343a4c134ddbe0db6da3d38865deee (diff)
downloadtor-9b9fb63276c892690d57ce5598e2e577d7e5ad9f.tar.gz
tor-9b9fb63276c892690d57ce5598e2e577d7e5ad9f.zip
prop272: When voting, include no non-Valid relays in consensus
Implements ticket 20002, and part of proposal 272.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket200024
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20002 b/changes/ticket20002
new file mode 100644
index 0000000000..28eaa8d60d
--- /dev/null
+++ b/changes/ticket20002
@@ -0,0 +1,4 @@
+ o Minor features (directory authority):
+ - After voting, if the authorities decide that a relay is not "Valid",
+ they no longer include it in the consensus at all. Closes ticket
+ 20002; implements part of proposal 272.