Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8
[tor.git] / changes / bug18616
blobec59e846ed3fa7eb17167097b9972ffbb002665a
1   o Major bugfixes (directory mirrors):
2     - Decide whether to advertise begindir support the same way we decide
3       whether to advertise our DirPort. These decisions being out of sync
4       led to surprising behavior like advertising begindir support when
5       our hibernation config options made us not advertise a DirPort.
6       Resolves bug 18616; bugfix on 0.2.8.1-alpha. Patch by teor.
8   o Minor bugfixes:
9     - Consider more config options when relays decide whether to regenerate
10       their descriptor. Fixes more of bug 12538; bugfix on 0.2.8.1-alpha.
11     - Resolve some edge cases where we might launch an ORPort reachability
12       check even when DisableNetwork is set. Noticed while fixing bug
13       18616; bugfix on 0.2.3.9-alpha.