diff options
author | Roger Dingledine <arma@torproject.org> | 2016-05-16 17:43:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-16 17:43:47 -0400 |
commit | 06031b441eb92f575f0a1c2ac264dc0daee4fbf4 (patch) | |
tree | 0cac1a1b5e9aa6039674c077ddf51e59be799abd /changes/bug18616 | |
parent | b6ba6afa3727693b18ce3b698f59494aa81fe1cb (diff) | |
download | tor-06031b441eb92f575f0a1c2ac264dc0daee4fbf4.tar.gz tor-06031b441eb92f575f0a1c2ac264dc0daee4fbf4.zip |
touchups and refactorings on bug 18616 branch
no behavior changes
Diffstat (limited to 'changes/bug18616')
-rw-r--r-- | changes/bug18616 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/changes/bug18616 b/changes/bug18616 index d760f15adb..ec59e846ed 100644 --- a/changes/bug18616 +++ b/changes/bug18616 @@ -1,8 +1,14 @@ o Major bugfixes (directory mirrors): - - Fix broken DirPort self-checks. Decide to advertise begindir - support the same way we decide to advertise DirPorts. - Add additional config options that might change the content of - a relay's descriptor. - Avoid checking ORPort reachability when the network is disabled. - Resolves #18616, bugfix on 0c8e042c30946faa in #12538 in - 0.2.8.1-alpha. Patch by "teor". + - Decide whether to advertise begindir support the same way we decide + whether to advertise our DirPort. These decisions being out of sync + led to surprising behavior like advertising begindir support when + our hibernation config options made us not advertise a DirPort. + Resolves bug 18616; bugfix on 0.2.8.1-alpha. Patch by teor. + + o Minor bugfixes: + - Consider more config options when relays decide whether to regenerate + their descriptor. Fixes more of bug 12538; bugfix on 0.2.8.1-alpha. + - Resolve some edge cases where we might launch an ORPort reachability + check even when DisableNetwork is set. Noticed while fixing bug + 18616; bugfix on 0.2.3.9-alpha. + |