From: Florian Forster Date: Tue, 22 Apr 2008 11:16:34 +0000 (+0200) Subject: ChangeLog: Add missing notes about _REENTRANT and the sensors plugin. X-Git-Tag: collectd-4.2.7^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9408d0b6c09eda66861826debd7f63a1e0cf5aea;hp=c3e81ce5e320472d9d5789c092886e301905011c;p=collectd.git ChangeLog: Add missing notes about _REENTRANT and the sensors plugin. --- diff --git a/ChangeLog b/ChangeLog index 2cbac4a6..d4f311a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 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. @@ -9,6 +11,7 @@ * 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.