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 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ChangeLog') 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 -- cgit