summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-13 11:40:38 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-13 11:40:38 -0400
commit5a3d9636f5e0ead80a46163af9ffadcbf6d5195f (patch)
tree3f9a94eba2b969a313aa9ea01dd40f9b0eed9fca /changes
parent62a77f1117335f2ddee86f696379dde106ad1ee0 (diff)
parentba9a12119c88676fa0dd2a282d927840cd5d94fb (diff)
downloadtor-5a3d9636f5e0ead80a46163af9ffadcbf6d5195f.tar.gz
tor-5a3d9636f5e0ead80a46163af9ffadcbf6d5195f.zip
Merge remote-tracking branch 'public/bug3940_redux'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug3940_redux5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3940_redux b/changes/bug3940_redux
new file mode 100644
index 0000000000..7733740d93
--- /dev/null
+++ b/changes/bug3940_redux
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Change the AllowDotExit rules so they should actually work.
+ We now enforce AllowDotExit only immediately after receiving
+ an address via SOCKS or DNSPort: other sources are free to provide
+ .exit addresses after the resolution occurs.