summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-07 07:19:22 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-07 07:19:22 +0000
commit1401cc39ad36c37186046ae858bacb17e6ec51b5 (patch)
tree1fe5b8b49ac8ba6d4c05a4f8a0073015aeb6ad90
parent7397ea3794d4d67e5cf48309841c3874a7dcfa3c (diff)
downloadrsyslog-1401cc39ad36c37186046ae858bacb17e6ec51b5.tar.gz
rsyslog-1401cc39ad36c37186046ae858bacb17e6ec51b5.tar.xz
rsyslog-1401cc39ad36c37186046ae858bacb17e6ec51b5.zip
preparing for 3.10.0 release
-rw-r--r--ChangeLog8
-rw-r--r--doc/manual.html5
-rw-r--r--doc/status.html10
3 files changed, 13 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index e4f8d34e..2aa0fc77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
----------------------------------------------------------------------------
-Version 3.10.0 (rgerhards), 2008-01-07
+Version 3.10.0 (rgerhards), 2008-01-07
+- implemented input module interface and initial input modules
+- enhanced threading for input modules (each on its own thread now)
- ability to bind UDP listeners to specific local interfaces/ports and
ability to run multiple of them concurrently
-- added ability to run multiple UDP listeners concurrently
+- added ability to specify listen IP address for UDP syslog server
- license changed to GPLv3
-- first implementation of loadable input module system
- mark messages are now provided by loadble module immark
- rklogd is no longer provided. Its functionality has now been taken over
by imklog, a loadable input module. This offers a much better integration
diff --git a/doc/manual.html b/doc/manual.html
index 5a776969..a22162a1 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -16,11 +16,12 @@ for the novice user.</p>
<p><b>Visit the <i> <a href="status.html">rsyslog status page</a></i></b> to obtain current
version information and ports. <b>If you like rsyslog, you might want to lend us
a helping hand. </b>It doesn't require a lot of time - even a single mouse click
-helps. Learn <a href="how2help.html">how to help the rsyslog project</a>.</p>
+helps. Learn <a href="how2help.html">how to help the rsyslog project</a>.</p> <p><b><font color="#FF0000">Warning: rsyslog v3 is under active development and as of this writing has a number of backwards compatibility issues. </font>If you have never run it, <font color="#FF0000"><a href="v3compatibility.html">be sure to read the
+rsyslog v3 compatibility document!</a></font> This also applies if you upgrade from stock sysklogd - you need to make some configuration file changes. </b><br> Documentation for 3.x is currently sparse. If you need assistance, please <a href="http://www.rsyslog.com/PNphpBB2.phtml">post in the rsyslog forums</a>!<br> <b><font color="#FF0000">If you do not like this, use a <a href="http://www.rsyslog.com/Downloads-req-getit-lid-70.phtml">stable branch release</a>!</font></b></p>
<p><b>Follow the links below for the</b></p>
<ul>
<li><a href="man_rsyslogd.html">rsyslogd man page</a>
-<li><a href="rsyslog_conf.html">configuration file syntax (rsyslog.conf)</a><li> <a href="property_replacer.html">property replacer, an important core component</a><li>a commented <a href="sample.conf.html">sample rsyslog.conf</a>
+(somewhat outdated)<li><a href="rsyslog_conf.html">configuration file syntax (rsyslog.conf)</a><li> <a href="property_replacer.html">property replacer, an important core component</a><li>a commented <a href="sample.conf.html">sample rsyslog.conf</a>
<li><a href="bugs.html">rsyslog bug list</a><li><a href="rsyslog_packages.html"> rsyslog packages</a><li><a href="generic_design.html">backgrounder on generic syslog application design</a><li><a href="contributors.html">contributor &quot;Hall of Fame&quot;</a><li><a href="modules.html">description of rsyslog modules</a></ul>
<p><b>We have some in-depth papers on</b></p>
<ul>
diff --git a/doc/status.html b/doc/status.html
index eb2ccd36..870a5663 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -4,13 +4,15 @@
</head>
<body>
<h2>rsyslog status page</h2>
-<p>This page reflects the status as of 2008-01-03.</p>
+<p>This page reflects the status as of 2008-01-07.</p>
<h2>Current Releases</h2>
<p><b>development:</b> 3.10.0 -
-<a href="http://www.rsyslog.com/Article147.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-66.phtml">download</a></p>
+<a href="http://www.rsyslog.com/Article157.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-71.phtml">download</a></p>
<p><b><font color="#FF0000"><a href="v3compatibility.html">Be sure to read the
-rsyslog v3 compatibility document!</a></font></b></p>
+rsyslog v3 compatibility document!</a></font></b><br>
+Documentation for 3.x is currently 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.0 - <a href="http://www.rsyslog.com/Article155.phtml">change log</a> -
<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-70.phtml">download</a></p>
<p>&nbsp;(<a href="version_naming.html">How are versions named?</a>)</p>