]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug 7129
authorAndrea Shepard <andrea@torproject.org>
Wed, 17 Oct 2012 10:24:42 +0000 (03:24 -0700)
committerAndrea Shepard <andrea@torproject.org>
Wed, 17 Oct 2012 10:24:42 +0000 (03:24 -0700)
changes/bug7129 [new file with mode: 0644]

diff --git a/changes/bug7129 b/changes/bug7129
new file mode 100644 (file)
index 0000000..d021623
--- /dev/null
@@ -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.