diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-21 11:01:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-21 11:01:12 -0400 |
commit | 0e8d1c22177fa10b7f5fd6214d6b3c7e5eeaafac (patch) | |
tree | 0bb172119c9107999df60759e386e9a37befa16c /changes | |
parent | ea7f4be6d271639bff0731108751a0b20c0b860e (diff) | |
parent | 69a496ba9810f5065f55af558932e84152ce50bc (diff) | |
download | tor-0e8d1c22177fa10b7f5fd6214d6b3c7e5eeaafac.tar tor-0e8d1c22177fa10b7f5fd6214d6b3c7e5eeaafac.tar.gz |
Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2
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 000000000..5b139f357 --- /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. |