summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-10 09:08:46 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-10 09:08:46 +0200
commit3c740a9c52bf28cde062bc4b11c3e2f397f23650 (patch)
tree388fa191c1b0bdc905badecae61d39d4c3079502 /ChangeLog
parent87a01476e2a63ab7b6740b6b4182281d271ef382 (diff)
parente8a71cd0d6ea72cb6495305286cb778b9d951e0c (diff)
downloadrsyslog-3c740a9c52bf28cde062bc4b11c3e2f397f23650.tar.gz
rsyslog-3c740a9c52bf28cde062bc4b11c3e2f397f23650.tar.xz
rsyslog-3c740a9c52bf28cde062bc4b11c3e2f397f23650.zip
Merge branch 'v5-stable-snmptrapd' into v5-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 342892b4..2701559c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
---------------------------------------------------------------------------
Version 5.8.1 [V5-stable] (rgerhards), 2011-04-??
+- new module mmsnmptrapd, a sample message modification module
+ This can be useful to reformat snmptrapd messages and also serves as
+ a sample for how to write message modification modules using the
+ output module interface. Note that we introduced this new
+ functionality directly into the stable release, as it does not
+ modify the core and as such cannot have any side-effects if it is
+ not used (and thus the risk is solely on users requiring that
+ functionality).
- bugfix: rate-limiting inside imuxsock did not work 100% correct
reason was that a global config variable was invalidly accessed where a
listener variable should have been used.