From: Florian Forster Date: Sun, 19 Feb 2012 09:58:46 +0000 (+0100) Subject: Update ChangeLog. X-Git-Tag: collectd-4.10.6^0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=8a81e4d5907c43d22a808dbfe088eb4ddab2a16b;p=collectd.git Update ChangeLog. Change-Id: I41518e6e48c089e79919d1bc65b03744872bcec0 --- diff --git a/ChangeLog b/ChangeLog index 50ae5c21..9bcfbc28 100644 --- 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