summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-29 00:38:44 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-29 00:38:44 -0400
commit703eb087f597fa3456627e47862038a4ce73089e (patch)
treefd76a2e43a360cd3103252a9459c178d5ba1bc84 /changes
parentf3e8bc391a681ee5e0db1c0cd3796e901ea49846 (diff)
parenta58610a87e27e446b347f49e847da1cd460ffa81 (diff)
downloadtor-703eb087f597fa3456627e47862038a4ce73089e.tar.gz
tor-703eb087f597fa3456627e47862038a4ce73089e.zip
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug18824
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.