X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=74c5ccbacece0241fc0e6c5551638fe260b4fccd;hb=76489692cb9eef2590d8280a3cefad1c9f9244a2;hp=e20058ae129a05ca69e4fcbb7f498f23951613d7;hpb=39cfe7375d7368f56bd6630903a44f6a3e04520a;p=collectd.git diff --git a/ChangeLog b/ChangeLog index e20058ae..74c5ccba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,14 +3,15 @@ * Default config: Added sample configuration for missing plugins. * apache plugin: Fix a segmentation fault in the config handling of VerifyPeer / VerifyHost. Thanks to "plazmus" for his or her patch. + * processes plugin: Fix handling of derive data sources. * rrdtool plugin: Fix a bug with random write timeouts. Due to an incorrect initialization some files may be suspended basically indefinitely. After flushing the files they were written regularly again. + * routeros plugin: Use the node name for the "host" field. * Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace. * Perl bindings: Fix a warning that was printed when building debugging output. - * routeros plugin: Use the node name for the "host" field. 2009-12-21, Version 4.9.0 * contextswitch plugin: The new ContextSwitch plugin gathers the @@ -51,6 +52,13 @@ * scale target: This target to scale (multiply) values by an arbitrary value has been added. +2010-01-14, Version 4.8.3 + * Documentation: Some manpage fixes. + * rrdtool plugin: Fix a bug with random write timeouts. Due to an + incorrect initialization some files may be suspended basically + indefinitely. After flushing the files they were written regularly + again. + 2009-12-18, Version 4.8.2 * Build system, java plugin: Don't use “find -L” to search for Java headers, because it's a GNU extension.