diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-14 04:07:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-14 04:07:29 +0000 |
commit | dbb481c169e8dd5ea9d7ee62bd22df0a511d442f (patch) | |
tree | 07291e447f5cc1917d711333e3b3f2a65a5e8325 /ChangeLog | |
parent | 4045ef72f5db967033bd14217eed4bfea4ea9453 (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |