swap plugin: Be more sensitive about integer sizes in the *BSD code.
[collectd.git] / ChangeLog
index 0af677a..2076d20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,9 @@
          statistics, allowing very detailed name server statistics. Thanks to
          Bruno PrĂ©mont for this plugin.
        * cpu plugin: Report `interrupt' separately when using
-         sysctlbyname(3) (used under *BSD).
+         sysctlbyname(3) (used under *BSD). Support for sysctl(3), for
+         example for native OpenBSD support, has been added. Thanks to Simon
+         Kuhnle for the patch.
        * csv plugin: Make it possible to write values to STDOUT instead of
          files. This is meant for testing purposes mostly. The output written
          to STDOUT is compatible with the exec plugin. Thanks to Doug
@@ -60,6 +62,8 @@
          RRD accelerator daemon, rrdcached. This daemon works very similar to
          the original rrdtool plugin of collectd, but adds some more nice
          features.
+       * swap plugin: Code for OpenBSD (and possibly other *BSDs) has been
+         added.
 
 2009-01-02, Version 4.5.2
        * build system: Check for `mysql.h' and `mysql/mysql.h', since the