commit c037bf58173db56766381a7c1cd5973789f0fd0f
parent 4f558843151f0c49c077d3d9a1cd8a187904a024
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 4 Dec 2018 12:11:42 -0500
changes file for ticket26864
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket28624 b/changes/ticket28624
@@ -0,0 +1,5 @@
+ o Minor features (battery management, client, dormant mode):
+ - The client's memory of whether it is "dormant", and how long it has
+ spend idle, persists across invocations. Implements ticket 28624.
+ - There is a DormantOnFirstStartup option that integrators can use if
+ they expect that in many cases, Tor will be installed but not used.