aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-08 17:44:09 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-08 17:44:09 +0000
commit3f6e3ce61b9923477c93e2429ff34d185d898bd9 (patch)
tree801405dc6c65419567d9d7a57ce9430e747d2d06 /ChangeLog
parentcd69e93d508905ce35661607bc7ae27426a21e57 (diff)
downloadtor-3f6e3ce61b9923477c93e2429ff34d185d898bd9.tar.gz
tor-3f6e3ce61b9923477c93e2429ff34d185d898bd9.zip
r14769@Kushana: nickm | 2007-10-07 14:00:17 -0400
Fetch networkstatus consensus documents as needed. Disabled for clients until more caches support it. svn:r11788
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b03d4e96..86721841ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
o Minor features (v3 authority system):
- Add more ways for tools to download the votes that lead to the current
consensus.
+ - Caches now download v3 network status documents as needed.
o Major bugfixes (performance):
- Fix really bad O(n^2) performance when parsing a long list of routers: