summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCorey Smith <corsmith@gmail.com>2011-03-24 17:25:03 +0100
committerroot <root@localhost.localdomain>2011-03-24 17:25:03 +0100
commiteefc9b6eb69c130015955cfb15dc45e36e431d5a (patch)
treee81e1a0fd831eb7f9f34f80aa0d2ec749fddbcf0 /ChangeLog
parente69efbb6d7907339ef81a2062f858eb082233f61 (diff)
downloadrsyslog-eefc9b6eb69c130015955cfb15dc45e36e431d5a.tar.gz
rsyslog-eefc9b6eb69c130015955cfb15dc45e36e431d5a.tar.xz
rsyslog-eefc9b6eb69c130015955cfb15dc45e36e431d5a.zip
bugfix: PRI was invalid on Solaris for message from local log socket
Signed-off-by: root <root@localhost.localdomain>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 846d2850..dc6b9872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+- bugfix: PRI was invalid on Solaris for message from local log socket
- enhance: added $BOM system property to ease writing byte order masks
- bugfix: RFC5424 parser confused by empty structured data
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=237