summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-02 17:59:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-02 17:59:59 +0200
commitdf90450d962b79fb59897fd9d2bd21292277256e (patch)
treeab1477ae302fd9ac0d8ad426fca8d9dbe9246f81 /ChangeLog
parent72930188588e54474298d464b943868f60300d7c (diff)
downloadrsyslog-df90450d962b79fb59897fd9d2bd21292277256e.tar.gz
rsyslog-df90450d962b79fb59897fd9d2bd21292277256e.tar.xz
rsyslog-df90450d962b79fb59897fd9d2bd21292277256e.zip
prepare for 7.1.8 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b5480b1..da4d3212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
---------------------------------------------------------------------------
-Version 7.1.8 [devel] 2012-10-??
+Version 7.1.8 [beta] 2012-10-02
+- bugfix: ruleset(){} directive errornously changed default ruleset
+ much like the $ruleset legacy conf statement. This potentially lead
+ to statements being assigned to the wrong ruleset.
- improved module doc
- added "parser" parameter to ruleset(), so that parser chain can be
configured
- implemented "continue" RainerScript statement
-- bugfix: ruleset(){} directive errornously changed default ruleset
- much like the $ruleset legacy conf statement. This potentially lead
- to statements being assigned to the wrong ruleset.
---------------------------------------------------------------------------
Version 7.1.7 [devel] 2012-10-01
- implemented RainerScript "call" statement