diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-07 09:51:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-15 12:09:33 -0400 |
commit | f02fd6c3af71141241137403d070d72310cbfd82 (patch) | |
tree | 63c2cc015d590aabf08ac20569e496985208ce11 /changes | |
parent | 8421756da3fc3cc116d17fe96b50384c0d79af8b (diff) | |
download | tor-f02fd6c3af71141241137403d070d72310cbfd82.tar.gz tor-f02fd6c3af71141241137403d070d72310cbfd82.zip |
Remove AllowDotExit.
It's been deprecated since 0.2.9.2-alpha. Closes ticket 23426.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23426 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23426 b/changes/bug23426 new file mode 100644 index 0000000000..63c127c539 --- /dev/null +++ b/changes/bug23426 @@ -0,0 +1,4 @@ + o Removed features: + - The AllowDotExit option has been removed as unsafe. It has + been deprecated since 0.2.9.2-alpha. Closes ticket 23426. + |