summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-16 14:18:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-16 14:18:20 +0200
commit140d5cf0f80c40ee8db3c7b24176e45b00be0572 (patch)
tree9dce9f9532d229f75444ea3ac64cbc2e0266b2b2 /ChangeLog
parent5453699428b8f5a7dd6ac23abe7b838dd19101b5 (diff)
parentccd426e0da2c5612d50f90abe140dcf7c5631748 (diff)
downloadrsyslog-140d5cf0f80c40ee8db3c7b24176e45b00be0572.tar.gz
rsyslog-140d5cf0f80c40ee8db3c7b24176e45b00be0572.tar.xz
rsyslog-140d5cf0f80c40ee8db3c7b24176e45b00be0572.zip
Merge branch 'v2-stable' into debian_lenny
Conflicts: configure.ac doc/manual.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf7f0ef2..08b9abb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+- 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
- fixed a potential segfault condition with $AllowedSender directive
On HUP, the root pointers were not properly cleaned up. Thanks to
Michael Biebel, olgoat, and Juha Koho for reporting and analyzing
@@ -683,12 +686,18 @@ Version 3.10.0 (rgerhards), 2008-01-07
- much cleaner code due to new objects and removal of single-threading
mode
---------------------------------------------------------------------------
-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.
- bugfix: memory leak in ompgsql
Thanks to Ken for providing the patch
+- bugfix: potential memory leak in msg.c
+ This one did not surface yet and the issue was actually found due to
+ a problem in v4 - but better fix it here, too
---------------------------------------------------------------------------
Version 2.0.6 V2-STABLE (rgerhards), 2008-08-07
- bugfix: memory leaks in rsyslogd, primarily in singlethread mode