summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-07 11:04:14 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-07 11:04:14 +0000
commit1cd509518956cd0ad3cfa4c279643a098bc0be2c (patch)
tree00d2f2380f104ed67199cfb4b165b2c96fa25313 /ChangeLog
parent02ca960691b02f75019a46ba778bb10cf0bdd2e6 (diff)
downloadrsyslog-1cd509518956cd0ad3cfa4c279643a098bc0be2c.tar.gz
rsyslog-1cd509518956cd0ad3cfa4c279643a098bc0be2c.tar.xz
rsyslog-1cd509518956cd0ad3cfa4c279643a098bc0be2c.zip
moved code to create/delete message queue to init(), after reading the conf
file. This is a prequisite to allow specifying the queue size in the conf file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9e3789a..bd6f4390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Version 1.18.1 (rgerhards), 2007-08-??
of rsyslogd on HUP
- applied patch from Michel Samia to fix compilation when the pthreads
feature is disabled
+- some code cleanup (moved action object to its own file set)
---------------------------------------------------------------------------
Version 1.18.0 (rgerhards), 2007-08-03
- rsyslog now supports fallback actions when an action did not work. This