bug18616 751 B

1234567891011121314
  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.
  7. o Minor bugfixes:
  8. - Consider more config options when relays decide whether to regenerate
  9. their descriptor. Fixes more of bug 12538; bugfix on 0.2.8.1-alpha.
  10. - Resolve some edge cases where we might launch an ORPort reachability
  11. check even when DisableNetwork is set. Noticed while fixing bug
  12. 18616; bugfix on 0.2.3.9-alpha.