From e7982666b831ad7996275d5b55a91f4053195d05 Mon Sep 17 00:00:00 2001 From: Ryo Fujita Date: Wed, 16 Jul 2008 08:40:22 +0200 Subject: doc bugfix: fixed some typos in rsyslog.conf man page Signed-off-by: Rainer Gerhards --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 02cb75fd..c6c0f036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ Version 3.18.1 (rgerhards), 2008-07-?? where it was needed. This resulted in rsyslog using the default (20 minutes) in some code pathes, what looked to the user like mark messages were never written. +- doc bugfix: fixed some typos in rsyslog.conf man page --------------------------------------------------------------------------- Version 3.18.0 (rgerhards), 2008-07-11 - begun a new v3-stable based on former 3.17.4 beta plus patches to -- cgit From c70fd89dd810665f4143fa7006c0237bf4410a8a Mon Sep 17 00:00:00 2001 From: Ryo Fujita Date: Wed, 16 Jul 2008 09:00:45 +0200 Subject: fixed typo in source comment Signed-off-by: Rainer Gerhards --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6c0f036..ad31bc4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ Version 3.18.1 (rgerhards), 2008-07-?? (20 minutes) in some code pathes, what looked to the user like mark messages were never written. - doc bugfix: fixed some typos in rsyslog.conf man page +- fixed typo in source comment - thanks to Rio Fujita --------------------------------------------------------------------------- Version 3.18.0 (rgerhards), 2008-07-11 - begun a new v3-stable based on former 3.17.4 beta plus patches to -- cgit From 88e9b2d0f30a5c5fc3ce4c25f10f8947f93b6f7b Mon Sep 17 00:00:00 2001 From: Petr Salinger Date: Fri, 18 Jul 2008 10:00:13 +0200 Subject: bugfix: imklog module was not correctly compiled for GNU/kFreeBSD Signed-off-by: Rainer Gerhards --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad31bc4d..7cb9bc9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,8 @@ Version 3.18.1 (rgerhards), 2008-07-?? where it was needed. This resulted in rsyslog using the default (20 minutes) in some code pathes, what looked to the user like mark messages were never written. +- bugfix: imklog module was not correctly compiled for GNU/kFreeBSD. + Thanks to Petr Salinger for the patch - doc bugfix: fixed some typos in rsyslog.conf man page - fixed typo in source comment - thanks to Rio Fujita --------------------------------------------------------------------------- -- cgit From 2879b72bdca5ec0bc5d26405662305d1a562a382 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 18 Jul 2008 11:10:07 +0200 Subject: bugfix: remove PRI part from kernel message if it is present --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7cb9bc9f..438f79b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ Version 3.18.1 (rgerhards), 2008-07-?? is just a simple addition of faciltity and severity). I have changed this to use own, consistent, code for PRI calculation. [Backport from 3.19.10] +- bugfix: remove PRI part from kernel message if it is present + Thanks to Michael Biebl for reporting this bug - bugfix: mark messages were not correctly written to text log files the markmessageinterval was not correctly propagated to all places where it was needed. This resulted in rsyslog using the default -- cgit From 73abfd1fad59ffc426072bac779e4c0f4c712619 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 18 Jul 2008 12:50:14 +0200 Subject: added new poperty replacer option, added missing documentation - added a new property replacer option "sp-if-no-1st-sp" to cover a problem with RFC 3164 based interpreation of tag separation. While it is a generic approach, it fixes a format problem introduced in 3.18.0, where kernel messages no longer had a space after the tag. This is done by a modifcation of the default templates. Please note that this may affect some messages where there intentionally is no space between the tag and the first character of the message content. If so, this needs to be worked around via a specific template. However, we consider this scenario to be quite remote and, even if it exists, it is not expected that it will actually cause problems with log parsers (instead, we assume the new default template behaviour may fix previous problems with log parsers due to the missing space). - doc bugfix: property replacer options secpath-replace and secpath-drop were not documented --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 438f79b7..ab78ab5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,8 +20,23 @@ Version 3.18.1 (rgerhards), 2008-07-?? where it was needed. This resulted in rsyslog using the default (20 minutes) in some code pathes, what looked to the user like mark messages were never written. +- added a new property replacer option "sp-if-no-1st-sp" to cover + a problem with RFC 3164 based interpreation of tag separation. While + it is a generic approach, it fixes a format problem introduced in + 3.18.0, where kernel messages no longer had a space after the tag. + This is done by a modifcation of the default templates. + Please note that this may affect some messages where there intentionally + is no space between the tag and the first character of the message + content. If so, this needs to be worked around via a specific + template. However, we consider this scenario to be quite remote and, + even if it exists, it is not expected that it will actually cause + problems with log parsers (instead, we assume the new default template + behaviour may fix previous problems with log parsers due to the + missing space). - bugfix: imklog module was not correctly compiled for GNU/kFreeBSD. Thanks to Petr Salinger for the patch +- doc bugfix: property replacer options secpath-replace and + secpath-drop were not documented - doc bugfix: fixed some typos in rsyslog.conf man page - fixed typo in source comment - thanks to Rio Fujita --------------------------------------------------------------------------- -- cgit