summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3904b4b)
raw | patch | inline | side by side (parent: 3904b4b)
author | Florian Forster <octo@collectd.org> | |
Sun, 19 Feb 2012 10:12:43 +0000 (11:12 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 19 Feb 2012 10:12:43 +0000 (11:12 +0100) |
Change-Id: I3c73ac8b3ac73227e20ea32d052f5bea1575e29a
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 6b57f66b1269cc0b5e5a5541f14cffa21c670b53..4a99a15ad70c1f45b5cdf843e5445d5af5e2748c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2012-02-19, Version 5.0.3
+ * 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.
+ * 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
+ 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 5.0.2
* 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 5eb46de6428a7f5d88319256db4ae23dc4bf6ae6..6147b59955ce24b51d6a10521d7b0e8e2dfc675f 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/usr/bin/env bash
-DEFAULT_VERSION="5.0.2.git"
+DEFAULT_VERSION="5.0.3.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"