diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-04 00:15:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-04 00:15:42 +0000 |
commit | e9af56cf2f3adc88e11280d2e6fafc3ce6d0f371 (patch) | |
tree | b548fa06bc3da6533f9c855fb6a12103f6f7c298 /ChangeLog | |
parent | 8cc70addd7a33b266eba946203f373c5a8cfadc6 (diff) | |
download | tor-e9af56cf2f3adc88e11280d2e6fafc3ce6d0f371.tar.gz tor-e9af56cf2f3adc88e11280d2e6fafc3ce6d0f371.zip |
If bridge users set UpdateBridgesFromAuthority, but the digest
they ask for is a 404 from the bridge authority, they now fall
back to trying the bridge directly.
svn:r12368
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -50,6 +50,13 @@ Changes in version 0.2.0.10-alpha - 2007-11-0? fix for bug 535. - Make the "not enough dir info yet" message better. + o Minor features (bridges): + - If bridge users set UpdateBridgesFromAuthority, but the digest + they ask for is a 404 from the bridge authority, they now fall + back to trying the bridge directly. + - Bridges now use begin_dir to publish their server descriptor to + the bridge authority, even when they haven't set TunnelDirConns. + o Minor features (controller): - When reporting clock skew, and we only have a lower bound on the amount of skew, amount anyway, marked as a lower bound. |