summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 09:12:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 09:12:07 +0100
commitf2072ecbc69fdb8082a5e060db8a6f9209c05a62 (patch)
treef70a1f3fa74503f77410f9adb89e39dc0edd0f3c
parentc6c875a65d9c89724c229b0b23edaae8f4fced78 (diff)
downloadrsyslog-f2072ecbc69fdb8082a5e060db8a6f9209c05a62.tar.gz
rsyslog-f2072ecbc69fdb8082a5e060db8a6f9209c05a62.tar.xz
rsyslog-f2072ecbc69fdb8082a5e060db8a6f9209c05a62.zip
cosmetic: added testbench improvement to ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 06dba408..9a48c30b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,8 @@ Version 5.3.5 [DEVEL] (rgerhards), 2009-11-??
this was a regression from the omfile rewrite in 4.5.0
* bugfix(testbench): sequence check was not always performed correctly,
that could result in tests reporting success when they actually failed
-- [import v4]: added a so-called "On Demand Debug" mode, in which debug
+- [inport v4] improved testbench, contains now tcp and gzip test cases
+- [import v4] added a so-called "On Demand Debug" mode, in which debug
output can be generated only after the process has started, but not right
from the beginning. This is assumed to be useful for hard-to-find bugs.
Also improved the doc on the debug system.