diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-30 15:18:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-30 15:18:03 +0200 |
commit | 6a815063f37e7126f63fa00038f2d050574a6d52 (patch) | |
tree | 236a11b836b3a591dcb72056d56888875ef521d2 /ChangeLog | |
parent | 99f18190a1f911224d45ca61706ae3fbc9ad7a80 (diff) | |
download | rsyslog-6a815063f37e7126f63fa00038f2d050574a6d52.tar.gz rsyslog-6a815063f37e7126f63fa00038f2d050574a6d52.tar.xz rsyslog-6a815063f37e7126f63fa00038f2d050574a6d52.zip |
capability for replacement text in no match regex case added
implemented in property replacer: if a regular expression does not match,
it can now either return "**NO MATCH** (default, as before), a blank
property or the full original property text
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Version 3.19.5 (rgerhards), 2008-05-?? (previously BRE was permitted only) - provided ability to specify that a regular expression submatch shall be used inside the property replacer +- implemented in property replacer: if a regular expression does not match, + it can now either return "**NO MATCH** (default, as before), a blank + property or the full original property text --------------------------------------------------------------------------- Version 3.19.4 (rgerhards), 2008-05-27 - implemented x509/certvalid gtls auth mode |