summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--doc/rsyslog_conf.html2
-rw-r--r--doc/status.html7
-rw-r--r--linux/Makefile2
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</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,&nbsp; 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>&nbsp;(<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,