diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-10 09:03:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-10 09:05:26 -0400 |
commit | 2f8cf524ba4e565ab613504a4c41fd724d32facc (patch) | |
tree | d03c814b701acbfec41cc924491cc4f2d8e7a4f0 /changes | |
parent | fdf5014d1134c2e06771e1265bca2eddb0e65ada (diff) | |
download | tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.tar.gz tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.zip |
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
(Mark them as obsolete)
Closes 16543.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16543 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug16543 b/changes/bug16543 new file mode 100644 index 0000000000..6f77eaa8ad --- /dev/null +++ b/changes/bug16543 @@ -0,0 +1,5 @@ + - Removed features: + - Remove the HidServDirectoryV2 option. Now all relays offer to store + hidden service descriptors. Related to 16543. + - Remove the VoteOnHidServDirectoriesV2 option, since all authorities + have long set it to 1. Closes ticket 16543. |