diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-21 11:17:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-21 11:17:34 -0400 |
commit | f32140238fc39cda3a292a4f67651044b7791423 (patch) | |
tree | bb7790d669fdd34dc854c9fb7f845f22e23f6c25 /changes | |
parent | 2c3dafc342b94e9674b62ebd1a1da00bab615a86 (diff) | |
parent | 5f3010667d9473d5c246ff77d6dc3d0ad4c4f30a (diff) | |
download | tor-f32140238fc39cda3a292a4f67651044b7791423.tar.gz tor-f32140238fc39cda3a292a4f67651044b7791423.zip |
Merge remote branch 'origin/maint-0.2.2' for bug 1859 patches
Some of this is already done in nodelist.
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. |