summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-10 22:43:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-10 22:43:00 +0200
commite1d21ca141706f730067e20958bbdd973672e019 (patch)
tree62fe65f8e5630ea8487837d701193196bec97282 /ChangeLog
parentcca47caf92eaea4ae57cc9b016d9b458157447ce (diff)
downloadrsyslog-e1d21ca141706f730067e20958bbdd973672e019.tar.gz
rsyslog-e1d21ca141706f730067e20958bbdd973672e019.tar.xz
rsyslog-e1d21ca141706f730067e20958bbdd973672e019.zip
bugfix: memory leak in imtcp & subsystems under some circumstances
This leak is tied to error conditions which lead to incorrect cleanup of some data structures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d95fd2ea..78d48477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------
+Version 6.3.2 [DEVEL] (rgerhards), 2011-06-07
+- bugfix: memory leak in imtcp & subsystems under some circumstances
+ This leak is tied to error conditions which lead to incorrect cleanup
+ of some data structures.
+---------------------------------------------------------------------------
Version 6.3.1 [DEVEL] (rgerhards), 2011-06-07
- added a first implementation of a DNS name cache
this still has a couple of weaknesses, like no expiration of entries,