summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-13 18:47:22 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-13 18:47:22 +0000
commitce1f01c3e6b55700baf46365aaef5a83fbae858e (patch)
tree60e30ce9a8238ae01c3e5c42e401dcb72fbbd1f3 /ChangeLog
parentf3e9dceaa97ad361db708dcbb4f91771d0adf0dc (diff)
downloadtor-ce1f01c3e6b55700baf46365aaef5a83fbae858e.tar.gz
tor-ce1f01c3e6b55700baf46365aaef5a83fbae858e.zip
r14531@catbus: nickm | 2007-08-13 14:46:25 -0400
Cache v3 networkstatus consensuses on disk. svn:r11086
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 564cc02ec0..83cca79e42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@ Changes in version 0.2.0.5-alpha - 2007-??-??
- Fix compile on platforms without getaddrinfo: bug found by Li-Hui
Zhou.
+ o Minor features (directory voting):
+ - Store v3 consensus status consensuses on disk, and reload them
+ on startup.
+
o Minor featuers (security):
- Warn about unsafe ControlPort configurations.