summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-04 00:15:42 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-04 00:15:42 +0000
commite9af56cf2f3adc88e11280d2e6fafc3ce6d0f371 (patch)
treeb548fa06bc3da6533f9c855fb6a12103f6f7c298 /ChangeLog
parent8cc70addd7a33b266eba946203f373c5a8cfadc6 (diff)
downloadtor-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f753484777..8050421556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.