aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-20 04:34:39 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-20 04:34:39 +0000
commit94dabd2c23bf86dcd603d53a1e0a678b77097737 (patch)
treeae4be6978766f346407a9c3d4eca92a793c944fc /ChangeLog
parentdd50ffb1de2b408be2d6e5c0aba767d361bc80c5 (diff)
downloadtor-94dabd2c23bf86dcd603d53a1e0a678b77097737.tar
tor-94dabd2c23bf86dcd603d53a1e0a678b77097737.tar.gz
If you're using bridges, generate "bootstrap problem" warnings
as soon as you run out of working bridges, rather than waiting for ten failures -- which will never happen if you have less than ten bridges. svn:r15368
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b5472168..7901f2c6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,9 +37,18 @@ Changes in version 0.2.1.2-alpha - 2008-06-??
from cannibalized circuits are completely ignored and not included in
rendezvous service descriptors. This might be another reason for delay
in making a hidden service available. Bugfix on 0.2.0.14-alpha.
+
+ o Bootstrapping bugfixes:
- Directory authorities shouldn't complain about bootstrapping
problems just because they do a lot of reachability testing and
some of the connection attempts fail.
+ - Start sending "count" and "recommendation" key/value pairs in
+ bootstrap problem status events, so the controller can hear about
+ problems even before Tor decides they're worth reporting for sure.
+ - If you're using bridges, generate "bootstrap problem" warnings
+ as soon as you run out of working bridges, rather than waiting
+ for ten failures -- which will never happen if you have less than
+ ten bridges.
Changes in version 0.2.1.1-alpha - 2008-06-13