summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-14 11:19:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-14 11:19:56 +0200
commit93fed4bd309f658a23cff3b3133ab124ee226557 (patch)
tree14efb2f526ad7e588aad6d02ed7d73234c66ca96 /ChangeLog
parent1790a23aea2d98dd855d55a990aae18c5eb0e8b3 (diff)
parent816fda97750454bba0845a83d1a2b1ddcabe85e4 (diff)
downloadrsyslog-93fed4bd309f658a23cff3b3133ab124ee226557.tar.gz
rsyslog-93fed4bd309f658a23cff3b3133ab124ee226557.tar.xz
rsyslog-93fed4bd309f658a23cff3b3133ab124ee226557.zip
Merge branch 'beta' - important mutex bugfix
Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5757273f..1c41bc7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
---------------------------------------------------------------------------
Version 3.19.10 (rgerhards), 2008-07-??
- bugfix: bad memory leak in disk-based queue modes
+- important queue bugfix from 3.18.1 imported (see below)
---------------------------------------------------------------------------
Version 3.19.9 (rgerhards), 2008-07-07
- added tutorial for creating a TLS-secured syslog infrastructure
@@ -135,6 +136,20 @@ Version 3.19.0 (rgerhards), 2008-05-06
- -c option no longer must be the first option - thanks to varmjofekoj
for the patch
Version 3.18.0 (rgerhards), 2008-07-??
+=======
+Version 3.18.1 (rgerhards), 2008-07-??
+- bugfix: potential segfault in creating message mutex in non-direct queue
+ mode. rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms)
+ if an action queue is running in any other mode than non-direct. The
+ same problem can potentially be triggered by some main message queue
+ settings. In any case, it will manifest during rsylog's startup. It is
+ unlikely to happen after a successful startup (the only window of
+ exposure may be a relatively seldom executed action running in queued
+ mode). This has been corrected. Thank to HKS for point out the problem.
+---------------------------------------------------------------------------
+Version 3.18.0 (rgerhards), 2008-07-11
+- begun a new v3-stable based on former 3.17.4 beta plus patches to
+ previous v3-stable
- bugfix in RainerScript: syntax error was not always detected
---------------------------------------------------------------------------
Version 3.17.5 (rgerhards), 2008-06-27