From 3f6dc12596367d7e754ffc37efe8ba2d9833969b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 14 Jul 2008 16:07:36 +0200 Subject: some fixes in ChangeLog --- ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dba0dbf..4b3ff203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,8 @@ Version 3.19.10 (rgerhards), 2008-07-?? - bugfix: priority was incorrectly calculated on FreeBSD 7, because the LOG_MAKEPRI() C macro has a different meaning there (it is just a simple addition of faciltity and severity). I have changed - this to use own, consistent, code for PRI calculation. + this to use own, consistent, code for PRI calculation. Thank to HKS + for reporting this bug. - important queue bugfix from 3.18.1 imported (see below) - cleanup of some debug messages --------------------------------------------------------------------------- @@ -144,8 +145,6 @@ Version 3.19.0 (rgerhards), 2008-05-06 - a lot of cleanup in regard to modularization - -c option no longer must be the first option - thanks to varmjofekoj for the patch -Version 3.18.0 (rgerhards), 2008-07-?? -======= Version 3.18.1 (rgerhards), 2008-07-?? - bugfix: potential segfault in creating message mutex in non-direct queue mode. rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) -- cgit