bug14918 861 B

123456789101112131415
  1. o Minor bugfixes (path counting):
  2. - When deciding whether we have any exit nodes, count the number listed
  3. in the consensus, not the number we have descriptors for. Fixes part
  4. of bug 14918; bugfix on 0.2.6.2-alpha.
  5. - Do not warn that we are missing directory information if we have
  6. decided not to fetch directory information due to a long period
  7. of idleness. Fixes part of bug 14918; bugfix on 0.2.6.2-alpha.
  8. - When deciding whether we have any exit nodes, only do processing for
  9. ExitNodes when the ExitNodes option is actually set. Fixes part of
  10. bug 14918; bugfix on 0.2.6.2-alpha.
  11. o Minor bugfixes (logging during bootstrap):
  12. - Correctly update and log the amount of directory information that
  13. has been fetched during the bootstrap process. Fixes part of bug
  14. 14918; bugfix on 0.2.6.2-alpha.