summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-15 08:46:13 -0500
committerNick Mathewson <nickm@torproject.org>2018-03-01 16:05:17 -0500
commit8b405c609e82fbfb5470967fc4c45165c708e72b (patch)
treeeb1b2646441e74d8d04dacbe44e535299bc5b9c0 /changes
parent0953c43c955c4bdb82f0aa86f23f9c0cdcc2c9a1 (diff)
downloadtor-8b405c609e82fbfb5470967fc4c45165c708e72b.tar.gz
tor-8b405c609e82fbfb5470967fc4c45165c708e72b.zip
Forbid "-0" as a protocol version.
Fixes part of 24249; bugfix on 0.2.9.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug252493
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25249 b/changes/bug25249
new file mode 100644
index 0000000000..b4153eeaef
--- /dev/null
+++ b/changes/bug25249
@@ -0,0 +1,3 @@
+ o Minor bugfixes (spec conformance):
+ - Forbid "-0" as a protocol version. Fixes part of bug 25249; bugfix on
+ 0.2.9.4-alpha.