summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98ee380)
raw | patch | inline | side by side (parent: 98ee380)
author | Florian Forster <octo@collectd.org> | |
Sun, 5 Feb 2012 13:02:07 +0000 (14:02 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 5 Feb 2012 13:02:07 +0000 (14:02 +0100) |
Change-Id: I95bfb6e742ba7ad9e2b9c89dc990cd4bf573dbfa
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index c61a669d4c920893dc0b7c2b1d3a6ce5bea9555f..50ae5c21d4a2da6c165bb1f273fe963636e4637d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2012-02-05, 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
+ his patch.
+ * 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.
+ * oracle plugin: A potential endless loop in the error handling has
+ been fixed.
+ * python plugin: A crash bug in the configuration handling has been
+ fixed. Thanks to Sven Trenkel for his patch.
+ * interfaces plugin: The change which was supposed to ignore "bogus"
+ interfaces has been reverted, since it ignored legit interfaces, such
+ as bonding pseudo-devices as well.
+
2012-01-21, Version 4.10.5
* curl_xml plugin: Fix handling of file:// and other URLs (which don't
follow HTTP status codes). Thanks to Fabien Wernli for his patch!
diff --git a/version-gen.sh b/version-gen.sh
index 1d5416ba800f62321138d7c5dbeb66137ec00186..386a1c1c005c19986c96fe389535b6bae5bceb66 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/usr/bin/env bash
-DEFAULT_VERSION="4.10.5.git"
+DEFAULT_VERSION="4.10.6.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"