summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-27 14:07:41 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-31 19:15:36 -0400
commitc4c7dcd453b62b3d3bcc8e78df8455a77645e62a (patch)
tree5819f36e9a2bb0db8129fcccff188df1c0203453 /ChangeLog
parente8ac2a84774214596b031599e134cb4fa886dd1f (diff)
downloadtor-c4c7dcd453b62b3d3bcc8e78df8455a77645e62a.tar.gz
tor-c4c7dcd453b62b3d3bcc8e78df8455a77645e62a.zip
Do not report a node as a "chosen exit" when it is not in fact an exit.
Provide a useful warning when launch_circuit tries to make us use a node we don't want to use. Just give an info message when this is a normal and okay situation. Fix for logging issues in bug 984.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1846832c4f..2ae76b730c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@ Changes in version 0.2.1.16-?? - 2009-??-??
o Minor bugfixes (on 0.2.1.x):
- When switching back and forth between bridge mode, do not start
gathering GeoIP data until two hours have passed.
+ - Do not complain that the user has requested an excluded node as
+ an exit when the node is not really an exit. This could happen
+ because the circuit was for testing, or an introduction point.
+ Fix for bug 984.
Changes in version 0.2.1.15-rc - 2009-05-25