bug29875 676 B

1234567891011
  1. o Major bugfixes (bridges):
  2. - Do not count previously configured working bridges towards our total of
  3. working bridges. Previously, when Tor's list of bridges changed, it
  4. would think that the old bridges were still usable, and delay fetching
  5. router descriptors for the new ones. Fixes part of bug 29875; bugfix
  6. on 0.3.0.1-alpha.
  7. - Consider our directory information to have changed when our list of
  8. bridges changes. Previously, Tor would not re-compute the status of its
  9. directory information when bridges changed, and therefore would not
  10. realize that it was no longer able to build circuits. Fixes part of bug
  11. 29875.