diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:35:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:35:54 -0400 |
commit | e818a7190599ff46184e1b8541b2317c145e6d8d (patch) | |
tree | 400e0e6069c51a60cd45c252e5c7eaa33cdf0757 /changes | |
parent | 163230e2405af394ce3684dc7fdf2475bf1318b0 (diff) | |
parent | 2cadd93cea374664f151e945549b95f0b1f49b00 (diff) | |
download | tor-e818a7190599ff46184e1b8541b2317c145e6d8d.tar.gz tor-e818a7190599ff46184e1b8541b2317c145e6d8d.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
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. |