summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-03-29 12:14:50 +0100
committerMichael Biebl <biebl@debian.org>2008-03-29 12:14:50 +0100
commitcb2fd7c6eb840386b2af9a1a75581d4c47281e70 (patch)
treedf229cd0216426fd0c5e146041be7b05e766238f /ChangeLog
parent9a7c5b2414911cfe8919b9f376cfc047259081b7 (diff)
downloadrsyslog-cb2fd7c6eb840386b2af9a1a75581d4c47281e70.tar.gz
Imported Upstream version 1.21.1upstream/1.21.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f2606..4032842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
---------------------------------------------------------------------------
+Version 1.21.1 (rgerhards), 2007-12-23
+- small doc fix for $IncludeConfig
+- fixed a bug in llDestroy()
+- bugfix: fixing memory leak when message queue is full and during
+ parsing. Thanks to varmojfekoj for the patch.
+- bugfix: when compiled without network support, unix sockets were
+ not properply closed
+- bugfix: memory leak in cfsysline.c/doGetWord() fixed
+---------------------------------------------------------------------------
Version 1.21.0 (rgerhards), 2007-12-19
- GSS-API support for syslog/TCP connections was added. Thanks to
varmojfekoj for providing the patch with this functionality