aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24050
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-09 16:41:57 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-29 12:01:45 -0500
commita94c4861027015b4ca4c6a9512fc36512196fea4 (patch)
treee318e855456ae67362fffde1c08564da382bf873 /changes/bug24050
parent04d4786cc40b2d80b4cd34e7d5339b0100861c8f (diff)
downloadtor-a94c4861027015b4ca4c6a9512fc36512196fea4.tar.gz
tor-a94c4861027015b4ca4c6a9512fc36512196fea4.zip
Make the cache_ipv4_answers default become 0 again, for real.
Fortunately, use_cached_ipv4_answers was already 0, so we wouldn't actually use this info, but it's best not to have it. Fixes bug 24050; bugfix on 0.2.6.3-alpha
Diffstat (limited to 'changes/bug24050')
-rw-r--r--changes/bug240505
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24050 b/changes/bug24050
new file mode 100644
index 0000000000..d184a77ac0
--- /dev/null
+++ b/changes/bug24050
@@ -0,0 +1,5 @@
+ o Minor bugfixes (client):
+ - By default, do not enable storage of client-side DNS values.
+ These values were unused by default previously, but they should
+ not have been cached at all. Fixes bug 24050; bugfix on
+ 0.2.6.3-alpha.