summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-14 16:07:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-14 16:07:36 +0200
commit3f6dc12596367d7e754ffc37efe8ba2d9833969b (patch)
tree056c9f4e97be91cdfe8c561f9ea56f15b98f6897
parentb03e81d679152a546eb04392863eb75d5ae9da35 (diff)
downloadrsyslog-3f6dc12596367d7e754ffc37efe8ba2d9833969b.tar.gz
rsyslog-3f6dc12596367d7e754ffc37efe8ba2d9833969b.tar.xz
rsyslog-3f6dc12596367d7e754ffc37efe8ba2d9833969b.zip
some fixes in ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
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)