diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-05 14:09:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-05 14:09:07 -0500 |
commit | 7c1f33dd0e56bbd6a99ce7797bd03423675bdd9d (patch) | |
tree | 2d5aabb810a5f40c632ff3cf8353df6c0772cfd0 | |
parent | d3fee8b82395f95a925b9adcb7b3a66ae0d5a0ef (diff) | |
download | tor-7c1f33dd0e56bbd6a99ce7797bd03423675bdd9d.tar.gz tor-7c1f33dd0e56bbd6a99ce7797bd03423675bdd9d.zip |
ticket21031 changes file revised.
-rw-r--r-- | changes/ticket21031 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/changes/ticket21031 b/changes/ticket21031 index 1f97c45993..b081fb018f 100644 --- a/changes/ticket21031 +++ b/changes/ticket21031 @@ -1,5 +1,7 @@ - o New/reanimated features + o Minor features (removed deprecations): - The ClientDNSRejectInternalAddresses flag can once again be set in - non-default tor networks. This also remves a deprecation of this + 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. |