diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:35:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:35:51 -0400 |
commit | 2cadd93cea374664f151e945549b95f0b1f49b00 (patch) | |
tree | 9dcaddada998f484d4f2663028f9f2530e76339a /changes | |
parent | 75b95e1c8e28e1136b5bc98fd89321e478f4b836 (diff) | |
parent | 5b04392c1553e2a3e278a48f8d0e071181c0444f (diff) | |
download | tor-2cadd93cea374664f151e945549b95f0b1f49b00.tar.gz tor-2cadd93cea374664f151e945549b95f0b1f49b00.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27316 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27316 b/changes/bug27316 new file mode 100644 index 0000000000..cec9348912 --- /dev/null +++ b/changes/bug27316 @@ -0,0 +1,3 @@ + o Minor bugfixes (protover): + - Reject protocol names containing bytes other than alphanumeric characters + and hyphens ([A-Za-z0-9-]). Fixes bug 27316; bugfix on 0.2.9.4-alpha. |