浏览代码

Add changes file for bug 7129

Andrea Shepard 13 年之前
父节点
当前提交
caa24a1f2d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      changes/bug7129

+ 6 - 0
changes/bug7129

@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+   - Fix mal-merge of channels that ORed END_CIRC_REASON_CHANNEL_CLOSED into
+     reason codes in circuit_truncated().
+   - Fix unknown reason warning in circuit_end_reason_to_control_string()
+     to use LD_PROTOCOL rather than LD_BUG when the bad reason originated
+     elsewhere.