summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66f9d64)
raw | patch | inline | side by side (parent: 66f9d64)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 27 Nov 2010 10:03:34 +0000 (11:03 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 27 Nov 2010 10:03:34 +0000 (11:03 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index b447b07c09def367e8c27ede5c775ed8ea85abaa..322ae1622eb9b8cc245d9e0702f3c2fd288f0747 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2010-11-27, Version 4.10.2
+ * Documentation: Various documentation fixes.
+ * collectd: If including one configuration file fails, continue with
+ the rest of the configuration if possible.
+ * collectd: Fix a bug in the read function scheduling. In rare cases
+ read functions may not have been called as often as requested.
+ * collectd: Concurrency issues with errno(3) under AIX have been
+ fixed: A thread-safe version of errno has to be requested under AIX.
+ Thanks to Aurélien Reynaud for his patch.
+ * collectd: A left-over hard-coded 2 has been replaced by the
+ configurable timeout value.
+ * curl, memcachec, tail plugins: Fix handling of "DERIVE" data
+ sources. Matching the end of a string has been improved; thanks to
+ Sebastian Harl for the patch.
+ * curl_json plugin: Fix a problem when parsing 64bit integers. Reading
+ JSON data from non-HTTP sources has been fixed.
+ * netapp plugin: Pass the interval setting to the dispatch function.
+ Restore compatibility to NetApp Release 7.3. Thanks to Sven Trenkel
+ for the patch.
+ * network plugin: Be less verbose about unchecked signatures, in order
+ to prevent spamming the logs.
+ * notify_email plugin: Concurrency problems have been fixed.
+ * python plugin: Set "sys.argv", since many scripts don't expect that
+ it may not be set. Thanks to Sven Trenkel for the patch.
+ * rrdtool, rrdcached plugin: Fix a too strict assertion when creating
+ * swap plugin: A bug which lead to incorrect I/O values has been
+ fixed.
+ * value match: A minor memory leak has been fixed. Thanks to Sven
+ Trenkel for the patch.
+
2010-07-09, Version 4.10.1
* Build system: Checking for "strtok_r" under Solaris has been fixed.
* Portability: Fixes for Solaris 8 have been applied. Thanks to
diff --git a/version-gen.sh b/version-gen.sh
index 6b3751d055839aaf7caccdcaabe095e0455b45c0..27ceb3b9b2d43f51ee5e33642dffa2c0bf7803f1 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.10.1.git"
+DEFAULT_VERSION="4.10.2.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"