diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-08 08:56:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-08 08:56:53 -0400 |
commit | c151f46445ac76e5ab13688eba5612ada5c5af45 (patch) | |
tree | e61b45ff0c853bb99b1c563c38f8cc27aaa97271 /changes | |
parent | ad3f0953e6da8bf95f2dd754b91705d4c7d80a1e (diff) | |
parent | 1098893e4f3753bf66248abf81702175dca980ee (diff) | |
download | tor-c151f46445ac76e5ab13688eba5612ada5c5af45.tar.gz tor-c151f46445ac76e5ab13688eba5612ada5c5af45.zip |
Merge branch 'ticket20119'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature20119_1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature20119_1 b/changes/feature20119_1 new file mode 100644 index 0000000000..69914f210b --- /dev/null +++ b/changes/feature20119_1 @@ -0,0 +1,3 @@ + o Minor features (startup, safety): + - When configured to write a PID file, Tor now exits if it is unable to + do so. Previously, it would warn and continue. Closes ticket 20119. |