diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-16 02:23:04 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-09-16 02:29:57 +0200 |
commit | dc3229313b6d2aaff437c6fc7fa55ead4409e93d (patch) | |
tree | 83980aae143c5c231f9327aa3bcf3b1ae04d0689 /ChangeLog | |
parent | 24c740e5fdfa1897b2e8de045d11c419d1e0b5d4 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |