diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-22 20:01:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-22 20:01:09 -0400 |
commit | 0e8ae82a8757fb8bb2850f1a3d59ad1dfb468556 (patch) | |
tree | 2f54be2e8608f16c558b2117ec7d465a48996b21 /changes | |
parent | 6773102c92e7bd9d949251da75bcc0762e754ab2 (diff) | |
parent | ade3c7400761229a54c9a1280833672e35452176 (diff) | |
download | tor-0e8ae82a8757fb8bb2850f1a3d59ad1dfb468556.tar.gz tor-0e8ae82a8757fb8bb2850f1a3d59ad1dfb468556.zip |
Merge branch 'remove_old_consensus_methods_2018_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/24378 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/24378 b/changes/24378 new file mode 100644 index 0000000000..663d27e969 --- /dev/null +++ b/changes/24378 @@ -0,0 +1,8 @@ + o Removed features: + + - Directory authorities will no longer support voting according to any + consensus method before consensus method 25. This keeps authorities + compatible with all authorities running 0.2.9.8 and later, and does + not break any clients or relays. Implements ticket 24378 and + proposal 290. + |