aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-17 13:48:00 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-04 11:48:36 -0400
commitd194f6bedf48410132b03fdab06b679512c14db1 (patch)
treefe698e0a444763f3c4bd0ac99bf6504d3b2d0d95 /changes
parent1547fd99a68cb22410ed0842267fb0a1f1de925f (diff)
downloadtor-d194f6bedf48410132b03fdab06b679512c14db1.tar.gz
tor-d194f6bedf48410132b03fdab06b679512c14db1.zip
Implement an DormantCanceledByStartup option
Closes ticket 29357, and comes with appropriate notions of caution.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket293577
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket29357 b/changes/ticket29357
new file mode 100644
index 0000000000..3aab930cd4
--- /dev/null
+++ b/changes/ticket29357
@@ -0,0 +1,7 @@
+ o Minor features (dormant mode):
+ - Add a DormantCanceledByStartup option to tell Tor that it should
+ treat a startup event as cancelling any previous dormant state.
+ Integrators should use this option with caution: it should
+ only be used if Tor is being started because of something that the
+ user did, and not if Tor is being automatically started in the
+ background. Closes ticket 29357.