summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-17 10:43:55 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-17 10:43:55 +0100
commit2181515805e65c37b9db5e0badef2a0a86164234 (patch)
tree57179ba6359f753e542e6bab7a2729d8ac40706b /ChangeLog
parentc12fd1e65b0403ca60bf51cfc8b5ba487457f731 (diff)
downloadrsyslog-2181515805e65c37b9db5e0badef2a0a86164234.tar.gz
rsyslog-2181515805e65c37b9db5e0badef2a0a86164234.tar.xz
rsyslog-2181515805e65c37b9db5e0badef2a0a86164234.zip
bug fixes in action processing
- bugfix: action processor released mememory too early, resulting in potential issue in retry cases (but very unlikely due to another bug, which I also fixed -- only after the fix this problem here became actually visible). - bugfix: batches which had actions in error were not properly retried in all cases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfbee998..aee5603d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
---------------------------------------------------------------------------
Version 5.6.3 [V5-STABLE] (rgerhards), 2010-12-??
+- bugfix: action processor released mememory too early, resulting in
+ potential issue in retry cases (but very unlikely due to another
+ bug, which I also fixed -- only after the fix this problem here
+ became actually visible).
- bugfix: batch processing flagged invalid message as "bad" under some
circumstances
- bugfix: unitialized variable could cause issues under extreme conditions
plus some minor nits. This was found after a clang static code analyzer
analysis (great tool, and special thanks to Marcin for telling me about
it!)
+- bugfix: batches which had actions in error were not properly retried in
+ all cases
---------------------------------------------------------------------------
Version 5.6.2 [V5-STABLE] (rgerhards), 2010-11-30
- bugfix: compile failed on systems without epoll_create1()