summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-06 14:12:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-06 14:12:01 +0000
commite802a7d965d5fcbc3cc848462744774e4d181a8f (patch)
tree02926f3e1038692bb7ec7d4592b04b5c345ccb6c
parentdfb2142974bb93c357be88d866fb17ddd39c65f4 (diff)
downloadrsyslog-e802a7d965d5fcbc3cc848462744774e4d181a8f.tar.gz
rsyslog-e802a7d965d5fcbc3cc848462744774e4d181a8f.tar.xz
rsyslog-e802a7d965d5fcbc3cc848462744774e4d181a8f.zip
preparing for 3.12.1 release
-rw-r--r--ChangeLog3
-rw-r--r--doc/rsyslog_ng_comparison.html72
-rw-r--r--doc/status.html8
3 files changed, 42 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index a1bb45a1..55edd496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,9 @@ Version 3.12.1 (rgerhards), 2008-03-06
messages via the local log slot - in this case, it can be enabled
via the $InputUnixListenSocketIgnoreMsgTimestamp and
$SystemLogSocketIgnoreMsgTimestamp config directives
+- added ability to compile on HP UX; verified that imudp worked on HP UX;
+ however, we are still in need of people trying out rsyslogd on HP UX,
+ so it can not yet be assumed it runs there
---------------------------------------------------------------------------
Version 3.12.0 (rgerhards), 2008-02-28
- added full expression support for filters; filters can now contain
diff --git a/doc/rsyslog_ng_comparison.html b/doc/rsyslog_ng_comparison.html
index 6a9d9bd8..e6dfdd5f 100644
--- a/doc/rsyslog_ng_comparison.html
+++ b/doc/rsyslog_ng_comparison.html
@@ -1,8 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
-<meta content="de" http-equiv="Content-Language"><title>rsyslog vs. syslog-ng - a comparison</title>
-
-</head>
+<meta content="de" http-equiv="Content-Language"><title>rsyslog vs. syslog-ng - a comparison</title></head>
<body>
<h1>rsyslog vs. syslog-ng</h1>
<p><small><i>Written by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a>
@@ -32,40 +30,40 @@ comparison sheet, so please don't be shy ;)</p>
<tr>
<td colspan="3" valign="top"><br><b>Input Sources</b><br></td>
</tr>
-<td valign="top">UNIX domain socket</td>
+<tr><td valign="top">UNIX domain socket</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">UDP</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">TCP</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">RFC 3195/BEEP</td>
<td valign="top">yes (needs separate build process)</td>
-<td valign="top">no<td>
-</tr>
+<td valign="top">no</td><td>
+</td></tr>
<tr>
<td valign="top">kernel log</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">file</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">mark message generator as an optional input</td>
<td valign="top">yes</td>
-<td valign="top">no (?)<td>
-</tr>
+<td valign="top">no (?)</td><td>
+</td></tr>
<tr>
<td valign="top">Windows Event Log</td>
<td valign="top">via <a href="http://www.eventreporter.com">EventReporter</a>
@@ -153,30 +151,30 @@ hostname in NAT environments and relay chains</td>
<tr>
<td colspan="3" valign="top"><br><b>Message Filtering</b><br></td>
</tr>
-<td valign="top">Filtering for syslog facility and priority</td>
+<tr><td valign="top">Filtering for syslog facility and priority</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">Filtering for hostname</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">Filtering for application</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">Filtering for message contents</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">Filtering for sending IP address</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">ability to filter on any other message
field not mentioned above
@@ -212,8 +210,8 @@ in filters</td>
<td valign="top">support for discarding messages
based on filters</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">powerful BSD-style hostname and
program name blocks for easy multi-host support</td>
@@ -359,7 +357,7 @@ modules</td>
</tr>
<tr>
</tr>
-<td valign="top">Support for third-party output plugins</td>
+<tr><td valign="top">Support for third-party output plugins</td>
<td valign="top">yes</td>
<td valign="top">no</td>
</tr>
@@ -370,7 +368,7 @@ modules</td>
<td colspan="3" valign="top"><br><b>Other Features</b><br></td>
</tr>
<tr>
-<tr>
+</tr><tr>
<td valign="top">ability to generate file names and
directories (log targets) dynamically</td>
<td valign="top">yes</td>
@@ -442,8 +440,8 @@ reduction ("last message repeated n times") on a per selector-line basis</td>
<td valign="top">supports multiple actions per
selector/filter condition</td>
<td valign="top">yes</td>
-<td valign="top">yes<td>
-</tr>
+<td valign="top">yes</td><td>
+</td></tr>
<tr>
<td valign="top">web interface</td>
<td valign="top"><a href="http://www.phplogcon.org">phpLogCon</a><br>
@@ -500,7 +498,7 @@ repeated n times" generation</td>
<tr>
<td valign="top">supported platforms</td>
<td valign="top">Linux, BSD, anecdotical seen on
-Solaris</td>
+Solaris; compilation and basic testing done on HP UX</td>
<td valign="top">many popular *nixes</td>
</tr>
<tr>
@@ -532,4 +530,4 @@ the mean time, you may want to read it in parallel. It is available at
site</a>.</p>
<p>This document is current as of 2008-02-28 and definitely
incomplete (I did not yet manage to complete it!).</p>
-</body></html>
+</body></html> \ No newline at end of file
diff --git a/doc/status.html b/doc/status.html
index 423ee420..dcdd0425 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-02-28.</p>
+<p>This page reflects the status as of 2008-03-06.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 3.12.0 -
-<a href="http://www.rsyslog.com/Article185.phtml">change
+<p><b>development:</b> 3.12.1 -
+<a href="http://www.rsyslog.com/Article187.phtml">change
log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-84.phtml">download</a></p>
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-85.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