Code

Merge branch 'collectd-4.2' into collectd-4.3
authorFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Tue, 22 Apr 2008 11:17:05 +0000 (13:17 +0200)
committerFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Tue, 22 Apr 2008 11:17:05 +0000 (13:17 +0200)
ChangeLog

index 5508405723cf05f531ee9e92a2928b455220e046..da00f0b001b4b7e692be77983d1404f1a276b52e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,6 +62,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.
@@ -70,6 +72,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.