aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-09-21 06:14:36 +0000
committerRoger Dingledine <arma@torproject.org>2007-09-21 06:14:36 +0000
commit193a144c9fc069f230a4e1cd14815b0514731253 (patch)
tree47abaa6cf3c80d3276dd8e89a742d83df55bf93f /ChangeLog
parent6aadc6071e1eace36920fee7ae79dd53c2cc6811 (diff)
downloadtor-193a144c9fc069f230a4e1cd14815b0514731253.tar
tor-193a144c9fc069f230a4e1cd14815b0514731253.tar.gz
Make "UpdateBridgesFromAuthority" torrc option work: when bridge
users configure that and specify a bridge with an identity fingerprint, now they will lookup the bridge descriptor at the default bridge authority via a one-hop tunnel, but once circuits are established they will switch to a three-hop tunnel for later connections to the bridge authority. svn:r11550
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05e653dca..39970eea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,14 @@ Changes in version 0.2.0.7-alpha - 2007-09-21
- Set up moria1 and tor26 as the first v3 directory authorities. See
doc/spec/dir-spec.txt for details on the new directory design.
+ o Major features (bridges):
+ - Make "UpdateBridgesFromAuthority" torrc option work: when bridge
+ users configure that and specify a bridge with an identity
+ fingerprint, now they will lookup the bridge descriptor at the
+ default bridge authority via a one-hop tunnel, but once circuits
+ are established they will switch to a three-hop tunnel for later
+ connections to the bridge authority.
+
o Minor features (security):
- As a client, do not believe any server that tells us that any address
maps to an internal address space.