collectd.conf(5): Fixed and improved the section about the filter mechanism.
[collectd.git] / ChangeLog
index 0af677a..8e153ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009-02-15, Version 4.6.0
+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
@@ -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
@@ -48,7 +50,7 @@
          database and use SQL to gather custom statistics from it. It is
          similar to the already existing PostgreSQL plugin.
        * perl plugin: Compatibility fixes for broken versions of Perl 5.10
-         have been added.
+         has been added.
        * postgresql plugin: The preferred configuration syntax has been
          updated to be in line with the syntax used by the new dbi and oracle
          plugins. The compatibility code for the old syntax is present.
@@ -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