diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-20 13:45:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-20 13:45:16 -0400 |
commit | a32913d5aa816cdc41edbabf9b606b83aea6c835 (patch) | |
tree | b0d4b1b6db1136f4605ef31c14407a23d4080667 /changes/bug12061 | |
parent | fb762f6db0a363349afd83e5316daf613e27e450 (diff) | |
download | tor-a32913d5aa816cdc41edbabf9b606b83aea6c835.tar.gz tor-a32913d5aa816cdc41edbabf9b606b83aea6c835.zip |
Allow named pipes for our log files.
Closes ticket 12061. Based on a patch from "carlo von lynX" on tor-dev at
https://lists.torproject.org/pipermail/tor-dev/2014-April/006705.html
Diffstat (limited to 'changes/bug12061')
-rw-r--r-- | changes/bug12061 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12061 b/changes/bug12061 new file mode 100644 index 0000000000..308417cce8 --- /dev/null +++ b/changes/bug12061 @@ -0,0 +1,4 @@ + o Minor features: + - On unix, you can now use named pipes as the target of the Log + option, and other options that try to append to files. Closes + ticket 12061. Patch from "carlo von lynX". |