From: Nick Mathewson Date: Tue, 5 Jun 2012 15:47:16 +0000 (-0400) Subject: Changes file for bug 5603 X-Git-Tag: tor-0.2.3.16-alpha~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cad2e73481bdfa04c3d4a69f026784386440f0b;p=thirdparty%2Ftor.git Changes file for bug 5603 --- diff --git a/changes/bug5603 b/changes/bug5603 new file mode 100644 index 0000000000..97f8988239 --- /dev/null +++ b/changes/bug5603 @@ -0,0 +1,9 @@ + o Minor bugfixes: + - When told to add a bridge with the same addr:port as a + preexisting bridge but a different transport, change the + transport as requested. Previously we would not notice the + change. Fix for bug 5603; fix on 0.2.3.2-alpha. + - When told to add a bridge with the same digest as a + preexisting bridge but a different addr:port, change the + addr:port as requested. Previously we would not notice the + change. Fix for bug 5603; fix on 0.2.2.26-beta.