diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-19 09:17:13 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-19 09:17:13 +0200 |
commit | 55714cdb440b4baa32f88d55316755555ef93607 (patch) | |
tree | 2ee2a6ac9c30791ecf2adaff8c0fd64680422b45 | |
parent | 4f691b1e1dd3ee6e7f26e57aef41a730e7168a40 (diff) | |
download | rsyslog-55714cdb440b4baa32f88d55316755555ef93607.tar.gz rsyslog-55714cdb440b4baa32f88d55316755555ef93607.tar.xz rsyslog-55714cdb440b4baa32f88d55316755555ef93607.zip |
updated ChangeLog with Michael Biebl's changes
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ --------------------------------------------------------------------------- Version 4.3.1 [DEVEL] (rgerhards), 2009-04-?? -- performance enhancemnt: imtcp calls parser no longer on input thread +- performance enhancement: 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) @@ -15,6 +15,7 @@ Version 4.3.1 [DEVEL] (rgerhards), 2009-04-?? * 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 +- build system improvements - thanks to Michael Biebl --------------------------------------------------------------------------- Version 4.3.0 [DEVEL] (rgerhards), 2009-04-17 - new feature: new output plugin omprog, which permits to start program |