summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-01 16:46:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-01 16:46:04 +0000
commitc5ae5472681c2fd594bb210c5794a83dbdc90eed (patch)
treedabd887b5f70b88e28e67dcec3754b810e489f0b
parent9bed1de84aa17553af614e89327fd8b50ddb6466 (diff)
downloadrsyslog-c5ae5472681c2fd594bb210c5794a83dbdc90eed.tar.gz
rsyslog-c5ae5472681c2fd594bb210c5794a83dbdc90eed.tar.xz
rsyslog-c5ae5472681c2fd594bb210c5794a83dbdc90eed.zip
preparing for 3.15.0 release
-rw-r--r--ChangeLog5
-rw-r--r--doc/rsyslog_conf.html4
-rw-r--r--doc/status.html8
3 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 50744768..25cd1106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
---------------------------------------------------------------------------
Version 3.15.0 (rgerhards), 2008-04-01
+- major new feature: imrelp/omrelp support reliable delivery of syslog
+ messages via the RELP protocol and librelp (http://www.librelp.com).
+ Plain tcp syslog, so far the best reliability solution, can lose
+ messages when something goes wrong or a peer goes down. With RELP,
+ this can no longer happen. See imrelp.html for more details.
- bugfix: rsyslogd was no longer build by default; man pages are
only installed if corresponding option is selected. Thanks to
Michael Biebl for pointing these problems out.
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 5931a241..2a0f0c60 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -26,7 +26,7 @@ number of modules. Here is the entry point to their documentation and
what they do (list is currently not complete)</p>
<ul>
<li><a href="omsnmp.html">omsnmp</a> - SNMP
-trap output module</li><li>omrelp - RELP output module</li>
+trap output module</li><li><a href="omrelp.html">omrelp</a> - RELP output module</li>
<li>omgss - output module for GSS-enabled syslog</li>
<li>ommysql - output module for MySQL</li>
<li>ompgsql - output module for PostgreSQL</li>
@@ -34,7 +34,7 @@ trap output module</li><li>omrelp - RELP output module</li>
generic database output module (Firebird/Interbase, MS SQL, Sybase,
SQLLite, Ingres, Oracle, mSQL)</li>
<li><a href="imfile.html">imfile</a>
--&nbsp; input module for text files</li><li>imrelp - RELP input module</li>
+-&nbsp; input module for text files</li><li><a href="imrelp.html">imrelp</a> - RELP input module</li>
<li>imudp - udp syslog message input</li>
<li><a href="imtcp.html">imtcp</a> - input
plugin for plain tcp syslog</li>
diff --git a/doc/status.html b/doc/status.html
index c6901fb9..c76fe348 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -2,12 +2,12 @@
<html><head><title>rsyslog status page</title></head>
<body>
<h2>rsyslog status page</h2>
-<p>This page reflects the status as of 2008-03-31.</p>
+<p>This page reflects the status as of 2008-04-01.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 3.13.0-dev0 -
-<a href="http://www.rsyslog.com/Article201.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-92.phtml">download</a></p>
+<p><b>development:</b> 3.15.0 -
+<a href="http://www.rsyslog.com/Article203.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-93.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>