diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-05 08:22:24 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-05 08:22:24 +0000 |
commit | 8c20f9ba3884e6fe30cdb6bae7a7abd008946cde (patch) | |
tree | ea37b95e015d6501c0024ab6f1e15cffc6c34afd | |
parent | f2795b210663b861fc8f905c8a7ce8e3afc441ad (diff) | |
download | rsyslog-8c20f9ba3884e6fe30cdb6bae7a7abd008946cde.tar.gz rsyslog-8c20f9ba3884e6fe30cdb6bae7a7abd008946cde.tar.xz rsyslog-8c20f9ba3884e6fe30cdb6bae7a7abd008946cde.zip |
preparing for release 1.15.0v1-15-0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/rsyslog_conf.html | 2 | ||||
-rw-r--r-- | doc/status.html | 7 | ||||
-rw-r--r-- | linux/Makefile | 2 |
4 files changed, 6 insertions, 9 deletions
@@ -1,8 +1,8 @@ --------------------------------------------------------------------------- -Version 1.15.0 (RGer), 2007-07-?? +Version 1.15.0 (RGer), 2007-07-05 - added ability to dynamically generate file names based on templates and thus properties. This was a much-requested feature. It makes - life easy when it eG comes to splitting files based on the sender + life easy when it e.g. comes to splitting files based on the sender address. - added $umask and $FileCreateMode config file directives - applied a patch from Bartosz Kuzma to compile cleanly under NetBSD diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index f1ce1de3..69c8c972 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -115,8 +115,6 @@ most</b></code></p> <p>Numbers are always in decimal. Leading zeros should be avoided (in some later version, they may be mis-interpreted as being octal). Multiple directives may be given. They are applied to selector lines based on order of appearance.</p> -<p><font color="#FF0000"><b>This value can be specified, but currently has -no effect. The necessary background code is not yet implemented.</b></font></p> <h2>Templates</h2> <p>Templates are a key feature of rsyslog. They allow to specify any format a user might want. They are also used for dynamic file name generation. Every output in rsyslog uses templates - this holds true for files, diff --git a/doc/status.html b/doc/status.html index 83c5efc8..f3deafbf 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,10 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-07-03.</p> +<p>This page reflects the status as of 2007-07-05.</p> <h2>Current Releases</h2> -<p><b>development:</b> 1.14.2 - <a href="http://www.rsyslog.com/Article81.phtml"> -change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-37.phtml">download</a></p> +<p><b>development:</b> 1.15.0 - <a href="http://www.rsyslog.com/Article83.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-38.phtml">download</a></p> <p><b>stable:</b> 1.0.4 - <a href="http://www.rsyslog.com/Article54.phtml">change log</a> - <a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-26.phtml">download</a></p> <p> (<a href="version_naming.html">How are versions named?</a>)</p> diff --git a/linux/Makefile b/linux/Makefile index f4435725..5bd22e06 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -47,7 +47,7 @@ FEATURE_PTHREADS=1 FEATURE_KLOGD=1 # Enable debug mode (much slower code) -FEATURE_DEBUG=1 +FEATURE_DEBUG=0 # The following defines tell us where liblogging is located. This # is only needed if we build with RFC 3195 support. By default, |