diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2014-09-05 01:37:25 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-09 11:54:15 -0400 |
commit | 8099dee99234519a76580bb9ae479a878b7a45e0 (patch) | |
tree | baef389c5733b45298bc66e3df08473cb5166d2d /changes/bug13060 | |
parent | 59f3cce0dcddb98301d18d0cb4cb08c1619fa34c (diff) | |
download | tor-8099dee99234519a76580bb9ae479a878b7a45e0.tar.gz tor-8099dee99234519a76580bb9ae479a878b7a45e0.zip |
Remove dirauth support for the BadDirectory flag
Implements the first half of #13060. The second half will be to remove
client support, too.
Diffstat (limited to 'changes/bug13060')
-rw-r--r-- | changes/bug13060 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13060 b/changes/bug13060 new file mode 100644 index 0000000000..7abc1968f8 --- /dev/null +++ b/changes/bug13060 @@ -0,0 +1,4 @@ + o Removed features: + - Directory authorities do not support giving out the BadDirectory + flag anymore. + |