summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-14 15:59:55 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-14 15:59:55 +0200
commit27d70409f7175b29452deb3b66c6e34140e20a61 (patch)
tree7ef5473e3de471a110bb173edfb91beccb2104a5 /ChangeLog
parent40a4ddac7a0fc2ff2dcfd584976ea7ce8bdcfc7b (diff)
downloadrsyslog-27d70409f7175b29452deb3b66c6e34140e20a61.tar.gz
rsyslog-27d70409f7175b29452deb3b66c6e34140e20a61.tar.xz
rsyslog-27d70409f7175b29452deb3b66c6e34140e20a61.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66cc1e5d..b6904c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ Version 3.19.10 (rgerhards), 2008-07-??
the ai_socktype was incorrectly set to 1. On some platforms, this
lead to failing name resolution (e.g. FreeBSD 7). Thanks to HKS for
reporting the bug.
+- 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.
- important queue bugfix from 3.18.1 imported (see below)
- cleanup of some debug messages
---------------------------------------------------------------------------