diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-10 14:46:47 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-10 14:46:47 +0100 |
commit | 9cc963926bad3de9a78df51a19456f419c34492a (patch) | |
tree | 5321d74ead5891f138f6919a81dfd672e91b6a78 /ChangeLog | |
parent | 225aa0e367a604d3891bba13d470bfacc3dfe544 (diff) | |
download | rsyslog-9cc963926bad3de9a78df51a19456f419c34492a.tar.gz rsyslog-9cc963926bad3de9a78df51a19456f419c34492a.tar.xz rsyslog-9cc963926bad3de9a78df51a19456f419c34492a.zip |
bugfix: minor memory leak in omlibdbi (< 1k per instance and run)
also testbench improvement (omlibdbi now also receives a couple of
tests if we have a life MySQL server).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Version 5.7.9 [V5-BETA] (rgerhards), 2011-03-?? - improved testbench among others, life tests for ommysql (against a test database) have been added, valgrind-based testing enhanced, ... +- bugfix: minor memory leak in omlibdbi (< 1k per instance and run) - bugfix: (regression) omhdfs did no longer compile - bugfix: omlibdbi did not use password from rsyslog.con closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203 |