2012-09-11 00:13:28 +02:00
|
|
|
o Major features:
|
|
|
|
- Add a new FallbackDir option to use when we can't use a directory
|
|
|
|
from the consensus (either because we lack a consensus, or because
|
|
|
|
they're all down). Currently, all authorities are fallbacks by
|
|
|
|
default, and there are no other default fallbacks, but that will
|
|
|
|
change. This option will allow us to give clients a longer list
|
2012-12-13 18:47:46 +01:00
|
|
|
of servers to try to get a consensus from when first connecting to
|
|
|
|
the Tor network, and thereby reduce load on the directory
|
|
|
|
authorities. Implements proposal 206, "Preconfigured directory
|
|
|
|
sources for bootstrapping". Closes bug 572.
|
2012-10-10 06:08:35 +02:00
|
|
|
|
|
|
|
o Removed features:
|
|
|
|
- Drop the old FallbackNetworkstatus option: we never got it working
|
2012-12-13 18:47:46 +01:00
|
|
|
well enough to use it. Closes bug 572.
|