diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-18 12:34:34 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-18 20:15:59 -0500 |
commit | ab3c86479a516073e0b445846a22b0e24ce8078e (patch) | |
tree | cbe8bdc5c8fcfa6ce21a2485ce9ce74df54e0816 /changes | |
parent | efd2c9d05b3ef0f2b6b29a89056560bb80454d6f (diff) | |
download | tor-ab3c86479a516073e0b445846a22b0e24ce8078e.tar.gz tor-ab3c86479a516073e0b445846a22b0e24ce8078e.zip |
Add default fallback directories for the 0.2.8 alpha releases
Allow fallback directories which have been stable for 30 days
to work around #18050, which causes relays to submit descriptors
with 0 DirPorts when restarted. (Particularly during Tor version
upgrades.)
Ignore low fallback directory count in alpha builds.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket17158 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket17158 b/changes/ticket17158 new file mode 100644 index 0000000000..f65053db99 --- /dev/null +++ b/changes/ticket17158 @@ -0,0 +1,7 @@ + o Minor fixes (fallback directories): + - Fix a display issue in updateFallbackDirs.py output. + Patch by "teor". Not in any released version of tor. + + o Minor features (fallback directories): + - Add default fallback directories for the 0.2.8 alpha releases. + Patch by "teor". |