aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-10-21 17:09:04 +0000
committerNick Mathewson <nickm@torproject.org>2008-10-21 17:09:04 +0000
commitb166a43cb6536574d96fc2c72d07b7eb908dfe99 (patch)
tree1870f5d80323f3a9f9c7f50570fa9c676b71f795 /ChangeLog
parent5e762e6a5c0e6729bb7dbb586af2690c087d9ba8 (diff)
downloadtor-b166a43cb6536574d96fc2c72d07b7eb908dfe99.tar
tor-b166a43cb6536574d96fc2c72d07b7eb908dfe99.tar.gz
Fix another case of refusing to use a chosen exit node because we think it will reject _mostly_ everything. Based on patch from rovv. See bug 752.
svn:r17139
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a68c29398..af2b81704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,9 @@ Changes in version 0.2.1.7-alpha - 2008-10-xx
- If a broken client asks a non-exit router to connect somewhere,
do not even do the DNS lookup before rejecting the connection.
Fixes another case of bug 619. Patch from rovv.
+ - Fix another case of assuming, when a specific exit is requested,
+ that we know more than the user about what hosts it allows.
+ Fixes another case of bug 752. Patch from rovv.
Changes in version 0.2.1.6-alpha - 2008-09-30