diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-28 18:36:15 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-28 18:36:15 -0400 |
commit | 339993b409648bf3d767c6ba3133e1921de89dbd (patch) | |
tree | ccee58e139a9cc9ecafcff349a3ec3c464f908a7 /changes/bug1981 | |
parent | f3f982005811a8b0e994ad3082f585c3ac5b660f (diff) | |
download | tor-339993b409648bf3d767c6ba3133e1921de89dbd.tar tor-339993b409648bf3d767c6ba3133e1921de89dbd.tar.gz |
actually retry bridges when your network goes away
Diffstat (limited to 'changes/bug1981')
-rw-r--r-- | changes/bug1981 | 6 |
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. |