aboutsummaryrefslogtreecommitdiff
path: root/changes/bug1981
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-28 18:36:15 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-28 18:36:15 -0400
commit339993b409648bf3d767c6ba3133e1921de89dbd (patch)
treeccee58e139a9cc9ecafcff349a3ec3c464f908a7 /changes/bug1981
parentf3f982005811a8b0e994ad3082f585c3ac5b660f (diff)
downloadtor-339993b409648bf3d767c6ba3133e1921de89dbd.tar
tor-339993b409648bf3d767c6ba3133e1921de89dbd.tar.gz
actually retry bridges when your network goes away
Diffstat (limited to 'changes/bug1981')
-rw-r--r--changes/bug19816
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug1981 b/changes/bug1981
new file mode 100644
index 000000000..3e5e1d36f
--- /dev/null
+++ b/changes/bug1981
@@ -0,0 +1,6 @@
+ o Major bugfixes:
+ - When you use bridges and your network goes away and your bridges
+ get marked as down, recover when you attempt a new socks connection
+ (if the network is back) rather than waiting up to an hour to try
+ fetching new descriptors for your bridges. Bugfix on 0.2.0.3-alpha;
+ fixes bug 1981.