diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-07 08:08:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-07 08:08:28 -0500 |
commit | ad19f1507ac3bfd4b26ae478e61c8ef8c4057f22 (patch) | |
tree | cfc5816aebd5226c35a4ea825b538704c9cc4098 /changes/bug21594 | |
parent | 88b91d775345037f1d743ecc4d7d392b15d501bb (diff) | |
parent | 552bc39c327624555034df40c3646fb88a6dc85b (diff) | |
download | tor-ad19f1507ac3bfd4b26ae478e61c8ef8c4057f22.tar.gz tor-ad19f1507ac3bfd4b26ae478e61c8ef8c4057f22.zip |
Merge branch 'maint-0.3.0'
Diffstat (limited to 'changes/bug21594')
-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. |