tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ade3c7400761229a54c9a1280833672e35452176
parent 2609a8be81c744f1c3568c83cce035836ec50758
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  9 Apr 2018 15:13:37 -0400

Add a changes file for removing old consensus methods

(Ticket 24378; proposal 290.)

Diffstat:
Achanges/24378 | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/24378 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. +