diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-28 23:57:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-28 23:57:59 +0000 |
commit | 907fc6c73ec7797361e53286e91c1bf21efa11d2 (patch) | |
tree | 77388f8888bff7b5b795beeddc14330fce3819fc /ChangeLog | |
parent | 1a444e089a9bbe840c9b14ddabe515461cb56575 (diff) | |
download | tor-907fc6c73ec7797361e53286e91c1bf21efa11d2.tar.gz tor-907fc6c73ec7797361e53286e91c1bf21efa11d2.zip |
r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400
Make "is a v1 authority", "is a v2 authority", and "is a hidden service authority" into separate flags so we can eventually migrate more trust away from moria.
svn:r8523
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? directory authorities don't think it's a good guard, treat it as if it were unlisted: stop using it as a guard, and throw it off the guards list if it stays that way for a long time. + - Allow directory authorities to be marked separately as authorities for + the v1 directory protocol, the v2 directory protocol, and as hidden + service directories. This should make it easier to migrate trust away + from one of the two authorities currently running on Moria. o Security Fixes, minor: - If a client asked for a server by name, and we didn't have a |