diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-08 19:56:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-08 19:56:57 +0000 |
commit | 13f7f98ad2d8a9e7268dbca4b242b3e08e966021 (patch) | |
tree | 800130db8530f8fb422a064a8151978183d314d5 /ChangeLog | |
parent | 84d7677a8a4af82c9c68cada79ddecc13a628f66 (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |