diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-02 12:51:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-02 12:51:46 -0400 |
commit | c4c5077af2fad107c9fcebdd3a7999da7b8ee904 (patch) | |
tree | ef6aeee4ecb8a6d4fdce75148b35c3649ac7f131 /changes | |
parent | 706364238e7a1f78c8358f870c1446cb3e214319 (diff) | |
parent | a9a8d53dec3badb0176a1eebeaaa9aca04a4feff (diff) | |
download | tor-c4c5077af2fad107c9fcebdd3a7999da7b8ee904.tar.gz tor-c4c5077af2fad107c9fcebdd3a7999da7b8ee904.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23071 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23071 b/changes/bug23071 new file mode 100644 index 0000000000..4756dd6252 --- /dev/null +++ b/changes/bug23071 @@ -0,0 +1,5 @@ + o Minor bugfixes (tests): + - Port the hs_ntor handshake test to work correctly with recent + versions of the pysha3 module. Fixes bug 23071; bugfix on + 0.3.1.1-alpha. + |