aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8059
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug8059')
-rw-r--r--changes/bug80596
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8059 b/changes/bug8059
new file mode 100644
index 0000000000..47273ed0ac
--- /dev/null
+++ b/changes/bug8059
@@ -0,0 +1,6 @@
+ o Minor bugfixes (protocol conformance):
+ - Fix a misframing issue when reading the version numbers in a
+ VERSIONS cell. Previously we would recognize [00 01 00 02] as
+ 'version 1, version 2, and version 0x100', when it should have
+ only included versions 1 and 2. Fixes bug 8059; bugfix on
+ 0.2.0.10-alpha. Reported pseudonymously.