aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-05-16 18:03:00 +1000
committerteor <teor2345@gmail.com>2017-05-16 18:03:00 +1000
commit0e81e2114adb16787d865e2f658183c9b5abdd23 (patch)
tree23f1425560411ba4648210075009b4b85069f738 /changes
parent3f2882493172071b547e444bb81eeb4d4b34c328 (diff)
parent28d523fcd53adeb30159eafa23d02543c76590d8 (diff)
downloadtor-0e81e2114adb16787d865e2f658183c9b5abdd23.tar.gz
tor-0e81e2114adb16787d865e2f658183c9b5abdd23.zip
Merge branch 'fallbacks-201702-v3' into fallbacks-2017-05
Diffstat (limited to 'changes')
-rw-r--r--changes/bug209137
-rw-r--r--changes/bug211213
2 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug20913 b/changes/bug20913
new file mode 100644
index 0000000000..69bec5be65
--- /dev/null
+++ b/changes/bug20913
@@ -0,0 +1,7 @@
+ 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.
+ Partial fix to 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.
+ Partial fix to 20913, bugfix on 0.2.8.1-alpha.
diff --git a/changes/bug21121 b/changes/bug21121
new file mode 100644
index 0000000000..b74332c44c
--- /dev/null
+++ b/changes/bug21121
@@ -0,0 +1,3 @@
+ o Minor enhancements (fallbacks):
+ - Update the fallback directory mirror whitelist and blacklist based on
+ operator emails. Closes task 21121.