diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-29 00:38:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-29 00:38:44 -0400 |
commit | 703eb087f597fa3456627e47862038a4ce73089e (patch) | |
tree | fd76a2e43a360cd3103252a9459c178d5ba1bc84 /changes | |
parent | f3e8bc391a681ee5e0db1c0cd3796e901ea49846 (diff) | |
parent | a58610a87e27e446b347f49e847da1cd460ffa81 (diff) | |
download | tor-703eb087f597fa3456627e47862038a4ce73089e.tar.gz tor-703eb087f597fa3456627e47862038a4ce73089e.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1882 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1882 b/changes/bug1882 new file mode 100644 index 0000000000..d495d2f418 --- /dev/null +++ b/changes/bug1882 @@ -0,0 +1,4 @@ + o Minor features: + - If we've configured EntryNodes and our network goes away and/or all + our entrynodes get marked down, optimistically retry them all when + a new socks application request appears. Fixes bug 1882. |