summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-15 16:47:25 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-15 16:47:25 -0500
commit63312e0299090bb61de62cd5ed45166a70b7f698 (patch)
treec6000d6716b0ab00b18964ea0bc52c881668797f /changes
parent1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8 (diff)
parentaebe8a82c9a1a8ee1df9d1dbb82807d342f49203 (diff)
downloadtor-63312e0299090bb61de62cd5ed45166a70b7f698.tar.gz
tor-63312e0299090bb61de62cd5ed45166a70b7f698.zip
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket269137
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket26913 b/changes/ticket26913
new file mode 100644
index 0000000000..d6555764ec
--- /dev/null
+++ b/changes/ticket26913
@@ -0,0 +1,7 @@
+ o Minor bugfixes (directory permissions):
+ - When a user requests a group-readable DataDirectory, give it to
+ them. Previously, when the DataDirectory and the CacheDirectory
+ were the same, the default setting (0) for
+ CacheDirectoryGroupReadable would always override the setting for
+ DataDirectoryGroupReadable. Fixes bug 26913; bugfix on
+ 0.3.3.1-alpha.