X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=90ff1c6010b92a01196687470bfa68f11fa07e9b;hb=5ec7a37c81d6f64f35b1f35e2f0e3157e83f2718;hp=322ae1622eb9b8cc245d9e0702f3c2fd288f0747;hpb=b6c3774b0d4690d666a12cfeeff28a158484a36b;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 322ae162..90ff1c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2011-03-26, Version 4.10.3 + * Documentation: Several updates and additions. Thanks to Sebastian Harl. + * collectd: Build issues (compiler warnings) have been fixed. Thanks to + Bruno Prémont. + * collectd: Threshold subsection: Handling of NAN values in the + percentage calculation has been fixed. + * collectd, java plugin, ntpd plugin: Several diagnostic messages have + been improved. + * curl_json plugin: Handling of arrays has been fixed. + * libvirt plugin: A bug in reading the virtual CPU statistics has been + fixed. Thanks to “JLPC” for reporting this problem. + * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored. + * processes plugin: Potentially erroneous behavior has been fixed in an + error handling case. + * python plugin: Fix dispatching of values from Python scripts to + collectd. Thanks to Gregory Szorc for finding and fixing this + problem. + 2010-11-27, Version 4.10.2 * Documentation: Various documentation fixes. * collectd: If including one configuration file fails, continue with @@ -23,6 +41,7 @@ * python plugin: Set "sys.argv", since many scripts don't expect that it may not be set. Thanks to Sven Trenkel for the patch. * rrdtool, rrdcached plugin: Fix a too strict assertion when creating + RRD files. * swap plugin: A bug which lead to incorrect I/O values has been fixed. * value match: A minor memory leak has been fixed. Thanks to Sven @@ -105,6 +124,22 @@ * regex match: The "Invert" option has been added. Thanks to Julien Ammous for his patch. +2011-03-26, Version 4.9.5 + * Documentation: Several updates and additions. Thanks to Sebastian Harl. + * collectd: Build issues (compiler warnings) have been fixed. Thanks to + Bruno Prémont. + * collectd: Threshold subsection: Handling of NAN values in the + percentage calculation has been fixed. + * collectd, java plugin, ntpd plugin: Several diagnostic messages have + been improved. + * libvirt plugin: A bug in reading the virtual CPU statistics has been + fixed. Thanks to “JLPC” for reporting this problem. + * processes plugin: Potentially erroneous behavior has been fixed in an + error handling case. + * python plugin: Fix dispatching of values from Python scripts to + collectd. Thanks to Gregory Szorc for finding and fixing this + problem. + 2010-11-27, Version 4.9.4 * Documentation: Various documentation fixes. * collectd: If including one configuration file fails, continue with