summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-13 08:04:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-13 08:04:40 +0200
commit4831a51f5a7c8e3821cb98bc21fb47204e5470c2 (patch)
tree654e1fa9549caef0ca14e92e37dee7a5ca044bc2 /ChangeLog
parentcd5253fa82fdbd7529f76c9cec2130e1ccb210bb (diff)
downloadrsyslog-4831a51f5a7c8e3821cb98bc21fb47204e5470c2.tar.gz
rsyslog-4831a51f5a7c8e3821cb98bc21fb47204e5470c2.tar.xz
rsyslog-4831a51f5a7c8e3821cb98bc21fb47204e5470c2.zip
bugfix: race condition when extracting program name and APPNAME
could lead to invalid characters e.g. in dynamic file names
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b89429f6..67359a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
-Version 5.8.6 [V5-stable] (rgerhards/al), 2011-??-??
+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: 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