summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-12-16 16:21:52 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-12-16 16:21:52 +0100
commitd3592db45bfc4939c2d72c73a42ed9f79cb64052 (patch)
tree3634b6b5c0f522eb2ca9471744032d9a9103fd0a /ChangeLog
parentb61be5dccaacfdfa7878e5e497022e073081f5f8 (diff)
downloadrsyslog-d3592db45bfc4939c2d72c73a42ed9f79cb64052.tar.gz
rsyslog-d3592db45bfc4939c2d72c73a42ed9f79cb64052.tar.xz
rsyslog-d3592db45bfc4939c2d72c73a42ed9f79cb64052.zip
bugfix: ompgsql did not properly check the server connection in tryResume()
what could lead to rsyslog running in a thight loop. Also did some code cleanup of previous patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37f04988..a52261de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
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,