diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-05 14:09:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-05 14:09:21 -0500 |
commit | 9f650b24e97c69216b0d85d20b8363ce1a2488de (patch) | |
tree | 36f7d80c7b207065e1b47ec936422770d96a5d56 /changes | |
parent | a72e13a669d79522663eb346b838da01b8937ea3 (diff) | |
parent | 7c1f33dd0e56bbd6a99ce7797bd03423675bdd9d (diff) | |
download | tor-9f650b24e97c69216b0d85d20b8363ce1a2488de.tar.gz tor-9f650b24e97c69216b0d85d20b8363ce1a2488de.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket21031 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket21031 b/changes/ticket21031 new file mode 100644 index 0000000000..b081fb018f --- /dev/null +++ b/changes/ticket21031 @@ -0,0 +1,7 @@ + o Minor features (removed deprecations): + - The ClientDNSRejectInternalAddresses flag can once again be set in + non-testing Tor networks, so long as they do not use the default + directory authorities. + This change also removes the deprecation of this + flag in 0.2.9.2-alpha. Closes ticket 21031. + |