summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-02-08 16:53:30 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-02-08 16:53:30 +0100
commite1584b71f316b9ef2db58c8dbd2218f0b38962e7 (patch)
tree0de836c549991b6110a2f50439311579979c0f8e /ChangeLog
parentc34e7d21146a3e6722bbf159a06750fdef23b4f8 (diff)
downloadrsyslog-e1584b71f316b9ef2db58c8dbd2218f0b38962e7.tar.gz
rsyslog-e1584b71f316b9ef2db58c8dbd2218f0b38962e7.tar.xz
rsyslog-e1584b71f316b9ef2db58c8dbd2218f0b38962e7.zip
several bugfixes for the property replacer
- bugfix: property replacer returned invalid parameters under some (unusual) conditions. In extreme cases, this could lead to garbled logs and/or a system failure. - bugfix: invalid length returned (often) when using regular expressions inside the property replacer - bugfix: submatch regex in property replacer did not honor "return 0 on no match" config case
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37a707f5..bc5d5f53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
Version 4.5.8 [v4-beta] (rgerhards), 2010-01-??
- enhanced doc for using PostgreSQL
Thanks to Marc Schiffbauer for the new/updated doc
+- bugfix: property replacer returned invalid parameters under some (unusual)
+ conditions. In extreme cases, this could lead to garbled logs and/or
+ a system failure.
+- bugfix: invalid length returned (often) when using regular expressions
+ inside the property replacer
+- bugfix: submatch regex in property replacer did not honor "return 0 on
+ no match" config case
- bugfix: imuxsock incorrectly stated inputname "imudp"
Thanks to Ryan Lynch for reporting this.
- (slightly) enhanced support for FreeBSD by setting _PATH_MODDIR to