summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-28 17:32:18 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-28 17:32:18 +0000
commitec0dbd8dc4391d998115a64c20560ad288e7fb4a (patch)
tree61098e3bb39b6efab9f0c075ea8229cb11ed1df9
parent86c5a1cf89eadd393d3550c7a3114892cb39ae34 (diff)
downloadrsyslog-3-12-5.tar.gz
rsyslog-3-12-5.tar.xz
rsyslog-3-12-5.zip
preparing for 3.12.5 releasev3-12-5
-rw-r--r--doc/status.html21
-rw-r--r--doc/v3compatibility.html18
2 files changed, 23 insertions, 16 deletions
diff --git a/doc/status.html b/doc/status.html
index 6cdcd54d..4966471a 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -4,19 +4,18 @@
<h2>rsyslog status page</h2>
<p>This page reflects the status as of 2008-03-28.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 3.12.4 -
+
+<p><b>development:</b> 3.12.5 -
<a href="http://www.rsyslog.com/Article199.phtml">change
log</a> -
<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-91.phtml">download</a></p>
-<p><b><font color="#ff0000"><a href="v3compatibility.html">If you used version 2, be sure to read the rsyslog v3
-compatibility document!</a></font></b><br>
-Documentation for 3.x is currently partly sparse. If you need
-assistance, please
-<a href="http://www.rsyslog.com/PNphpBB2.phtml">post in
-the rsyslog forums</a>!</p>
-<p><b>stable:</b> 2.0.3 - <a href="http://www.rsyslog.com/Article189.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-86.phtml">download</a></p>
+<p><a href="v3compatibility.html">If you updgrade from version 2, be sure to read the rsyslog v3
+compatibility document.</a></p>
+
+<p><b>stable:</b> 2.0.4 - <a href="http://www.rsyslog.com/Article197.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-90.phtml">download</a></p>
<p>&nbsp;(<a href="version_naming.html">How are versions named?</a>)</p>
+
<h2>Platforms</h2>
<p>Thankfully, a number of folks have begin to build packages and
help port rsyslog to other platforms. As such,
@@ -36,8 +35,8 @@ http://www.rsyslog.com/Topic4.phtml</a>. </li>
<li>You may also find <a href="http://rgerhards.blogspot.com/">Rainer's blog</a>
an interesting read.</li>
</ul>
-<p>The project was initiated in 2004 by
+<p>The project was initiated in 2003 and seriouosly begun in 2004 by
<a href="http://www.gerhards.net/rainer">Rainer Gerhards</a>
and is currently being maintained by him. See the <a href="history.html">history page</a> for more
background information.</p>
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/doc/v3compatibility.html b/doc/v3compatibility.html
index 033426cd..c6e4fec2 100644
--- a/doc/v3compatibility.html
+++ b/doc/v3compatibility.html
@@ -1,8 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Compatibility notes for rsyslog v3</title>
-<meta name="KEYWORDS" content="syslog, mysql, syslog to mysql, howto">
-</head>
+<meta name="KEYWORDS" content="syslog, mysql, syslog to mysql, howto"></head>
<body>
<h1>Compatibility Notes for rsyslog v4</h1>
<p><small><i>Written by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a>
@@ -52,8 +51,8 @@ informative message is logged. Please note that -h was never supported
in v2, but was silently ignored. It disappeared some time ago in the
final v1 builds. It can be replaced by applying proper filtering inside
syslog.conf.</p>
-<h2>-c option</h2>
-<p>The -c option is new and tell rsyslogd about the desired
+<h2>-c option / Compatibility Mode</h2>
+<p>The -c option is new and tells rsyslogd about the desired
backward compatibility mode. It must always be the first option on the
command line, as it influences processing of the other options. To use
the rsyslog v3 native
@@ -61,7 +60,16 @@ interface, specify -c3. To use compatibility mode&nbsp;,
either do not use -c at all or use -c&lt;vers&gt; where vers is
the
rsyslog version that it shall be compatible to. Use -c0 to be
-command-line compatible to sysklogd.</p>
+command-line compatible to sysklogd.</p><p><span style="font-weight: bold;">Please note that rsyslogd issues warning messages if the -c3 command line option is not given.</span>
+This is to alert you that your are running in compatibility mode.
+Compatibility mode interfers with you rsyslog.conf commands and may
+cause some undesired side-effects. It is meant to be used with a plain
+old rsyslog.conf - if you use new features, things become messy. So the
+best advise is to work through this document, convert your options and
+config file and then use rsyslog in native mode. In order to aid you in
+this process, rsyslog logs every compatibility-mode config file
+directive it has generated. So you can simply copy them from your
+logfile and paste them to the config.</p>
<h2>-e Option</h2>
This option is no longer supported, as the "last message repeated n
times" feature is now turned off by default. We changed this default