diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-17 11:10:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-17 11:10:20 -0400 |
commit | 6382cd93cb99d1f5cff62bfe7759eca8a6948782 (patch) | |
tree | db86f11cd30f2fa8314fc60bfd464ebcc3940dca /changes | |
parent | 49c83dd21a7fe0432ad78061f3b41f4a5919340d (diff) | |
parent | d6a2fec05ebcc39773a2f6666e1378410c64f047 (diff) | |
download | tor-6382cd93cb99d1f5cff62bfe7759eca8a6948782.tar.gz tor-6382cd93cb99d1f5cff62bfe7759eca8a6948782.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18616 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/changes/bug18616 b/changes/bug18616 new file mode 100644 index 0000000000..ec59e846ed --- /dev/null +++ b/changes/bug18616 @@ -0,0 +1,14 @@ + o Major bugfixes (directory mirrors): + - 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. + |