summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-02 09:12:04 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-02 09:12:04 +0000
commit1b95bbdba60c857b679d8df4af27df0f8571c934 (patch)
treeccef7197f20bd2871cf6df97573aea5235fcfcc7 /ChangeLog
parent87c19c0c491ab80e7b2eec5ad8075e89daee086a (diff)
downloadtor-1b95bbdba60c857b679d8df4af27df0f8571c934.tar.gz
tor-1b95bbdba60c857b679d8df4af27df0f8571c934.zip
New config option V2AuthoritativeDirectory that all directory
authorities should set. This will let future authorities choose not to serve V2 directory information. Also, go through and revamp all the authdir_mode stuff so it tries to do the right thing if you're an auth but not a V1 or V2 auth. svn:r10092
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70c00834f7..f77d48cb14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
- Directory authorities allow multiple router descriptors and/or extra
info documents to be uploaded in a single go. This will make
implementing proposal 104 simpler.
+ - New config option V2AuthoritativeDirectory that all directory
+ authorities should set. This will let future authorities choose
+ not to serve V2 directory information.
o Minor features (controller):
- Add a new config option __DisablePredictedCircuits designed for