aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-20 15:21:27 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-20 15:21:48 -0400
commitc21377e7bcc70d2a456409225d8b2d91990a14cd (patch)
treed8d55aa4d85929f1631fc487e9ed2e7991d2dd3b /changes
parent29f2f7ce9af19f22187098fad6d002a6e5a46479 (diff)
downloadtor-c21377e7bcc70d2a456409225d8b2d91990a14cd.tar
tor-c21377e7bcc70d2a456409225d8b2d91990a14cd.tar.gz
sandbox: support logfile rotation
Fixes bug 12032; bugfix on 0.2.5.1-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/bug120324
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12032 b/changes/bug12032
new file mode 100644
index 000000000..44fc6c756
--- /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.