summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-09-20 23:50:48 -0400
committerRoger Dingledine <arma@torproject.org>2009-09-20 23:50:48 -0400
commit95008db08d1bb5d7b608654fc1a115a42cd15252 (patch)
treec10852e836136a12954e76e9e497e9ac4ab98985 /ChangeLog
parent9c38941195309c3d9a8620536f7f7246c780b9c7 (diff)
downloadtor-95008db08d1bb5d7b608654fc1a115a42cd15252.tar.gz
tor-95008db08d1bb5d7b608654fc1a115a42cd15252.zip
Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"
This reverts commit dc3229313b6d2aaff437c6fc7fa55ead4409e93d. We're going to do this more thoroughly in 0.2.2.x, and not in maint-0.2.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6446943e57..1f33eb741f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,8 +40,6 @@ 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.
- Avoid segfault in rare cases when finishing an introduction circuit
as a client and finding out that we don't have an introduction key
for it. Fixes bug 1073. Reported by Aaron Swartz.