From 2b734944af88f17dfe6ce9bf7402d6aa1211d710 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Fri, 1 Jun 2018 00:24:00 +0000 Subject: [PATCH] Bug 26259: Changes file. --- changes/bug26259 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug26259 diff --git a/changes/bug26259 b/changes/bug26259 new file mode 100644 index 000000000..f5383dab3 --- /dev/null +++ b/changes/bug26259 @@ -0,0 +1,4 @@ + o Minor bugfixes (control port): + - Do not count 0-length RELAY_COMMAND_DATA cells as valid data in CIRC_BW + events. Previously, such cells were counted entirely in the OVERHEAD + field. Now they are not. Fixes bug 26259; bugfix on 0.3.4.1-alpha.