summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-12 15:53:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-12 15:53:07 +0200
commit8e60b2daa653b33ac244c8cb1ae4219df9ef414c (patch)
tree6a341e70b3cef48ff9ee022dc236060dc044d9c5 /ChangeLog
parented857e1290d26a8804100bc74670de2de685d68c (diff)
downloadrsyslog-8e60b2daa653b33ac244c8cb1ae4219df9ef414c.tar.gz
rsyslog-8e60b2daa653b33ac244c8cb1ae4219df9ef414c.tar.xz
rsyslog-8e60b2daa653b33ac244c8cb1ae4219df9ef414c.zip
changed submitAndParseMsg() interface to be a wrapper around the new interface
... for message creation/submission. This enables older plugins to be used together with the new interface. The removal also enables us to drop a lot of duplicate code, reducing complexity and increasing maintainibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28959406..8e1e025d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@ Version 5.3.1 [DEVEL] (rgerhards), 2009-10-05
details.
- some cleanup/slight improvement:
* changed imuxsock to no longer use deprecated submitAndParseMsg() IF
+ * changed submitAndParseMsg() interface to be a wrapper around the new
+ way of message creation/submission. This enables older plugins to be
+ used together with the new interface. The removal also enables us to
+ drop a lot of duplicate code, reducing complexity and increasing
+ maintainibility.
- included some important fixes from v4-stable:
* bugfix: invalid handling of zero-sized messages
* bugfix: zero-sized UDP messages are no longer processed