summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 488c2ca)
raw | patch | inline | side by side (parent: 488c2ca)
author | Florian Forster <octo@collectd.org> | |
Sat, 21 Jan 2012 13:01:34 +0000 (14:01 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 21 Jan 2012 13:01:34 +0000 (14:01 +0100) |
Change-Id: I8e564e51d9e9f3dc847811fd0d51fbf0079c20ba
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 2c75b5dabdec890f04702fe47e1563f0b5c2ac62..9ad049c7f3b928b6df3811467bf9f6d88de216b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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!
+ * df plugin: Fix handling of negative "available" counts. This can
+ occur with some file systems, for example UFS. Thanks to Toni Ylenius
+ for his patch.
+ * interface plugin: "mac" interfaces are now ignored on Solaris. These
+ pseudo-interfaces occur multiple times, causing warnings. Also switch
+ to 64-bit counters on Solaris, improving overflow behavior for
+ high-speed interfaces. Thanks to Eddy Geez and Fabien Wernli for
+ their patches.
+ * memory plugin: Account kernel and unused memory under Solaris. Thanks
+ to Fabien Wernli for his patch.
+ * network plugin: A bug in the interaction between the Network plugin
+ and filter chains has been fixed: When a filter modified a field such
+ as the hostname, subsequent values in the same network packets could
+ have ended up using the modified name rather than the original name.
+ Thanks to Sebastian Harl for identifying the problem.
+ * python plugin: A memory leak has been fixed. Thanks to Sven Trenkel
+ for fixing this bug!
+
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.
diff --git a/version-gen.sh b/version-gen.sh
index e40405c137f931ecf1a2703b163b206f16fadef8..5bc20a112927c3969901bc2157bdad18d629d210 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="5.0.1.git"
+DEFAULT_VERSION="5.0.2.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"