aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-10 09:13:28 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-10 09:13:28 -0400
commit1eede00a4bd9a7de2acf77393f2fc57aa3196d08 (patch)
tree688cc901746da198c07db0932bfca14de2c22651 /changes
parentbeca6a585c5cd594333ae07b0ae3326188f9d67c (diff)
parent8b4cf7771e869bea4550452ad2cf5634278e0e87 (diff)
downloadtor-1eede00a4bd9a7de2acf77393f2fc57aa3196d08.tar.gz
tor-1eede00a4bd9a7de2acf77393f2fc57aa3196d08.zip
Merge branch 'ticket26063_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket260635
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket26063 b/changes/ticket26063
new file mode 100644
index 0000000000..c11eb2d15c
--- /dev/null
+++ b/changes/ticket26063
@@ -0,0 +1,5 @@
+ o Major features (CPU usage, mobile):
+ - When Tor is disabled (via DisableNetwork or via hibernation), it
+ no longer needs to run any per-second events. This change should
+ make it easier for mobile applications to disable Tor while the
+ device is sleeping, or Tor is not running. Closes ticket 26063.