diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 11:40:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 11:40:07 +0200 |
commit | cd6f19ab7ab3356dd545d0bfc7e338d5f5f9c9d8 (patch) | |
tree | 1604692384d0485596dd3af0339e876711c27c87 | |
parent | 29cacc3c8ad6694b1ae2a5480fca7059773d06f0 (diff) | |
download | rsyslog-cd6f19ab7ab3356dd545d0bfc7e338d5f5f9c9d8.tar.gz rsyslog-cd6f19ab7ab3356dd545d0bfc7e338d5f5f9c9d8.tar.bz2 rsyslog-cd6f19ab7ab3356dd545d0bfc7e338d5f5f9c9d8.zip |
preparing for 5.1.0 releasev5.1.0
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 28 insertions, 3 deletions
@@ -1,5 +1,30 @@ --------------------------------------------------------------------------- -Version 5.1.1 [DEVEL] (rgerhards), 2009-??-?? +Version 5.1.0 [DEVEL] (rgerhards), 2009-05-29 + +*********************************** NOTE ********************************** +The v5 versions of rsyslog feature a greatly redesigned queue engine. The +major theme for the v5 release is twofold: + +a) greatly improved performance +b) enable audit-grade processing + +Here, audit-grade processing means that rsyslog, if used together with +audit-grade transports and configured correctly, will never lose messages +that already have been acknowledged, not even in fatal failure cases like +sudden loss of power. + +Note that large parts of rsyslog's important core components have been +restructured to support these design goals. As such, early versions of +the engine will probably be less stable than the v3/v4 engine. + +Also note that the initial versions do not cover all and everything. As +usual, the code will evolve toward the final goal as version numbers +increase. +*********************************** NOTE ********************************** + +- redesigned queue engine so that it supports ultra-reliable operations + This resulted in a rewrite of large parts. The new capability can be + used to build audit-grade systems on the basis of rsyslog. - added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configuration directives - implemented a new transactional output module interface which provides diff --git a/configure.ac b/configure.ac index 13999395..ffa1f230 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[5.1.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.1.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/manual.html b/doc/manual.html index adf89587..81180f39 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -19,7 +19,7 @@ rsyslog support</a> available directly from the source!</p> <p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a> to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the project goals.</p> -<p><b>This documentation is for version 4.3.1 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 5.1.0 (devel branch) of rsyslog.</b> Visit the <i> <a href="http://www.rsyslog.com/doc-status.html">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |