summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-12-04 20:27:37 +1100
committerteor <teor2345@gmail.com>2016-12-19 15:05:14 +1100
commit225c3d57db3158909377e9acbbf48725eed718ad (patch)
tree3d09249a686c607c2b7abf0fe8807a75a812bb30
parent49df83cc032d579ddaf48c86e0b07af8b94dbd4a (diff)
downloadtor-225c3d57db3158909377e9acbbf48725eed718ad.tar.gz
tor-225c3d57db3158909377e9acbbf48725eed718ad.zip
Changes file for #20877, #20878, #20880, #20881, #20882
-rw-r--r--changes/fallbacks-20161218
1 files changed, 18 insertions, 0 deletions
diff --git a/changes/fallbacks-201612 b/changes/fallbacks-201612
new file mode 100644
index 0000000000..3b0395d0d9
--- /dev/null
+++ b/changes/fallbacks-201612
@@ -0,0 +1,18 @@
+ o Minor features (fallback directories):
+ - Select 200 fallback directories for each release.
+ Closes ticket 20881.
+ - Provide bandwidth and consensus weight for each candidate fallback in
+ updateFallbackDirs.py.
+ Closes ticket 20878.
+ - Require fallback directories to have the same address and port for
+ 6 months. (We expect to regenerate the fallback list each major Tor
+ release.) Relays whose OnionOO stability timer is reset on restart by
+ bug 18050 should upgrade to Tor 0.2.8.7 or later, which has a fix for
+ this issue.
+ Closes ticket 20880; removes short-term fix in e220214 in
+ tor-0.2.8.2-alpha.
+ - Make it easier to change the output sort order of fallbacks.
+ Closes ticket 20822.
+ o Minor bugfix (fallback directories):
+ - Stop failing when OUTPUT_COMMENTS is True in updateFallbackDirs.py.
+ Closes ticket 20877; bugfix on commit 9998343 in tor-0.2.8.3-alpha.