diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-20 15:21:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-20 15:21:48 -0400 |
commit | c21377e7bcc70d2a456409225d8b2d91990a14cd (patch) | |
tree | d8d55aa4d85929f1631fc487e9ed2e7991d2dd3b /changes | |
parent | 29f2f7ce9af19f22187098fad6d002a6e5a46479 (diff) | |
download | tor-c21377e7bcc70d2a456409225d8b2d91990a14cd.tar.gz tor-c21377e7bcc70d2a456409225d8b2d91990a14cd.zip |
sandbox: support logfile rotation
Fixes bug 12032; bugfix on 0.2.5.1-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12032 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12032 b/changes/bug12032 new file mode 100644 index 0000000000..44fc6c7562 --- /dev/null +++ b/changes/bug12032 @@ -0,0 +1,4 @@ + o Minor bugfixes (Linux syscall sandbox): + - When we receive a SIGHUP with the sandbox enabled, correctly + support rotating our log files. Fixes bug 12032; bugfix on + 0.2.5.1-alpha. |