浏览代码

Changes file for bug 5603

Nick Mathewson 13 年之前
父节点
当前提交
7cad2e7348
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      changes/bug5603

+ 9 - 0
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.