aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-09-16 02:23:04 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-09-16 02:29:57 +0200
commitdc3229313b6d2aaff437c6fc7fa55ead4409e93d (patch)
tree83980aae143c5c231f9327aa3bcf3b1ae04d0689 /ChangeLog
parent24c740e5fdfa1897b2e8de045d11c419d1e0b5d4 (diff)
downloadtor-dc3229313b6d2aaff437c6fc7fa55ead4409e93d.tar
tor-dc3229313b6d2aaff437c6fc7fa55ead4409e93d.tar.gz
Teach connection_ap_can_use_exit about Exclude*Nodes
To further attempt to fix bug 1090, make sure connection_ap_can_use_exit always returns 0 when the chosen exit router is excluded. This should fix bug1090.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50b3b4450..fc51140c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,8 @@ Changes in version 0.2.1.20 - 2009-??-??
excluded in ExcludeExitNodes, but the circuit is not used to access
the outside world. This should help fix bug 1090. Bugfix on
0.2.1.6-alpha.
+ - Teach connection_ap_can_use_exit to respect the Exclude*Nodes config
+ options. Should fix bug 1090. Bugfix on 0.0.2-pre16.
o Minor features:
- Add a "getinfo status/accepted-server-descriptor" controller