collectd.conf(5): Fixed and improved the section about the filter mechanism.
[collectd.git] / ChangeLog
index 01f44cb..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
@@ -50,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.
@@ -62,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