diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-21 06:33:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-21 06:33:02 +0000 |
commit | 7b60d6c526fd1a7e7d83e1fb2ab27ab0a3d8890b (patch) | |
tree | 0fafdf713a1ab6878c57850fca912f93f80a998c /ChangeLog | |
parent | e2dc45a2e1f12bb19b7ce33fb71042f5473d79d2 (diff) | |
download | tor-7b60d6c526fd1a7e7d83e1fb2ab27ab0a3d8890b.tar.gz tor-7b60d6c526fd1a7e7d83e1fb2ab27ab0a3d8890b.zip |
Directory authorities should only automatically download Extra Info
documents if they're v1, v2, or v3 authorities.
svn:r12898
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ Changes in version 0.2.0.13-alpha - 2007-12-21 - Only Tors that want to mirror the v2 directory info should create the "cached-status" directory in their datadir. All Tors used to create it. Bugfix on 0.1.2.x. + - Directory authorities should only automatically download Extra Info + documents if they're v1, v2, or v3 authorities. o Minor features: - On USR1, when dmalloc is in use, log the top 10 memory |