diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2014-09-04 06:25:38 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2014-09-04 06:25:38 +0200 |
commit | 10fe5bad9aaf326b925092883b856f64f8dca478 (patch) | |
tree | 2931015cb43ec7eb5a29bedfde7ce6b45728a39a /changes | |
parent | 54348201f7cce9c0c01e9d4835714a2fec55c67c (diff) | |
download | tor-10fe5bad9aaf326b925092883b856f64f8dca478.tar.gz tor-10fe5bad9aaf326b925092883b856f64f8dca478.zip |
Remove the AuthDirRejectUnlisted config option
This is in preparation for a big patch series removing the entire Naming
system from Tor. In its wake, the approved-routers file is being
deprecated, and a replacement option to allow only pre-approved routers
is not being implemented.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12899 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12899 b/changes/bug12899 new file mode 100644 index 0000000000..eb7c90dd7e --- /dev/null +++ b/changes/bug12899 @@ -0,0 +1,4 @@ + o Removed features: + - The "AuthDirRejectUnlisted" option no longer has any effect, as + the fingerprints file (approved-routers) has been deprecated. + |