X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=74c5ccbacece0241fc0e6c5551638fe260b4fccd;hb=cfc1e53a271638237fb0da769ae0e5485fa99495;hp=6275837b78888c3854745913b764fd2d3e30c040;hpb=649197d3ed512b81472de0e8a1f310520c234b20;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 6275837b..74c5ccba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2010-01-14, Version 4.9.1 + * Documentation: Some manpage fixes. + * 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. + 2009-12-21, Version 4.9.0 * contextswitch plugin: The new ContextSwitch plugin gathers the number of context switches done by the CPU. Thanks to Patrik @@ -37,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.