summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-23 13:07:30 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-23 13:07:30 +0000
commit8f236abd49739c0f791c5b893433f7dfa40d3dd8 (patch)
tree03f0811bf92e1fded5b85976864523d1c0b05e7c /ChangeLog
parente1acf47244aa6ac6d8151f81bc19cf2fe5ce362d (diff)
downloadrsyslog-8f236abd49739c0f791c5b893433f7dfa40d3dd8.tar.gz
rsyslog-8f236abd49739c0f791c5b893433f7dfa40d3dd8.tar.xz
rsyslog-8f236abd49739c0f791c5b893433f7dfa40d3dd8.zip
fixed a memory leak in config file parsing thanks to varmojfekoj for the
patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b60298b..533c4b17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 1.17.3 (rgerhards), 2007-07-2?
+- fixed a memory leak in config file parsing
+ thanks to varmojfekoj <varmojfekoj@gmail.com> for the patch
- rsyslogd now checks on startup if it is capable to performa any work
at all. If it cant, it complains and terminates
thanks to Michel Samia for providing the patch!