X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ChangeLog;h=ecc3869d4abe4c1c93458825b98aba764efe6276;hb=b5ed3c9b617ba78a98f3ef279bb3efa325536080;hp=64006dbb2f8ffceb756224ba22104270199317c4;hpb=79c87aeda9172e219a842e393c6499c8bf37662a;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 64006dbb..ecc3869d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ -2009-09-13, Version 4.8.0 +2009-10-04, Version 4.8.1 + * Build system: Issues when building the iptables plugin have been + fixed. + * exec plugin: Clear the signal block mask before calling exec(2). + * perl plugin: Declare the “environ” variable. This solves build + issues on some platforms. + * processes plugin: Remove unnecessary call of realloc(3). Thanks to + Andrés J. Díaz for the patch. + * unixsock plugin: Fix a (well hidden) race condition related to file + descriptor handling. +2009-09-13, Version 4.8.0 * collectd: Two new data source types, “DERIVE” and “ABSOLUTE”, have been added. “DERIVE” can be used for counters that are reset occasionally. Thanks to Mariusz Gronczewski for implementing this. @@ -36,6 +46,8 @@ * tokyotyrant plugin: The new TokyoTyrant plugin reads the number of records and file size from a running Tokyo Tyrant server. Thanks to Paul Sadauskas for the patch. + * unixsock plugin: Add the “GETTHRESHOLD” command. This command can be + used to query the thresholds configured for a particular identifier. * write_http plugin: The new Write HTTP plugin sends the values collected by collectd to a web-server using HTTP POST requests. Thanks to Paul Sadauskas for the patch. @@ -46,6 +58,17 @@ lists, where at least one data source is of type COUNTER and the counter value of all counter data sources is zero. +2009-10-03, Version 4.7.4 + * Build system: Issues when building the iptables plugin have been + fixed. + * exec plugin: Clear the signal block mask before calling exec(2). + * perl plugin: Declare the “environ” variable. This solves build + issues on some platforms. + * processes plugin: Remove unnecessary call of realloc(3). Thanks to + Andrés J. Díaz for the patch. + * unixsock plugin: Fix a (well hidden) race condition related to file + descriptor handling. + 2009-09-13, Version 4.7.3 * collectd: Fix a possible but very rare invalid “free” in the caching code. Thanks to Sebastian Harl for the patch.