diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-14 16:07:36 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-14 16:07:36 +0200 |
commit | 3f6dc12596367d7e754ffc37efe8ba2d9833969b (patch) | |
tree | 056c9f4e97be91cdfe8c561f9ea56f15b98f6897 | |
parent | b03e81d679152a546eb04392863eb75d5ae9da35 (diff) | |
download | rsyslog-3f6dc12596367d7e754ffc37efe8ba2d9833969b.tar.gz rsyslog-3f6dc12596367d7e754ffc37efe8ba2d9833969b.tar.xz rsyslog-3f6dc12596367d7e754ffc37efe8ba2d9833969b.zip |
some fixes in ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |