summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-11-24 11:25:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-24 11:25:22 +0100
commit600bc06638f0508775be4a78bb85f15bd6025a2c (patch)
tree7e6e023d5934846051b55bab39764106a6406c45 /ChangeLog
parent0a24b3afc093e16038da170458e2ecb68b363bdd (diff)
parent925504d565c6cf4a712dd8c8217891662aaf639e (diff)
downloadrsyslog-600bc06638f0508775be4a78bb85f15bd6025a2c.tar.gz
rsyslog-600bc06638f0508775be4a78bb85f15bd6025a2c.tar.xz
rsyslog-600bc06638f0508775be4a78bb85f15bd6025a2c.zip
Merge branch 'v3-stable' into v4-stable
Conflicts: ChangeLog configure.ac
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05137f28..71f7aef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
Version 4.6.5 [v4-stable] (rgerhards), 2010-??-??
+- bugfix(important): problem in TLS handling could cause rsyslog to loop
+ in a tight loop, effectively disabling functionality and bearing the
+ risk of unresponsiveness of the whole system.
+ Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
- bugfix: a couple of problems that imfile had on some platforms, namely
Ubuntu (not their fault, but occured there)
- bugfix: imfile utilizes 32 bit to track offset. Most importantly,
@@ -627,6 +631,12 @@ version before switching to this one.
- bugfix: memory leak in ompgsql
Thanks to Ken for providing the patch
---------------------------------------------------------------------------
+Version 3.22.3 [v3-stable] (rgerhards), 2010-11-24
+- bugfix(important): problem in TLS handling could cause rsyslog to loop
+ in a tight loop, effectively disabling functionality and bearing the
+ risk of unresponsiveness of the whole system.
+ Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
+---------------------------------------------------------------------------
Version 3.22.2 [v3-stable] (rgerhards), 2010-08-05
- bugfix: comment char ('#') in literal terminated script parsing
and thus could not be used.