summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-14 15:36:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-14 15:36:23 +0200
commitccd426e0da2c5612d50f90abe140dcf7c5631748 (patch)
tree4a0d950c36a259088995b73f2390b41c69f9c572 /ChangeLog
parenta08ac7546fb3ff97e7cb7a8d5212eba159c112ec (diff)
downloadrsyslog-ccd426e0da2c5612d50f90abe140dcf7c5631748.tar.gz
rsyslog-ccd426e0da2c5612d50f90abe140dcf7c5631748.tar.xz
rsyslog-ccd426e0da2c5612d50f90abe140dcf7c5631748.zip
prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7
bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e36531d..f6eb0dac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
---------------------------------------------------------------------------
-Version 2.0.7 V2-STABLE (rgerhards), 2008-??-??
+Version 2.0.7 V2-STABLE (rgerhards), 2008-04-14
+- bugfix: the default for $DirCreateMode was 0644, and as such wrong.
+ It has now been changed to 0700. For some background, please see
+ http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
- bugfix: "$CreateDirs off" also disabled file creation
Thanks to William Tisater for analyzing this bug and providing a patch.
The actual code change is heavily based on William's patch.