diff options
author | Roger Dingledine <arma@torproject.org> | 2010-09-28 18:37:55 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-09-28 18:37:55 -0400 |
commit | 09a715bb72878ea08dc53bf8914807aa226d60aa (patch) | |
tree | 849b7ef03c7fb6e5469da2802bfb4487bc77e8a2 /changes | |
parent | 6d8f2885d82b926b7894116384fe7fe48274e9f0 (diff) | |
parent | 339993b409648bf3d767c6ba3133e1921de89dbd (diff) | |
download | tor-09a715bb72878ea08dc53bf8914807aa226d60aa.tar.gz tor-09a715bb72878ea08dc53bf8914807aa226d60aa.zip |
Merge branch 'maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'changes')
-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 0000000000..3e5e1d36fb --- /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. |