diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:13:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:13:28 -0400 |
commit | 1eede00a4bd9a7de2acf77393f2fc57aa3196d08 (patch) | |
tree | 688cc901746da198c07db0932bfca14de2c22651 /changes | |
parent | beca6a585c5cd594333ae07b0ae3326188f9d67c (diff) | |
parent | 8b4cf7771e869bea4550452ad2cf5634278e0e87 (diff) | |
download | tor-1eede00a4bd9a7de2acf77393f2fc57aa3196d08.tar.gz tor-1eede00a4bd9a7de2acf77393f2fc57aa3196d08.zip |
Merge branch 'ticket26063_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26063 | 5 |
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. |