summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-24 11:54:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-24 11:54:37 +0200
commit63f41c3efe5d77afbb28d17e00eeae77061b15a5 (patch)
tree04198f73b21c22fd6cdaae4f0f4184355eddd639 /ChangeLog
parente2aa96db6526b2ea3d813a7f6b89791f74ca0819 (diff)
downloadrsyslog-63f41c3efe5d77afbb28d17e00eeae77061b15a5.tar.gz
rsyslog-63f41c3efe5d77afbb28d17e00eeae77061b15a5.tar.xz
rsyslog-63f41c3efe5d77afbb28d17e00eeae77061b15a5.zip
doc: add recent changes to ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5727e02b..2f4c32f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
Version 7.1.5 [devel] 2012-09-??
- 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
- 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.