]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
a changelog entry for the entrynodes retry mess
authorRoger Dingledine <arma@torproject.org>
Wed, 29 Sep 2010 02:49:36 +0000 (22:49 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 29 Sep 2010 02:49:36 +0000 (22:49 -0400)
changes/bug1882 [new file with mode: 0644]

diff --git a/changes/bug1882 b/changes/bug1882
new file mode 100644 (file)
index 0000000..d495d2f
--- /dev/null
@@ -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.