diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-08 12:35:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-16 11:32:51 -0500 |
commit | 3902a18a6976af2ceb2d6ca43266bf6154881621 (patch) | |
tree | fdc88e2ac8e0dd776306d581cf22f21b37a95081 /changes | |
parent | 20292ec4974b777d430e7962cc38349c5f82b220 (diff) | |
download | tor-3902a18a6976af2ceb2d6ca43266bf6154881621.tar.gz tor-3902a18a6976af2ceb2d6ca43266bf6154881621.zip |
Remove UseDirectoryGuards
It is obsoleted in an always-on direction by prop271.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20831 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket20831 b/changes/ticket20831 new file mode 100644 index 0000000000..cb4a3a364d --- /dev/null +++ b/changes/ticket20831 @@ -0,0 +1,6 @@ + o Removed features: + - The NumDirectoryGuards and UseDirectoryGuards torrc options are + no longer present: all users that use entry guards will also use + directory guards. Related to proposal 271; implements part of + ticket 20831. + |