diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-14 15:36:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-14 15:36:23 +0200 |
commit | ccd426e0da2c5612d50f90abe140dcf7c5631748 (patch) | |
tree | 4a0d950c36a259088995b73f2390b41c69f9c572 /ChangeLog | |
parent | a08ac7546fb3ff97e7cb7a8d5212eba159c112ec (diff) | |
download | rsyslog-ccd426e0da2c5612d50f90abe140dcf7c5631748.tar.gz rsyslog-ccd426e0da2c5612d50f90abe140dcf7c5631748.tar.bz2 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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |