summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-04-05 18:43:40 +0200
committerMichael Biebl <biebl@debian.org>2012-04-05 18:43:40 +0200
commit09756e0e7c8b90e7f8621c37fe480c7683c8a8cb (patch)
treea5e89673a291b849ee7ce33acf4e8aa61dd4e768 /ChangeLog
parentc1860fd74db97b8311e5d8f018ded8145fb0b0f5 (diff)
downloadrsyslog-09756e0e7c8b90e7f8621c37fe480c7683c8a8cb.tar.gz
Imported Upstream version 5.8.10upstream/5.8.10
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a1e28..de33a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
---------------------------------------------------------------------------
+Version 5.8.10 [V5-stable] 2012-04-05
+- bugfix: segfault on startup if $actionqueuefilename was missing for disk
+ queue config
+ Thanks to Tomas Heinrich for the patch.
+- bugfix: segfault if disk-queue was started up with old queue file
+ Thanks to Tomas Heinrich for the patch.
+- bugfix: memory leak in array passing output module mode
+---------------------------------------------------------------------------
Version 5.8.9 [V5-stable] 2012-03-15
- added tool to recover disk queue if .qi file is missing (recover_qi.pl)
Thanks to Kaiwang Chen for contributing this tool