diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-27 14:07:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-31 19:15:36 -0400 |
commit | c4c7dcd453b62b3d3bcc8e78df8455a77645e62a (patch) | |
tree | 5819f36e9a2bb0db8129fcccff188df1c0203453 /ChangeLog | |
parent | e8ac2a84774214596b031599e134cb4fa886dd1f (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |