summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-16 12:02:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-16 12:02:36 +0100
commit7817aa1597384fce7ac643e56ee56f47d3c5d37d (patch)
tree3084fe8a0368f3a4602c49c287fa339b7c3daa28 /ChangeLog
parentc4026ec0f8d843540d01b07f94d4182d7dddb62e (diff)
downloadrsyslog-7817aa1597384fce7ac643e56ee56f47d3c5d37d.tar.gz
rsyslog-7817aa1597384fce7ac643e56ee56f47d3c5d37d.tar.xz
rsyslog-7817aa1597384fce7ac643e56ee56f47d3c5d37d.zip
bugfix: unitialized variable could cause issues under extreme conditions
plus some minor nits. This was found after a clang static code analyzer analysis (great tool, and special thanks to Marcin for telling me about it!)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca13d489..112ef50d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------
+Version 5.6.3 [V5-STABLE] (rgerhards), 2010-12-??
+- bugfix: unitialized variable could cause issues under extreme conditions
+ plus some minor nits. This was found after a clang static code analyzer
+ analysis (great tool, and special thanks to Marcin for telling me about
+ it!)
+---------------------------------------------------------------------------
Version 5.6.2 [V5-STABLE] (rgerhards), 2010-11-30
- bugfix: compile failed on systems without epoll_create1()
Thanks to David Hill for providing a fix.