summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-07 08:05:16 -0500
committerNick Mathewson <nickm@torproject.org>2017-03-07 08:05:16 -0500
commit552bc39c327624555034df40c3646fb88a6dc85b (patch)
treea861c6778197cddccec8c07415f171c604e5398d /changes
parent333d5d0f2afb4023d9763ec8ce28f973cbecc591 (diff)
parent93ede051c2e11326203879f9ce42a50357e0b348 (diff)
downloadtor-552bc39c327624555034df40c3646fb88a6dc85b.tar.gz
tor-552bc39c327624555034df40c3646fb88a6dc85b.zip
Merge branch 'bug21594_030_squashed' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r--changes/bug215945
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.