summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-01-12 13:34:01 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-01-12 13:34:01 +0100
commit58870fc483c441fba4a87b8411642ea5bc8a7e74 (patch)
tree10726bfa4634429d24f0d3f41a2e5441b8a13ffb /ChangeLog
parent671470f1a1880865bc1175414b0e5000713556d1 (diff)
parentd7277484811249b7acacb45a223928980e1a36b4 (diff)
downloadrsyslog-58870fc483c441fba4a87b8411642ea5bc8a7e74.tar.gz
rsyslog-58870fc483c441fba4a87b8411642ea5bc8a7e74.tar.xz
rsyslog-58870fc483c441fba4a87b8411642ea5bc8a7e74.zip
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39e8212d..04489253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+- fixed a memory leak when sending messages in zip-compressed format
+ Thanks to Naoya Nakazawa for analyzing this issue and providing a patch.
---------------------------------------------------------------------------
Version 5.5.2 [DEVEL] (rgerhards), 2009-11-??
- worked around an issue where omfile failed to compile on32 bit platforms
@@ -40,6 +42,10 @@ Version 5.5.0 [DEVEL] (rgerhards), 2009-11-18
- doc: improved description of what loadable modules can do
---------------------------------------------------------------------------
Version 5.3.6 [BETA] (rgerhards), 2009-11-??
+- bugfix: ompgsql did not properly check the server connection in
+ tryResume(), which could lead to rsyslog running in a thight loop
+- bugfix: suspension during beginTransaction() was not properly handled
+ by rsyslog core
- bugfix: omfile output was only written when buffer was full, not at
end of transaction
- bugfix: commit transaction was not properly conveyed to message layer,