fallbacks-201612 1.1 KB

123456789101112131415161718192021
  1. o Minor features (fallback directories):
  2. - Select 200 fallback directories for each release.
  3. Closes ticket 20881.
  4. - Provide bandwidth and consensus weight for each candidate fallback in
  5. updateFallbackDirs.py.
  6. Closes ticket 20878.
  7. - Require fallback directories to have the same address and port for
  8. 6 months. (We expect to regenerate the fallback list each major Tor
  9. release.) Relays whose OnionOO stability timer is reset on restart by
  10. bug 18050 should upgrade to Tor 0.2.8.7 or later, which has a fix for
  11. this issue.
  12. Closes ticket 20880; removes short-term fix in e220214 in
  13. tor-0.2.8.2-alpha.
  14. - Make it easier to change the output sort order of fallbacks.
  15. Closes ticket 20822.
  16. - Exclude relays affected by 20499 from the fallback list. Exclude known
  17. affected versions, and any relay that delivers a stale consensus.
  18. Closes ticket 20539.
  19. o Minor bugfix (fallback directories):
  20. - Stop failing when OUTPUT_COMMENTS is True in updateFallbackDirs.py.
  21. Closes ticket 20877; bugfix on commit 9998343 in tor-0.2.8.3-alpha.