summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-06 11:50:22 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-06 11:50:22 -0400
commit1098893e4f3753bf66248abf81702175dca980ee (patch)
tree65fba3d76ebd6bccb05a4dd5dd2661dfc1034244 /changes
parent342712b9ef12c0234def9c2b4eb5c63f54c8bb5b (diff)
downloadtor-1098893e4f3753bf66248abf81702175dca980ee.tar.gz
tor-1098893e4f3753bf66248abf81702175dca980ee.zip
Exit when we can't write to a configured pid file
This is probably what the user wants, according to 20119.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature20119_13
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.