diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:56:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:56:20 -0500 |
commit | f09d03c384b85d64dfe2abca156cd63bf7597979 (patch) | |
tree | a876ca82404004ca909053ac8524cc7460c4be7e /changes/bug17562-DataDirectoryGroupReadable | |
parent | d7a713a41e2b115e8aabe9744e8010000bec202a (diff) | |
download | tor-f09d03c384b85d64dfe2abca156cd63bf7597979.tar.gz tor-f09d03c384b85d64dfe2abca156cd63bf7597979.zip |
use sortChanges to fold changes files into changelog. No additional editing or formatting yet.
Diffstat (limited to 'changes/bug17562-DataDirectoryGroupReadable')
-rw-r--r-- | changes/bug17562-DataDirectoryGroupReadable | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug17562-DataDirectoryGroupReadable b/changes/bug17562-DataDirectoryGroupReadable deleted file mode 100644 index 2299148d38..0000000000 --- a/changes/bug17562-DataDirectoryGroupReadable +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features (unix permissions): - - Introduce DataDirectoryGroupReadable boolean. If set to 1, the - DataDirectory will be made readable by the default GID. - Implements part of ticket 17562. Patch from Jamie Nguyen. - |