From 3d676144b753a3f51f05fd3e7e3844b56c25e4ec Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Tue, 27 Oct 2009 11:01:55 +0100
Subject: preparing for 5.3.3
---
ChangeLog | 10 +++++-----
configure.ac | 2 +-
doc/manual.html | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ca873ef5..1a1ffad5 100644
--- a/ChangeLog
+++ b/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
diff --git a/configure.ac b/configure.ac
index c381f28b..c66cf4d4 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.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])])
diff --git a/doc/manual.html b/doc/manual.html
index a6d64872..548a3947 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -19,7 +19,7 @@ rsyslog support available directly from the source!
Please visit the rsyslog sponsor's page
to honor the project sponsors or become one yourself! We are very grateful for any help towards the
project goals.
-This documentation is for version 5.3.2 (devel branch) of rsyslog.
+
This documentation is for version 5.3.3 (devel branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
--
cgit v1.2.3