aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-05-31 20:43:55 -0400
committerRoger Dingledine <arma@torproject.org>2011-05-31 20:43:55 -0400
commit7039c34519e29a18081a9bc7f3c957c473c70bc4 (patch)
tree103eccff285107021d52ea4ffc21d7c1dbb31010 /changes
parent56771f392e68eb2f78180daab0d8f17c9284ad11 (diff)
downloadtor-7039c34519e29a18081a9bc7f3c957c473c70bc4.tar
tor-7039c34519e29a18081a9bc7f3c957c473c70bc4.tar.gz
fix a bridge edge case similar to 2511
If you had configured a bridge but then switched to a different bridge via the controller, you would still be willing to use the old one.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug33217
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug3321 b/changes/bug3321
new file mode 100644
index 000000000..3605efce2
--- /dev/null
+++ b/changes/bug3321
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - In bug 2511 we fixed a case where you could use an unconfigured
+ bridge if you had configured it as a bridge the last time you ran
+ Tor. Now fix another edge case: if you had configured it as a bridge
+ but then switched to a different bridge via the controller, you
+ would still be willing to use the old one. Bugfix on 0.2.0.1-alpha;
+ fixes bug 3321.