summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen <ktm@rice.edu>2008-11-18 12:30:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2008-11-18 12:30:57 +0100
commit48319cd31f3d15f1417d4ebd8003d93978ad36a9 (patch)
tree64f12dfa69506ec7da73e6475e45ca64a7ebb1f2 /ChangeLog
parentf35197f1c2136b5e043cdf4776f99b4854bfcc5c (diff)
downloadrsyslog-48319cd31f3d15f1417d4ebd8003d93978ad36a9.tar.gz
rsyslog-48319cd31f3d15f1417d4ebd8003d93978ad36a9.tar.xz
rsyslog-48319cd31f3d15f1417d4ebd8003d93978ad36a9.zip
bugfix: removed memory leak in ompgsql
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec115b0e..7a06dc93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 2.0.7 V2-STABLE (rgerhards), 2008-??-??
+- bugfix: memory leak in ompgsql
+ Thanks to Ken for providing the patch
+---------------------------------------------------------------------------
Version 2.0.6 V2-STABLE (rgerhards), 2008-??-??
- bugfix: memory leaks in rsyslogd, primarily in singlethread mode
Thanks to Frederico Nunez for providing the fix