diff options
author | teor <teor@torproject.org> | 2019-04-19 11:38:52 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-19 11:38:52 +1000 |
commit | ec213ae8a09505e97215cf9c54d1003c314c91f9 (patch) | |
tree | 4dbb3d7bfd6dfb7c316be9baee2025eb01fba630 /changes | |
parent | a0db5ade3e1e2b81ed1196eb98aeca53583fba64 (diff) | |
parent | b4e44a371f077f5a9fca19f94e6ff5f604f3e9d3 (diff) | |
download | tor-ec213ae8a09505e97215cf9c54d1003c314c91f9.tar.gz tor-ec213ae8a09505e97215cf9c54d1003c314c91f9.zip |
Merge remote-tracking branch 'tor-github/pr/772' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23790 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23790 b/changes/bug23790 new file mode 100644 index 0000000000..4aaf616e4d --- /dev/null +++ b/changes/bug23790 @@ -0,0 +1,6 @@ + o Minor bugfixes (hidden service v2): + - When reloading tor (HUP) configured with hidden service(s), some + information weren't copy to the new service object. One problem with this + was that tor would wait at least the RendPostPeriod time before uploading + the descriptor if the reload happened before the descriptor needed to be + published. Fixes bug 23790; bugfix on 0.2.1.9-alpha. |