Merge branch 'maint-0.4.6'
[tor.git] / changes / bug40396
blob1463c1b78ad765082cc28b49b0f4d9e4ca308713
1   o Major bugfixes (bridges):
2     - Make Tor work reliably again when you have multiple bridges
3       configured and one or more of them are unreachable. The problem
4       came because we require that we have bridge descriptors for both
5       of our first two bridges (else we refuse to try to connect), but
6       in some cases we would wait three hours before trying to fetch
7       these missing descriptors, and/or never recover when we do try
8       to fetch them. Fixes bugs 40396 and 40495; bugfix on 0.3.0.5-rc
9       and 0.3.2.1-alpha.