summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-26 11:28:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-26 11:28:20 +0200
commit4cc23e9dc9e906e18539015081b2e5ad16b29417 (patch)
treec02aa3ae81193a1060d24db7c819cbccbbd3230e /ChangeLog
parentf395c4f3b3852b2674304eba7ccbd1b0dbc900fc (diff)
downloadrsyslog-4cc23e9dc9e906e18539015081b2e5ad16b29417.tar.gz
rsyslog-4cc23e9dc9e906e18539015081b2e5ad16b29417.tar.xz
rsyslog-4cc23e9dc9e906e18539015081b2e5ad16b29417.zip
preparing for 7.1.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f42311b2..d7fd4078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
---------------------------------------------------------------------------
-Version 7.1.5 [devel] 2012-09-??
+Version 7.1.5 [devel] 2012-09-25
- implemented RainerScript prifield() function
- implemented RainerScript field() function
- added new module imkmsg to process structured kernel log
Thanks to Milan Bartos for contributing this module
-- implemented basic RainerScript optimizer, which will speed up a couple
- of script operations
+- implemented basic RainerScript optimizer, which will speed up script
+ operations
- bugfix: invalid free if function re_match() was incorrectly used
if the config file parser detected that param 2 was not constant, some
data fields were not initialized. The destructor did not care about that.