diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-27 09:39:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-27 09:39:08 -0400 |
commit | 103dd68ba8e1d0780dee1ef1c02ccd2ed6cc0542 (patch) | |
tree | 7135b364b9da3bfd2ec5940ae300e72f59f4a533 /changes | |
parent | 2e54c80aec5ed4684950f5ef1ba208fcc0b8339c (diff) | |
parent | 0483f7f64c80fe18c922415ae6062149a2ebb9f7 (diff) | |
download | tor-103dd68ba8e1d0780dee1ef1c02ccd2ed6cc0542.tar.gz tor-103dd68ba8e1d0780dee1ef1c02ccd2ed6cc0542.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27345 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27345 b/changes/bug27345 new file mode 100644 index 0000000000..d98f4afbcc --- /dev/null +++ b/changes/bug27345 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - When running make test-network-all, use the mixed+hs-v2 network. + (A previous fix to chutney removed v3 onion services from the + mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is + confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha. |