aboutsummaryrefslogtreecommitdiff
path: root/changes/bug26052
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-05-08 13:13:45 -0400
committerRoger Dingledine <arma@torproject.org>2018-05-08 13:13:45 -0400
commitb979415e8bf4c33e6d540c780edeeb40bce5e512 (patch)
tree962398d343c4237cd1d89bedd44d4bf7f53a6b54 /changes/bug26052
parent46002aa69114d84ea244558baeef5d07f389d9fc (diff)
downloadtor-b979415e8bf4c33e6d540c780edeeb40bce5e512.tar.gz
tor-b979415e8bf4c33e6d540c780edeeb40bce5e512.zip
manpage fix to stop saying CacheIPv4DNS is on by default
Stop saying in the manual that clients cache ipv4 dns answers from exit relays. We haven't used them since 0.2.6.3-alpha, and in ticket 24050 we stopped even caching them as of 0.3.2.6-alpha, but we forgot to say so in the man page. Fixes bug 26052; bugfix on 0.3.2.6-alpha.
Diffstat (limited to 'changes/bug26052')
-rw-r--r--changes/bug260526
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug26052 b/changes/bug26052
new file mode 100644
index 0000000000..4721933fa5
--- /dev/null
+++ b/changes/bug26052
@@ -0,0 +1,6 @@
+ o Minor bugfixes (documentation):
+ - Stop saying in the manual that clients cache ipv4 dns answers
+ from exit relays. We haven't used them since 0.2.6.3-alpha, and
+ in ticket 24050 we stopped even caching them as of 0.3.2.6-alpha,
+ but we forgot to say so in the man page. Fixes bug 26052; bugfix
+ on 0.3.2.6-alpha.