Fix all the warnings from lintChanges.py

This commit is contained in:
Nick Mathewson
2016-02-01 16:46:29 -05:00
parent 8ea48a5919
commit deea08c13f
45 changed files with 100 additions and 88 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
o Minor bug fixes:
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.