aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-05 11:47:34 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-05 11:47:34 -0400
commit7b2afb61b21d09bc3dfc015a18538bf2826e805c (patch)
tree8b63571f63676dfec9aac0dc78684b9861dbf6b1 /changes
parentd09a3ecd01330e2ec5da942a0469a37416da75ed (diff)
parent7cad2e73481bdfa04c3d4a69f026784386440f0b (diff)
downloadtor-7b2afb61b21d09bc3dfc015a18538bf2826e805c.tar
tor-7b2afb61b21d09bc3dfc015a18538bf2826e805c.tar.gz
Merge branch 'bug5603'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug56039
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug5603 b/changes/bug5603
new file mode 100644
index 000000000..97f898823
--- /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.