diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 7.1.9 [beta] 2012-10-?? +- bugfix: comments inside objects (e.g. action()) were not properly handled +--------------------------------------------------------------------------- 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 diff --git a/doc/Makefile.am b/doc/Makefile.am index 1ae1c68d..bded9453 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -145,6 +145,9 @@ html_files = \ rsyslog_queue_pointers.jpeg \ rsyslog_queue_pointers2.jpeg \ v6compatibility.html \ + v7compatibility.html \ + rsyslog_conf_basic_structure.html \ + imkmsg.html \ src/classes.dia grfx_files = \ |