diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-04 08:04:56 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-04 08:04:56 +0200 |
commit | 1b6ba3cfcb3d066b489de82a140722a158ddf2dd (patch) | |
tree | 3e446d4ec2602ed82d1a196d9d1bbe983fd34880 | |
parent | 83de403d50bc2b1ca8a690f969434c7ea7b9df2c (diff) | |
download | rsyslog-1b6ba3cfcb3d066b489de82a140722a158ddf2dd.tar.gz rsyslog-1b6ba3cfcb3d066b489de82a140722a158ddf2dd.tar.bz2 rsyslog-1b6ba3cfcb3d066b489de82a140722a158ddf2dd.zip |
doc: add missing files to distribution tarball
Thanks to Michael Biebl for alerting me of the problem.
-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 = \ |