diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-26 09:44:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-26 09:44:16 -0400 |
commit | fdb7fc70d03d21d967db4928960241a624483a24 (patch) | |
tree | 81bc0382688d4e10d9a0ff2cc99024e0fdaf3d52 /changes | |
parent | 72ba1739e2bf93d022e93fc2100650e300ad1e4d (diff) | |
parent | 051dd9c409d9d7e841a3d818036f733f08a38d88 (diff) | |
download | tor-fdb7fc70d03d21d967db4928960241a624483a24.tar.gz tor-fdb7fc70d03d21d967db4928960241a624483a24.zip |
Merge remote-tracking branch 'public/bug10163'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/prop215 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/prop215 b/changes/prop215 new file mode 100644 index 0000000000..214e5763c8 --- /dev/null +++ b/changes/prop215 @@ -0,0 +1,16 @@ + o Removed features (directory authorities): + + - Directory authorities no longer advertise or support consensus + methods 1 through 12 inclusive. These consensus methods were + obsolete and/or insecure: maintaining the ability to support them + served no good purpose. Implements part of proposal 215; + closes ticket 10163. + + o Minor features (directory authorities) + - If a directory authority can't find a best consensus method in the + votes that it holds, it now falls back to its favorite consensus + method. Previously, it fell back to method 1. Neither of these is + likely to get enough signatures, but "fall back to favorite" + doesn't require us to maintain support an obsolete consensus + method. Implements another part of proposal 215. + |