bug6404 731 B

12345678910111213141516
  1. o Minor bugfixes:
  2. - Remove the maximum length of microdescriptor we are willing to
  3. generate. Occasionally this is needed for routers
  4. with complex policies or family declarations. Partial fix for
  5. bug 6404; fix on 0.2.2.6-alpha.
  6. - Authorities no longer include any router in their
  7. microdescriptor consensuses for which they couldn't generate or
  8. agree on a microdescriptor. Partial fix for bug 6404; fix on
  9. 0.2.2.6-alpha.
  10. - Move log message when unable to find a microdesc in a
  11. routerstatus entry to parse time. Previously we'd spam this
  12. warning every time we tried to figure out which microdescriptors
  13. to download. Partial fix for bug 6404; fix on 0.2.3.18-rc.