summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-25 16:45:24 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-17 14:50:05 -0500
commit593b235cc95f3b4a3b6c2abec852a59786cb768b (patch)
tree74f62dd0ebedbb085b6a341fdc48169cc77153dd
parentac990aa44a2e3f2b03f2f91e93847230c744dc5c (diff)
downloadtor-593b235cc95f3b4a3b6c2abec852a59786cb768b.tar.gz
tor-593b235cc95f3b4a3b6c2abec852a59786cb768b.zip
changes entry for disabling cache usage by default
-rw-r--r--changes/prop205-simplified8
1 files changed, 6 insertions, 2 deletions
diff --git a/changes/prop205-simplified b/changes/prop205-simplified
index c764fea8ef..25d204d598 100644
--- a/changes/prop205-simplified
+++ b/changes/prop205-simplified
@@ -1,4 +1,4 @@
- o Major features:
+ o Major features (client-side DNS):
- The updating and usage of DNS cache is now configurable on a
per- client-port level. SOCKSPort, DNSPort, etc lines may now
@@ -15,7 +15,11 @@
linkability risk, since all traffic on a circuits is already
linkable, but it would also provide little performance benefit:
the exit node caches DNS replies too. Implements a simplified
- version of Proposal 205.
+ version of Proposal 205. Implements ticket #7570.
+ o Disabled features:
+ - Client-side use of the DNS cache is now off by default. See "Major
+ features (client-side DNS)" for more information. Implements a
+ simplified version of Proposal 205. Implements ticket #7570.