diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-02-22 17:19:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-02-22 17:19:41 -0500 |
commit | 491abbc65e535b5308d6c57ab9ab3900ac2dd2d2 (patch) | |
tree | 63f1dc9a7f92bd931d14cd78aa37fd8ba3a59e81 /changes | |
parent | 7605985b3ff71cee7fabdf023baf298b218d04c1 (diff) | |
parent | 2392290c1887b732fd2309e57ce04ab71b9b4e69 (diff) | |
download | tor-491abbc65e535b5308d6c57ab9ab3900ac2dd2d2.tar.gz tor-491abbc65e535b5308d6c57ab9ab3900ac2dd2d2.zip |
Merge remote branch 'public/bug1859_021' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1859 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug1859 b/changes/bug1859 new file mode 100644 index 0000000000..5b139f357c --- /dev/null +++ b/changes/bug1859 @@ -0,0 +1,9 @@ + o Minor bugfixes: + - Bring the logic that gathers routerinfos and assesses the + acceptability of circuits into line. This prevents a Tor OP from getting + locked in a cycle of choosing its local OR as an exit for a path (due to + a .exit request) and then rejecting the circuit because its OR is not + listed yet. Also prevent Tor clients from using an OR running in the same + instance as an exit (due to a .exit request) if the OR does not meet the + same requirements expected of an OR running elsewhere. + Fixes bug 1859; bugfix on 0.2.0-alpha. |