summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e73ea6)
raw | patch | inline | side by side (parent: 4e73ea6)
author | Florian Forster <octo@collectd.org> | |
Sun, 19 Feb 2012 09:58:46 +0000 (10:58 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 19 Feb 2012 09:58:46 +0000 (10:58 +0100) |
Change-Id: I41518e6e48c089e79919d1bc65b03744872bcec0
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 50ae5c21d4a2da6c165bb1f273fe963636e4637d..9bcfbc28fa2e933ea73ce70de491698fe5806d4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-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
* 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