diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-12 09:18:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-12 09:18:04 +0200 |
commit | 21b7f7e603639fa8f354c954b0e467abb72b6c12 (patch) | |
tree | d248c1ac41b07a37f8423a01efe613d66c5ef23f /ChangeLog | |
parent | 1e4f374d7d087fac8fbe807545ea1ed3f44c80e1 (diff) | |
parent | d1985c4a65feb5caaea855517431ed564a13ed4c (diff) | |
download | rsyslog-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-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |