Merge remote branch 'arma/bug2510' into maint-0.2.2

This commit is contained in:
Nick Mathewson
2011-03-14 16:14:54 -04:00
5 changed files with 56 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
o Major bugfixes:
- Fix a bug where bridge users who configure the non-canonical
address of a bridge automatically switch to its canonical
address. If a bridge listens at more than one address, it should be
able to advertise those addresses independently and any non-blocked
addresses should continue to work. Bugfix on Tor 0.2.0.x. Fixes
bug 2510.
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes:
- If you configured Tor to use bridge A, and then quit and
configured Tor to use bridge B instead, it would happily continue
to use bridge A if it's still reachable. While this behavior is
a feature if your goal is connectivity, in some scenarios it's a
dangerous bug. Bugfix on Tor 0.2.0.1-alpha; fixes bug 2511.