From 7039c34519e29a18081a9bc7f3c957c473c70bc4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 31 May 2011 20:43:55 -0400 Subject: 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. --- changes/bug3321 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/bug3321 (limited to 'changes') diff --git a/changes/bug3321 b/changes/bug3321 new file mode 100644 index 0000000000..3605efce2d --- /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. -- cgit v1.2.3-54-g00ecf