From 8c20f9ba3884e6fe30cdb6bae7a7abd008946cde Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 5 Jul 2007 08:22:24 +0000 Subject: preparing for release 1.15.0 --- NEWS | 4 ++-- doc/rsyslog_conf.html | 2 -- doc/status.html | 7 +++---- linux/Makefile | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 53fe9b68..132ec70b 100644 --- a/NEWS +++ b/NEWS @@ -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

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.

-

This value can be specified,  but currently has -no effect. The necessary background code is not yet implemented.

Templates

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 @@

rsyslog status page

-

This page reflects the status as of 2007-07-03.

+

This page reflects the status as of 2007-07-05.

Current Releases

-

development: 1.14.2 - -change log - -download

+

development: 1.15.0 - change log - +download

stable: 1.0.4 - change log - download

 (How are versions named?)

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, -- cgit v1.2.3