From: Florian Forster Date: Thu, 16 Oct 2008 20:07:59 +0000 (+0200) Subject: ChangeLog: Added the changed poisoning behavior. X-Git-Tag: collectd-4.4.4^0 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=da27344d819e431e74b15a638c91f8d0ff44125d;p=collectd.git ChangeLog: Added the changed poisoning behavior. --- diff --git a/ChangeLog b/ChangeLog index 0b0629b2..9a87ac27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2008-10-16, Version 4.4.4 * build system: Change `--enable-' to abort with an error if dependencies are not met. Thanks to Bruno Prémont for the patch. + Also, the poisoning of various string functions has been restricted + to debug builds. * collectd: Fix a memory leak in the global value cache. With every *missing* value a couple of bytes would be leaked. Another memory leak in the configuration handling code has been fixed. Thanks to