X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ChangeLog;h=2e6b6e976cf5cf0360befa59487ce0a78e8b808b;hb=e853b1cad4b79bcab0a2ba000ec78d97fee1b1f3;hp=8ea965ef69b75541883a00d01e3eb3ada4f94c33;hpb=2652653c3db161442d28709d79c3f2d81ab571ee;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 8ea965ef..2e6b6e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ -2011-10-07, Version 5.0.1 +2012-01-21, Version 5.0.2 + * curl_xml plugin: Fix handling of file:// and other URLs (which don't + follow HTTP status codes). Thanks to Fabien Wernli for his patch! + * df plugin: Fix handling of negative "available" counts. This can + occur with some file systems, for example UFS. Thanks to Toni Ylenius + for his patch. + * interface plugin: "mac" interfaces are now ignored on Solaris. These + pseudo-interfaces occur multiple times, causing warnings. Also switch + to 64-bit counters on Solaris, improving overflow behavior for + high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for + their patches. + * memory plugin: Account kernel and unused memory under Solaris. Thanks + to Fabien Wernli for his patch. + * network plugin: A bug in the interaction between the Network plugin + and filter chains has been fixed: When a filter modified a field such + as the hostname, subsequent values in the same network packets could + have ended up using the modified name rather than the original name. + Thanks to Sebastian Harl for identifying the problem. + * oracle plugin: A memory leak has been fixed in the parameter handling. + * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel + for fixing this bug! +2011-10-07, Version 5.0.1 * collectd: A mutex leak has been fixed in the meta data code. Thanks to Rafal Lesniak for his patch. * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks @@ -73,7 +94,7 @@ technique of POWER CPUs. Thanks to Aurélien Reynaud for his code and patience. * modbus plugin: Support for libmodbus 2.9.2 has been added and the - license has been changes to LGPLv2.1. + license has been changed to LGPLv2.1. * mysql plugin: Backwards compatibility code has been removed. The data sets used have been improved. * network plugin: The default buffer size has been increased to @@ -98,6 +119,28 @@ * v5upgrade target: Target for converting v4 data sets to the v5 schema. +2012-01-21, Version 4.10.5 + * curl_xml plugin: Fix handling of file:// and other URLs (which don't + follow HTTP status codes). Thanks to Fabien Wernli for his patch! + * df plugin: Fix handling of negative "available" counts. This can + occur with some file systems, for example UFS. Thanks to Toni Ylenius + for his patch. + * interface plugin: "mac" interfaces are now ignored on Solaris. These + pseudo-interfaces occur multiple times, causing warnings. Also switch + to 64-bit counters on Solaris, improving overflow behavior for + high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for + their patches. + * memory plugin: Account kernel and unused memory under Solaris. Thanks + to Fabien Wernli for his patch. + * network plugin: A bug in the interaction between the Network plugin + and filter chains has been fixed: When a filter modified a field such + as the hostname, subsequent values in the same network packets could + have ended up using the modified name rather than the original name. + Thanks to Sebastian Harl for identifying the problem. + * oracle plugin: A memory leak has been fixed in the parameter handling. + * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel + for fixing this bug! + 2011-10-14, Version 4.10.4 * collectd: A mutex leak has been fixed in the meta data code. Thanks to Rafal Lesniak for his patch.