diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-19 12:29:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 12:29:29 -0400 |
commit | 4eaca17f2f755cb1aca9a20216002a4ad652d7ef (patch) | |
tree | 8bcc8ed0ac0bafae0e925c011fdd0df28291d9f4 /changes | |
parent | 597cd893c557f8e05be98b6cade1b312fc6f0f8d (diff) | |
parent | 73a35dc3c0b4ab6cf79d88fc513c5c2762eff28a (diff) | |
download | tor-4eaca17f2f755cb1aca9a20216002a4ad652d7ef.tar tor-4eaca17f2f755cb1aca9a20216002a4ad652d7ef.tar.gz |
Merge branch 'bug7582_v2' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7582 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug7582 b/changes/bug7582 new file mode 100644 index 000000000..f3b063576 --- /dev/null +++ b/changes/bug7582 @@ -0,0 +1,9 @@ + o Major bugfixes: + + - When an exit node tells us that it is rejecting because of its + exit policy a stream we expected it to accept (because of its exit + policy), do not mark the node as useless for exiting if our + expectation was only based on an exit policy summary. Instead, + mark the circuit as unsuitable for that particular address. Fixes + part of bug 7582; bugfix on 0.2.3.2-alpha. + |