aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-08 19:56:57 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-08 19:56:57 +0000
commit13f7f98ad2d8a9e7268dbca4b242b3e08e966021 (patch)
tree800130db8530f8fb422a064a8151978183d314d5 /ChangeLog
parent84d7677a8a4af82c9c68cada79ddecc13a628f66 (diff)
downloadtor-13f7f98ad2d8a9e7268dbca4b242b3e08e966021.tar.gz
tor-13f7f98ad2d8a9e7268dbca4b242b3e08e966021.zip
r14799@Kushana: nickm | 2007-10-08 15:55:18 -0400
Add code to download router descriptors listed in a v3 networkstatus consensus. svn:r11790
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86721841ef..673cda8f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
- When an authority is missing votes or signatures, it now tries to fetch
them.
+ o Major features (v3 directory system):
+ - Caches now download v3 network status documents as needed.
+ - Caches now download descriptors listed in their v3 network status
+ documents.
+
o Minor features (router descriptor cache):
- Store routers in a file called cached-descriptors instead of in
cached-routers. Initialize cached-descriptors from cached-routers