summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-11-24 12:56:26 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-24 12:56:26 +0100
commit9bd22d07818c0d3c6460e9ed67ef018bb6e62314 (patch)
tree3d89ba3b461cdb6f13c84d3bc572c69b60cebf55 /ChangeLog
parentab6e674b0bae88d3a91a30f4e32fbb857096964f (diff)
parent600bc06638f0508775be4a78bb85f15bd6025a2c (diff)
downloadrsyslog-9bd22d07818c0d3c6460e9ed67ef018bb6e62314.tar.gz
rsyslog-9bd22d07818c0d3c6460e9ed67ef018bb6e62314.tar.xz
rsyslog-9bd22d07818c0d3c6460e9ed67ef018bb6e62314.zip
Merge branch 'v4-stable' into v4-devel
Conflicts: configure.ac
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acb0ef5e..90b2c106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,10 @@ Version 4.7.0 [v4-devel] (rgerhards), 2010-04-14
Thanks to varmojfekoj for the patch [imported from 4.5.8]
---------------------------------------------------------------------------
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,
@@ -693,6 +697,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.