summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-27 11:01:55 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-27 11:01:55 +0100
commit3d676144b753a3f51f05fd3e7e3844b56c25e4ec (patch)
treec4fe37dfb936c367fa3f445f1b64ffab6245e1da /ChangeLog
parent386b7cd2f2ae6f9ac8e0b9c8b49934398c159ea4 (diff)
downloadrsyslog-3d676144b753a3f51f05fd3e7e3844b56c25e4ec.tar.gz
rsyslog-3d676144b753a3f51f05fd3e7e3844b56c25e4ec.tar.xz
rsyslog-3d676144b753a3f51f05fd3e7e3844b56c25e4ec.zip
preparing for 5.3.3v5.3.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 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