diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-06 17:01:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-06 17:01:16 +0000 |
commit | 75c38a2c88eb4d34d2fe8e5137aaa6cd6a8d8f3b (patch) | |
tree | 57e0e5c77d4f25912f619c1ed2a75158d84e5f22 /ChangeLog | |
parent | b277954501a3884932c5efb1be5e1e7b23954d13 (diff) | |
download | tor-75c38a2c88eb4d34d2fe8e5137aaa6cd6a8d8f3b.tar.gz tor-75c38a2c88eb4d34d2fe8e5137aaa6cd6a8d8f3b.zip |
Bridges now behave like clients with respect to time intervals for
downloading new consensus documents. Bridge users now wait until
the end of the interval, so their bridge will be sure to have a
new consensus document.
svn:r12696
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? - Stop being so aggressive about fetching v2 dir info if your DirPort is on but your ORPort is off. + o Major features: + - Bridges now behave like clients with respect to time intervals for + downloading new consensus documents. Bridge users now wait until + the end of the interval, so their bridge will be sure to have a + new consensus document. + o Minor bugfixes: - The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network consensus documents when there are too many relays at a single |