mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 13:00:41 +01:00
preparing for 5.3.3
This commit is contained in:
parent
386b7cd2f2
commit
3d676144b7
10
ChangeLog
10
ChangeLog
@ -1,5 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 5.3.3 [DEVEL] (rgerhards), 2009-10-??
|
||||
Version 5.3.3 [DEVEL] (rgerhards), 2009-10-27
|
||||
- simplified and thus speeded up the queue engine, also fixed some
|
||||
potential race conditions (in very unusual shutdown conditions)
|
||||
along the way. The threading model has seriously changes, so there may
|
||||
be some regressions.
|
||||
- enhanced test environment (inlcuding testbench): support for enhancing
|
||||
probability of memory addressing failure by using non-NULL default
|
||||
value for malloced memory (optional, only if requested by configure
|
||||
@ -11,10 +15,6 @@ Version 5.3.3 [DEVEL] (rgerhards), 2009-10-??
|
||||
however, this had no negative effect, as the message processing state
|
||||
was not evaluated when a batch was deleted, and that was the only case
|
||||
where the state could be wrong.
|
||||
- simplified and thus speeded up the queue engine, also fixed some
|
||||
potential race conditions (in very unusual shutdown conditions)
|
||||
along the way. The threading model has seriously changes, so there may
|
||||
be some regressions.
|
||||
---------------------------------------------------------------------------
|
||||
Version 5.3.2 [DEVEL] (rgerhards), 2009-10-21
|
||||
- enhanced omfile to support transactional interface. This will increase
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rsyslog],[5.3.2],[rsyslog@lists.adiscon.com])
|
||||
AC_INIT([rsyslog],[5.3.3],[rsyslog@lists.adiscon.com])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
@ -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 5.3.2 (devel branch) of rsyslog.</b>
|
||||
<p><b>This documentation is for version 5.3.3 (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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user