X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=1282095fbc1a7f6068f57d277da5769d0118b7bf;hb=619f112a584fcd89d2e8df7781a0a01341188189;hp=2076d207a4fa1ec17c68ddb1da63b1d5565f5895;hpb=b10e5d81780306200ecadaf86605cef5ad8c9a04;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 2076d207..1282095f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2009-02-15, Version 4.6.0 +2009-02-16, Version 4.6.0 * collectd: Added the `filter chain' infrastructure, which allows the user to use `matches' and `targets' to control value processing. * collectd: The new `-T' command line argument allows more in-depth @@ -6,7 +6,7 @@ * collectd-nagios: The Nagios integration command has been updated to use libcollectdclient. The `percentage' aggregation function has been added. Thanks to Fabian Linzberger for the patch. - * libcollectdclient: A library which abstract communication with the + * libcollectdclient: A library which abstracts communication with the unixsock plugin for clients has been added. * regex match: Match values by their identifies using regular expressions. @@ -51,13 +51,17 @@ similar to the already existing PostgreSQL plugin. * perl plugin: Compatibility fixes for broken versions of Perl 5.10 have been added. + * perl plugin: Export the newly added plugin_write() to Perl plugins. + * perl plugin: Added support for `notification meta data'. + * perl plugin: Added support for the `filter chain' infrastructure by + allowing plugins to register `matches' and `targets'. * postgresql plugin: The preferred configuration syntax has been updated to be in line with the syntax used by the new dbi and oracle plugins. The compatibility code for the old syntax is present. Support for the new `Result' blocks and the interval parameter has been added. - * processes plugin: Stacksize of virtual memory usage statistics have - been addded. Portability fixes. + * processes plugin: Stacksize and virtual memory usage statistics have + been added. Portability fixes. * rrdcached plugin: This new plugin uses the (still in development) RRD accelerator daemon, rrdcached. This daemon works very similar to the original rrdtool plugin of collectd, but adds some more nice @@ -65,6 +69,18 @@ * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been added. +2009-02-22, Version 4.5.3 + * build system: The check for libupsclient even when `pkg-config' is + not available. + * collectd: Fix error handling in the global cache. + * Collectd::Unixsock: Error handling has been improved. + * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his + patch. + * ipmi plugin: Fix an off-by-one error which could cause segmentation + faults. Thanks to Peter Holik for his patch. + * tcpconns plugin: An endianness problem has been fixed in the *BSD + code. Thanks to "thated" for reporting this. + 2009-01-02, Version 4.5.2 * build system: Check for `mysql.h' and `mysql/mysql.h', since the file may be in both locations, especially when the database was