X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=924d40457d6bb816346c3d9e07bc2d576d5ef956;hb=bab5b0e471b1e7cd86595873e2f926943cde811b;hp=ef5c05f9b21886b52d0be0426dce77427ced3ba1;hpb=387ebb0f0ce044170d25e5cf10f2a7aed4d69b11;p=collectd.git diff --git a/ChangeLog b/ChangeLog index ef5c05f9..924d4045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,32 @@ -2009-02-15, Version 4.6.0 +2009-03-18, Version 4.6.2 + * collectd: Some Solaris utility code has been improved. + * filter subsystem: Allow `Chains' without default targets. + * liboping: A patch to comply with strict aliasing rules has been + added. + * timediff match: Fix a typo: The match was registered with a wrong + name which prevented this match to be used as documented. Thanks to + Bruno Prémont for finding this problem. + * bind plugin: Fix collection of the cached RR sets. The number of RR + sets currently in the cache was collected as a counter value, which + is nonsense. Thanks to Bruno Prémont for implementing this. + * dns plugin: Don't pass NULL to `pcap_open_live': Some systems, + primarily BSDs, don't take it well and crash. + * oracle plugin: Portability to 64 bit systems has been improved. + * postgresql plugin: The default configuration has been improved. + * rrdtool plugin: Fix a possible race condition: If the network plugin + is brought and dispatches a value before the rrdtool plugin is + initialized, the daemon may crash. + +2009-02-22, Version 4.6.1 + * collectd: Many documentation fixes. + * Collectd::Unixsock: Error handling has been improved. + * regex match: Don't link with the PCRE library. + * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont + for finding and fixing most of them. + * ipmi plugin: Fix an off-by-one error which could cause segmentation + faults. Thanks to Peter Holik for his patch. + +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 @@ -69,6 +97,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