summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0cdc4e2)
raw | patch | inline | side by side (parent: 0cdc4e2)
author | Florian Forster <octo@collectd.org> | |
Fri, 7 Oct 2011 15:36:10 +0000 (17:36 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 7 Oct 2011 15:36:10 +0000 (17:36 +0200) |
Change-Id: I01466d5fb5c0d5c08a48d7c7e7a81239960a2d3c
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index b788350ff529318a60090a75515b2d91b412baf7..504e9484678f1dadb74aa0f9eda1d31148bea6a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2011-10-07, Version 5.0.1
+
+ * collectd: A mutex leak has been fixed in the meta data code. Thanks
+ to Rafal Lesniak for his patch.
+ * collectd: Compatibility fixes for GCC 4.6 have been applied. Thanks
+ to Peter Green for his patch.
+ * csv plugin: The line buffer size has been increased. Thanks to Colin
+ McCabe for the patch.
+ * curl_json plugin: Don't use the "parent" node to build the type
+ instance, if it is empty. Compatibility with libyajl 2 has been
+ added. Thanks to "spupykin" of the Arch Linux project for the initial
+ code. Formatting of time has been fixed in the JSON module.
+ * exec plugin: Fix the timestamp value passed to notification scripts.
+ Thanks to Alexander Kovalenko for fixing this.
+ * iptables plugin: Fix linking with some versions of libiptc.
+ * irq plugin: Fix support for interrupts under Linux. The old code
+ assumed that interrupts have a numeric value -- this is no longer
+ true for Linux. Thanks to Bostjan Skufca for implementing this.
+ * notify_desktop plugin: Compatibility with libnotify 0.7 has been
+ added. Thanks to Samuli Suominen for his patch.
+ * processes plugin: Fix handling of regular expressions containing
+ spaces. Thanks for Sebastian Harl for fixing this.
+ * rrdtool, rrdcached plugins: Improve precision of the XFF parameter.
+ Previously, values like 0.999 would have been rounded to 1.0. Thanks
+ to Francois-Xavier Bourlet for fixing this.
+ * varnish plugin: Fix data type handling of some metrics. Some values
+ were submitted as gauge even though they were derives.
+ * Various plugin: Set a multi-threading flag in libcurl. Thanks to Mike
+ Flisher for the fix.
+
2011-03-28, Version 5.0.0
* collectd: The "FQDNLookup" option is now enabled by default.
* collectd: The internal representation of time has been changed to
diff --git a/version-gen.sh b/version-gen.sh
index f232dc8d8960c8e076c028e6cfb8ff56b82963ad..e40405c137f931ecf1a2703b163b206f16fadef8 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="5.0.0.git"
+DEFAULT_VERSION="5.0.1.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"