summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-17 13:04:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-17 13:04:59 +0200
commitf06862eff598b0355fa5e21424906e48dc7581da (patch)
tree5d399fbcbf450605a3d321c838a16c29b24c54e1 /ChangeLog
parente2836f5f430e63bd96502cca74dbc302938e5a23 (diff)
parent0de862d5a6938b73a8b11d125946740c591a5a1f (diff)
downloadrsyslog-f06862eff598b0355fa5e21424906e48dc7581da.tar.gz
rsyslog-f06862eff598b0355fa5e21424906e48dc7581da.tar.xz
rsyslog-f06862eff598b0355fa5e21424906e48dc7581da.zip
Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stable
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa0ff579..3ff7cdaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
---------------------------------------------------------------------------
-Version 5.8.6 [V5-stable] (rgerhards/al), 2011-??-??
+Version 5.8.6 [V5-stable] 2011-??-??
- bugfix: ActionQueue could malfunction due to index error
Thanks to Vlad Grigorescu for the patch
+- bugfix: $ActionExecOnlyOnce interval did not work properly
+ Thanks to Tomas Heinrich for the patch
+- bugfix: race condition when extracting program name, APPNAME, structured
+ data and PROCID (RFC5424 fields) could lead to invalid characters e.g.
+ in dynamic file names or during forwarding (general malfunction of these
+ fields in templates, mostly under heavy load)
- bugfix: imuxsock did no longer ignore message-provided timestamp, if
so configured (the *default*). Lead to no longer sub-second timestamps.
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=281
@@ -832,6 +838,8 @@ increase.
output module interface
---------------------------------------------------------------------------
Version 4.8.1 [v4-beta], 2011-09-??
+- bugfix: $ActionExecOnlyOnce interval did not work properly
+ Thanks to Tomas Heinrich for the patch
- bugfix: potential abort if ultra-large file io buffers are used and
dynafile cache exhausts address space (primarily a problem on 32 bit
platforms)