summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-20 15:08:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-20 15:08:39 +0200
commit24a248d021c9d2c19b71eef26d3ddf8731e4541b (patch)
treee84c785554329456a78656998e638be0c17c6b90 /ChangeLog
parentb24af91ada128cabdfe79a3f70d5a9a508bf9f2a (diff)
downloadrsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.tar.gz
rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.tar.xz
rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.zip
Implement RainerScript prifield() function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf4c046..f2007e69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
---------------------------------------------------------------------------
Version 7.1.5 [devel] 2012-09-??
+- implemented RainerScript prifield() function
- implemented RainerScript field() function
+- 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.
+ This bug happened only if rsyslog startup was unclean.
---------------------------------------------------------------------------
Version 7.1.4 [devel] 2012-09-19
- implemented ability for CEE-based properties to be stored in disk queues