Merge remote-tracking branch 'teor/fallback-inputs'

This commit is contained in:
Nick Mathewson
2017-05-16 08:35:02 -04:00
5 changed files with 56 additions and 21 deletions
+9
View File
@@ -0,0 +1,9 @@
o Minor bugfixes (fallbacks):
- Make sure fallback directory mirrors have the same address, port, and
relay identity key for at least 30 days before they are selected.
Fixes 20913, bugfix on 0.2.8.1-alpha.
- Decrease the guard flag average required to be a fallback. This allows
us to keep relays that have their guard flag removed when they restart.
Fixes 20913, bugfix on 0.2.8.1-alpha.
- Decrease the minimum number of fallbacks to 100.
Fixes 20913, bugfix on 0.2.8.1-alpha.
+3
View File
@@ -0,0 +1,3 @@
o Minor enhancements (fallbacks):
- Update the fallback directory mirror whitelist and blacklist based on
operator emails. Closes task 21121.