X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=8b074b4baed620acf34f4b80a3ea57977567ca98;hb=e5182de306d64ba778c39a34f5c34961bd8c01b3;hp=fceab49c7876a2a5ac5c4eb2d9d8ed0c3f50258d;hpb=ba21f4c6f3fc2eb729ce8dcb30d538031fd2d967;p=collectd.git diff --git a/ChangeLog b/ChangeLog index fceab49c..8b074b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2008-04-22, Version 4.3.3 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. + * collectd: Error and warning messages have been improved. + * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before + using them. + * apache plugin: Allocate new memory when reading a webpage instead of + using a buffer of static size. + * exec plugin: Close (almost) all filedescriptors before exec(2)ing + the program. + * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. + +2008-03-29, Version 4.3.2 + * collectd: Fix configuration of the `FailureMax', `WarningMax', and + `Persist' threshold options. + * collectd: Fix handling of missing values in the global value cache. + * collectd: Improved error messages when parsing the configuration. + * sensors plugin: Fix temperature collection with libsensors4. + * unixsock plugin: Fix mixed input and output operation on streams. + * wireless plugin: Fix reading noise value. + 2008-03-05, Version 4.3.1 * exec plugin: Set supplementary group IDs. * network plugin: @@ -50,6 +74,27 @@ physical server. Thanks to Richard Jones from Red Hat's Emerging Technology group for this plugin. +2008-04-22, Version 4.2.7 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. + * collectd: Error and warning messages have been improved. + * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before + using them. + * apache plugin: Allocate new memory when reading a webpage instead of + using a buffer of static size. + * exec plugin: Close (almost) all filedescriptors before exec(2)ing + the program. + * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. + +2008-03-29, Version 4.2.6 + * collectd: Improved error messages when parsing the configuration. + * sensors plugin: Fix temperature collection with libsensors4. + * unixsock plugin: Fix mixed input and output operation on streams. + * wireless plugin: Fix reading noise value. + 2008-03-04, Version 4.2.5 * apache plugin: Improved initialization and error messages. * exec plugin: Set supplementary group IDs.