From aac87110a2db4c53e58ef9fcf992242580ae136f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 28 May 2008 12:42:13 +0200 Subject: finalized 3.17.3 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e355e241..d16a0139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 3.17.3 (rgerhards), 2008-05-?? +Version 3.17.3 (rgerhards), 2008-05-28 - bugfix: imklog went into an endless loop if a PRI value was inside a kernel log message (unusual case under Linux, frequent under BSD) --------------------------------------------------------------------------- -- cgit From 23153f03afeced64185f1ed1b4af9b1d164a2436 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 12 Jun 2008 08:13:59 +0200 Subject: changed default for i$KlogSymbolLookup to "off" --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d16a0139..2dbe5652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ --------------------------------------------------------------------------- +Version 3.17.4 (rgerhards), 2008-05-?? +- changed default for i$KlogSymbolLookup to "off". The directive is + also scheduled for removal in a later version. This was necessary + because on kernels >= 2.6, the kernel does the symbol lookup itself. The + imklog lookup logic then breaks the log message and makes it unusable. +--------------------------------------------------------------------------- Version 3.17.3 (rgerhards), 2008-05-28 - bugfix: imklog went into an endless loop if a PRI value was inside a kernel log message (unusual case under Linux, frequent under BSD) -- cgit From 8080d3fef6c9d3f1452ff605e05748999b25aa32 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 12 Jun 2008 08:21:22 +0200 Subject: bumped version number --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2dbe5652..32968878 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ --------------------------------------------------------------------------- Version 3.17.4 (rgerhards), 2008-05-?? -- changed default for i$KlogSymbolLookup to "off". The directive is +- changed default for $KlogSymbolLookup to "off". The directive is also scheduled for removal in a later version. This was necessary because on kernels >= 2.6, the kernel does the symbol lookup itself. The imklog lookup logic then breaks the log message and makes it unusable. -- cgit