diff options
author | teor <teor@torproject.org> | 2019-11-25 12:33:14 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-25 12:33:14 +1000 |
commit | 83424cb62f19ee09cba769a6c9a8cc94fc3c4cb7 (patch) | |
tree | 04d00bb7ff9f69a33b3d306960af1902f791a77f /changes | |
parent | f9812ee5f7336bac9caaf57946e46cd19dfaf0be (diff) | |
parent | 984a28f3e502c6df9e28057c3e934b98df83d8e9 (diff) | |
download | tor-83424cb62f19ee09cba769a6c9a8cc94fc3c4cb7.tar.gz tor-83424cb62f19ee09cba769a6c9a8cc94fc3c4cb7.zip |
Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31548 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket31548 b/changes/ticket31548 new file mode 100644 index 0000000000..fef0b5d01f --- /dev/null +++ b/changes/ticket31548 @@ -0,0 +1,7 @@ + o Major bugfixes (hidden service v3): + - Make onion service always use the exact amount of configured intro points + (or less due to node exlusion). Before, a service could sometimes pick + more intro points than configured with the + HiddenServiceNumIntroductionPoints option. Fixes bug 31548; bugfix on + 0.3.2.1-alpha. + |