bug21242 437 B

12345678910
  1. o Major bugfixes (entry guards):
  2. - Stop trying to build circuits through entry guards for which we
  3. have no descriptor yet. Also, stop crashing if we *do* accidentally
  4. try to build a circuit in such a state. Fixes bug 21242; bugfix
  5. on 0.3.0.1-alpha.
  6. o Minor features (entry guards):
  7. - Do not try to build circuits until we have descriptors for our
  8. primary entry guards. Related to fix for bug 21242.