aboutsummaryrefslogtreecommitdiff
path: root/changes/bug34251
diff options
context:
space:
mode:
authorteor <teor@riseup.net>2020-05-18 21:50:35 +1000
committerteor <teor@riseup.net>2020-05-18 21:50:35 +1000
commit3efe53562fea2f4d71f0f620e10f4b5319b99fcb (patch)
treefaf461869a846af4204423f09ed4b0f063cf0058 /changes/bug34251
parentf05c144d7c91df365c667a48c0d99f548d766437 (diff)
downloadtor-3efe53562fea2f4d71f0f620e10f4b5319b99fcb.tar.gz
tor-3efe53562fea2f4d71f0f620e10f4b5319b99fcb.zip
rust/protover: Fix protocol version support error handling
Make Rust protocol version support checks consistent with the undocumented error behaviour of the corresponding C code. Fixes bug 34251; bugfix on 0.3.3.5-rc.
Diffstat (limited to 'changes/bug34251')
-rw-r--r--changes/bug342514
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug34251 b/changes/bug34251
new file mode 100644
index 0000000000..bbf0535256
--- /dev/null
+++ b/changes/bug34251
@@ -0,0 +1,4 @@
+ o Minor bugfixes (rust, protocol versions):
+ - Make Rust protocol version support checks consistent with the
+ undocumented error behaviour of the corresponding C code.
+ Fixes bug 34251; bugfix on 0.3.3.5-rc.