diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-11 15:40:09 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-09-16 01:17:51 +0200 |
commit | 113ba0e7270147b6eed10668970e1719139c4f27 (patch) | |
tree | 307567fdd4febfc6ab92e339620533b2d092fffc /ChangeLog | |
parent | fcacf224913b3a0a08cef06a7241348f49b26e49 (diff) | |
download | tor-113ba0e7270147b6eed10668970e1719139c4f27.tar.gz tor-113ba0e7270147b6eed10668970e1719139c4f27.zip |
make some bug 1090 warnings go away
When we excluded some Exits, we were sometimes warning the user that we
were going to use the node regardless. Many of those warnings were in
fact bogus, because the relay in question was not used to connect to
the outside world.
Based on patch by Rotor, thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Changes in version 0.2.1.20 - 2009-??-?? controller when we want to inform the user of overall success or overall failure. Bugfix on 0.1.2.6-alpha. Fixes bug 1075. Reported by SwissTorExit. + - Don't warn when we're using a circuit that ends with a node + 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. o Minor features: - Add a "getinfo status/accepted-server-descriptor" controller |