summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-18 10:49:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-18 10:49:27 +0000
commit48c0c81132fe0b4aadf46fd54fc5acd61bfbeffa (patch)
tree7cc726aed7393ecdb22be545dbe8b3c400deb8d4 /ChangeLog
parent7a2eb66a0a0fde6ed263a035eb2eeeba483c604b (diff)
downloadrsyslog-48c0c81132fe0b4aadf46fd54fc5acd61bfbeffa.tar.gz
rsyslog-48c0c81132fe0b4aadf46fd54fc5acd61bfbeffa.tar.xz
rsyslog-48c0c81132fe0b4aadf46fd54fc5acd61bfbeffa.zip
fixed minimal memory leak on HUP (caused by templates) thanks to
varmojfekoj for the patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea55873e..b6812057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ Version 1.17.1 (RGer), 2007-07-??
- fixed bug that caused $AllowedSenders to handle IPv6 scopes incorrectly;
also fixed but that could grabble $AllowedSender wildcards. Thanks to
mildew@gmail.com for the patch
+- minor code cleanup - thanks to Peter Vrabec for the patch
+- fixed minimal memory leak on HUP (caused by templates)
+ thanks to varmojfekoj <varmojfekoj@gmail.com> for the patch
---------------------------------------------------------------------------
Version 1.17.0 (RGer), 2007-07-17
- added $RepeatedLineReduction config parameter