summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-14 04:07:29 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-14 04:07:29 +0000
commitdbb481c169e8dd5ea9d7ee62bd22df0a511d442f (patch)
tree07291e447f5cc1917d711333e3b3f2a65a5e8325 /ChangeLog
parent4045ef72f5db967033bd14217eed4bfea4ea9453 (diff)
downloadtor-dbb481c169e8dd5ea9d7ee62bd22df0a511d442f.tar.gz
tor-dbb481c169e8dd5ea9d7ee62bd22df0a511d442f.zip
Serve the latest v3 networkstatus consensus via the control
port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41822f0d5a..ed0e3e4256 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,9 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
- Use a lockfile to make sure that two Tor processes are not
simultaneously running with the same datadir.
- Directory mirrors store and serve v2 hidden service descriptors by
- default (new default value for HidServDirectoryV2 is 1).
+ default (i.e. new default value for HidServDirectoryV2 is 1).
+ - Serve the latest v3 networkstatus consensus via the control
+ port. Use "getinfo dir/status-vote/current/consensus" to fetch it.
o Code simplifications and refactoring:
- Revise the connection_new functions so that a more typesafe variant