From 3c236053cf87a16dfd7449f729e477dffd6e2fae Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 18 Dec 2008 12:08:57 +0100 Subject: 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. --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a06dc93..8d7b5b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ --------------------------------------------------------------------------- Version 2.0.7 V2-STABLE (rgerhards), 2008-??-?? +- 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 --------------------------------------------------------------------------- -Version 2.0.6 V2-STABLE (rgerhards), 2008-??-?? +Version 2.0.6 V2-STABLE (rgerhards), 2008-08-07 - bugfix: memory leaks in rsyslogd, primarily in singlethread mode Thanks to Frederico Nunez for providing the fix - bugfix: copy&paste error lead to dangling if - this caused a very minor -- cgit From db23c5e79a875da684c3828dbc0c5acda8b16083 Mon Sep 17 00:00:00 2001 From: Geoff Simmons Date: Thu, 18 Dec 2008 13:27:07 +0100 Subject: doc bugfix: some spelling errors in man pages corrected Signed-off-by: Rainer Gerhards --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39839af4..4fc02068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ - some legacy options were not correctly processed. Thanks to varmojfekoj for the patch. +- doc bugfix: some spelling errors in man pages corrected. Thanks to + Geoff Simmons for the patch. --------------------------------------------------------------------------- Version 3.18.6 (rgerhards), 2008-12-08 - security bugfix: $AllowedSender was not honored, all senders were -- cgit From 20ff1ed403f05606b68c13e4d5c591c6b8706f86 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 12 Jan 2009 13:05:45 +0100 Subject: 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 the bug. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1abdb9ca..cf7f0ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +- 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 + the bug. - some legacy options were not correctly processed. Thanks to varmojfekoj for the patch. - doc bugfix: some spelling errors in man pages corrected. Thanks to -- cgit From e2ffeb19f9c2962fd711e28d50ce0d51ae3bbc45 Mon Sep 17 00:00:00 2001 From: varmojfekoj Date: Thu, 15 Jan 2009 12:59:21 +0100 Subject: bugfix: the string "Do Die" was accidently emited upon exit in non-debug mode Signed-off-by: Rainer Gerhards --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index abdeb30a..8f48d6e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 3.21.10 [BETA] (rgerhards), 2008-12-?? +- the string "Do Die" was accidently emited upon exit in non-debug mode + This has now been corrected. Thanks to varmojfekoj for the patch. - some legacy options were not correctly processed. Thanks to varmojfekoj for the patch. - doc bugfix: v3-compatiblity document had typo in config directive -- cgit From 40514075c692195290306cd3928b5ce78f2aa38c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 19 Jan 2009 11:14:57 +0100 Subject: prepared for 3.20.3 release --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d086ea2a..bccb1f89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +--------------------------------------------------------------------------- +Version 3.20.3 [v3-stable] (rgerhards), 2009-01-19 - doc bugfix: v3-compatiblity document had typo in config directive thanks to Andrej for reporting this - fixed a potential segfault condition with $AllowedSender directive -- cgit