diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-07 08:05:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-07 08:05:16 -0500 |
commit | 552bc39c327624555034df40c3646fb88a6dc85b (patch) | |
tree | a861c6778197cddccec8c07415f171c604e5398d /changes | |
parent | 333d5d0f2afb4023d9763ec8ce28f973cbecc591 (diff) | |
parent | 93ede051c2e11326203879f9ce42a50357e0b348 (diff) | |
download | tor-552bc39c327624555034df40c3646fb88a6dc85b.tar.gz tor-552bc39c327624555034df40c3646fb88a6dc85b.zip |
Merge branch 'bug21594_030_squashed' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21594 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21594 b/changes/bug21594 new file mode 100644 index 0000000000..e624d1226d --- /dev/null +++ b/changes/bug21594 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden services): + - Make hidden services with 8 to 10 introduction points check for failed + circuits immediately after startup. Previously, they would wait for 5 + minutes before performing their first checks. Fixes bug 21594; bugfix on + commit 190aac0eab9 in Tor 0.2.3.9-alpha. Reported by alecmuffett. |