diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-16 08:04:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-16 08:04:34 -0400 |
commit | b7fbd1f3297d548b16a18bbc7a5636c80fff70de (patch) | |
tree | 152a82c90505ac03187caecfcd04ca667845f007 /changes | |
parent | 8b3ec74e5fb1963fb42fc2fd47c373fd1cd3fd27 (diff) | |
parent | 38599de2dd4d7bc4e8e8e888ff3731c1ffac7255 (diff) | |
download | tor-b7fbd1f3297d548b16a18bbc7a5636c80fff70de.tar.gz tor-b7fbd1f3297d548b16a18bbc7a5636c80fff70de.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27810 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket27810 b/changes/ticket27810 new file mode 100644 index 0000000000..119f781cb9 --- /dev/null +++ b/changes/ticket27810 @@ -0,0 +1,5 @@ + o Minor bugfixes (test, hidden service v3): + - Make the the hs_service tests uses the same time source when creating + the introduction point and testing it. This helps make test work on very + slow system like ARM or Travis. Fixes bug 27810; bugfix on + 0.3.2.1-alpha. |