summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-01 10:03:59 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-01 10:03:59 +0000
commit723733291562ea73399d2947067ca74d12152a1b (patch)
tree6830d5034fcf34d6e4e1a14e2e3235ca60baa5fd /ChangeLog
parentbec7683ec23befea56d885bc18e7e0fdc6fdf08b (diff)
downloadrsyslog-723733291562ea73399d2947067ca74d12152a1b.tar.gz
rsyslog-723733291562ea73399d2947067ca74d12152a1b.tar.xz
rsyslog-723733291562ea73399d2947067ca74d12152a1b.zip
- changed name of $Include to $IncludeConfig - sound better as it is more
explicit (we'll see where else we get includes for...)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c666580..02064ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,7 @@ Version 1.17.6 (rgerhards), 2007-07-3?
$DebugPrintCfSysLineHandlerList
- fixed an invalid value for the MARK timer - unfortunately, there was
a testing aid left in place. This resulted in quite frequent MARK messages
-- added $include config directive
+- added $IncludeConfig config directive
- applied a patch from mildew to prevent rsyslogd from freezing under heavy
load. This could happen when the queue was full. Now, we drop messages
but rsyslogd remains active.