summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-11 17:38:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-11 17:38:33 +0200
commit8e430258fdc9b0577ea8e54dae21cc5942f90104 (patch)
treec24a069a78c960334d2d54b5bcbde7be26a08ea1 /ChangeLog
parent9823c73d1d07e50e6bec7f7c02c88d61d6955526 (diff)
downloadrsyslog-8e430258fdc9b0577ea8e54dae21cc5942f90104.tar.gz
rsyslog-8e430258fdc9b0577ea8e54dae21cc5942f90104.tar.xz
rsyslog-8e430258fdc9b0577ea8e54dae21cc5942f90104.zip
added capability to draw configuration graphs
- added $GenerateConfigGraph configuration command which can be used to generate nice-looking (and very informative) rsyslog configuration graphs. - added $ActionName configuration directive (currently only used for graph generation, but may find other uses)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 98f59e9e..d37b8e0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
---------------------------------------------------------------------------
Version 4.3.1 [DEVEL] (rgerhards), 2009-04-??
+- performance enhancemnt: imtcp calls parser no longer on input thread
+ but rather inside on of the potentially many main msg queue worker
+ threads (an enhancement scheduled for all input plugins where this is
+ possible)
+- added $GenerateConfigGraph configuration command which can be used
+ to generate nice-looking (and very informative) rsyslog configuration
+ graphs.
+- added $ActionName configuration directive (currently only used for
+ graph generation, but may find other uses)
- improved doc
* added (hopefully) easier to grasp queue explanation
- improved testbench
* added tests for queue disk-only mode (checks disk queue logic)
- bugfix: light and full delay watermarks had invalid values, badly
affecting performance for delayable inputs
-- performance enhancemnt: imtcp calls parser no longer on input thread
- but rather inside on of the potentially many main msg queue worker
- threads (an enhancement scheduled for all input plugins where this is
- possible)
---------------------------------------------------------------------------
Version 4.3.0 [DEVEL] (rgerhards), 2009-04-17
- new feature: new output plugin omprog, which permits to start program