diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-17 11:52:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-17 11:52:10 -0500 |
commit | b3bd7a736c7a54406c087bfaa2bae3dec03ec7bd (patch) | |
tree | cc35cc4dc4bb41f98671156e892eb14e0f139811 /changes | |
parent | a68b90fc7af401220f11f4f9e39f08a8548a6957 (diff) | |
download | tor-b3bd7a736c7a54406c087bfaa2bae3dec03ec7bd.tar.gz tor-b3bd7a736c7a54406c087bfaa2bae3dec03ec7bd.zip |
Remove Support022HiddenServices
This has been already disabled in the directory consensus for a while;
it didn't seem to break anything.
Finally closes #7803.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7803 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7803 b/changes/bug7803 new file mode 100644 index 0000000000..7a2bba70db --- /dev/null +++ b/changes/bug7803 @@ -0,0 +1,5 @@ + o Removed features: + - Tor clients no longer support connecting to hidden services running on + Tor 0.2.2.x and earlier; the Support022HiddenServices option has been + removed. (There shouldn't be any hidden services running these + versions on the network.) |