Update ChangeLog. collectd-4.10.6
authorFlorian Forster <octo@collectd.org>
Sun, 19 Feb 2012 09:58:46 +0000 (10:58 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 19 Feb 2012 09:58:46 +0000 (10:58 +0100)
Change-Id: I41518e6e48c089e79919d1bc65b03744872bcec0

ChangeLog

index 50ae5c2..9bcfbc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2012-02-05, Version 4.10.6
+2012-02-19, Version 4.10.6
        * Build system: Fix problems when building the ipvs and iptables
          plugins. Thanks to Sebastian Harl for his patch. A bashism in the
          version-gen.sh script has been fixed. Thanks to Jo-Philipp Wich for
@@ -6,6 +6,11 @@
        * csv and rrdtool plugins: Print a more helpful error message when the
          DataDir is a symlink pointing to a non-existing location. Thanks to
          Jonathan Nieder for his patch.
+       * exec plugin: Fix a problem when using select(2) to read from file
+         handles. Thanks to Gerrie Roos for his patch.
+       * network plugin: An incorrect error message in the handling of the
+         "Interface" configuration option has been fixed. Thanks to Gerrie
+         Roos for his patch.
        * oracle plugin: A potential endless loop in the error handling has
          been fixed.
        * python plugin: A crash bug in the configuration handling has been