summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-06 13:04:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-06 13:04:40 +0200
commitff7b1382fa191a176175aba9b0ad308931b6301a (patch)
treec41ab5cc99f33e9f1bc002763a646714ed3d9be7 /ChangeLog
parent290f41f9470d06e4f207ca38c3175c578f6202ec (diff)
downloadrsyslog-ff7b1382fa191a176175aba9b0ad308931b6301a.tar.gz
rsyslog-ff7b1382fa191a176175aba9b0ad308931b6301a.tar.xz
rsyslog-ff7b1382fa191a176175aba9b0ad308931b6301a.zip
bugfix: property PROCID was empty instead of proper nilvalue if not present
If it is not present, it must have the nilvalue "-" as of RFC5424 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=332 Thanks to John N for reporting this issue.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 042ede0c..c299d97c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,10 @@ Version 5.8.12 [V5-stable] 2012-05-??
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=316
Thanks to Andreas Piesk for reporting&analyzing this bug as well as
providing patches and other help in resolving it.
+- bugfix: property PROCID empty instead of proper nilvalue if not present
+ If it is not present, it must have the nilvalue "-" as of RFC5424
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=332
+ Thanks to John N for reporting this issue.
---------------------------------------------------------------------------
Version 5.8.11 [V5-stable] 2012-05-03
- bugfix: ommysql did not properly init/exit the mysql runtime library