summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-12 09:18:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-12 09:18:04 +0200
commit21b7f7e603639fa8f354c954b0e467abb72b6c12 (patch)
treed248c1ac41b07a37f8423a01efe613d66c5ef23f /ChangeLog
parent1e4f374d7d087fac8fbe807545ea1ed3f44c80e1 (diff)
parentd1985c4a65feb5caaea855517431ed564a13ed4c (diff)
downloadrsyslog-21b7f7e603639fa8f354c954b0e467abb72b6c12.tar.gz
rsyslog-21b7f7e603639fa8f354c954b0e467abb72b6c12.tar.xz
rsyslog-21b7f7e603639fa8f354c954b0e467abb72b6c12.zip
Merge branch 'master' into multi-dequeue
Conflicts: runtime/rsyslog.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f17a4f10..fbe7f236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,16 +6,21 @@
output module interface
---------------------------------------------------------------------------
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