summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-23 11:51:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-23 11:51:33 +0200
commit6feb86688546aff2d957e27d8516143b256371c3 (patch)
treece3aad220113adbe8ec3f45c31e304fa841f6caf /ChangeLog
parentfeddb7ea18769399ce53e3958d5c4a0b68e964bc (diff)
parent925a5e34718cc842cb7e7ea6a5c8e8e8fbeb25dd (diff)
downloadrsyslog-6feb86688546aff2d957e27d8516143b256371c3.tar.gz
rsyslog-6feb86688546aff2d957e27d8516143b256371c3.tar.xz
rsyslog-6feb86688546aff2d957e27d8516143b256371c3.zip
Merge branch 'master' into multi-dequeue
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffb31415..1ad99be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Version 4.3.1 [DEVEL] (rgerhards), 2009-04-??
* 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
---------------------------------------------------------------------------
Version 4.3.0 [DEVEL] (rgerhards), 2009-04-17
- new feature: new output plugin omprog, which permits to start program
@@ -26,7 +28,12 @@ Version 4.3.0 [DEVEL] (rgerhards), 2009-04-17
execution. The most probable case for such a case would be invalid
sql inside the template, and this is now much easier to diagnose.
---------------------------------------------------------------------------
-Version 4.1.7 [BETA] (rgerhards), 2009-04-??
+Version 4.1.8 [BETA] (rgerhards), 2009-04-??
+- bugfix: light and full delay watermarks had invalid values, badly
+ affecting performance for delayable inputs
+- bugfix: compile problems in im3195
+---------------------------------------------------------------------------
+Version 4.1.7 [BETA] (rgerhards), 2009-04-22
- bugfix: $InputTCPMaxSessions config directive was accepted, but not
honored. This resulted in a fixed upper limit of 200 connections.
- bugfix: the default for $DirCreateMode was 0644, and as such wrong.
@@ -174,6 +181,10 @@ version before switching to this one.
- bugfix: memory leak in ompgsql
Thanks to Ken for providing the patch
---------------------------------------------------------------------------
+Version 3.22.1 [v3-stable] (rgerhards), 2009-04-??
+- bugfix: light and full delay watermarks had invalid values, badly
+ affecting performance for delayable inputs
+---------------------------------------------------------------------------
Version 3.22.0 [v3-stable] (rgerhards), 2009-04-21
This is the first stable release that includes the full functionality
of the 3.21.x version tree.