summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-13 08:15:54 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-13 08:15:54 +0200
commitd6a6666b66733e63255f806dd272a0b85e0f0c13 (patch)
treed4c22d814c9dde486cc1ccf6da9c507817791ccf /ChangeLog
parent4831a51f5a7c8e3821cb98bc21fb47204e5470c2 (diff)
downloadrsyslog-d6a6666b66733e63255f806dd272a0b85e0f0c13.tar.gz
rsyslog-d6a6666b66733e63255f806dd272a0b85e0f0c13.tar.xz
rsyslog-d6a6666b66733e63255f806dd272a0b85e0f0c13.zip
bugfix: race condition when extracting structured data and PROCID
same issue as previous commit for PROGNAME and APPNAME
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 67359a96..a0878d75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
---------------------------------------------------------------------------
Version 5.8.6 [V5-stable] 2011-??-??
-- bugfix: race condition when extracting program name and APPNAME
- could lead to invalid characters e.g. in dynamic file names
+- 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