summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ee497d)
raw | patch | inline | side by side (parent: 5ee497d)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 9 Jul 2010 10:01:28 +0000 (12:01 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 9 Jul 2010 10:01:28 +0000 (12:01 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index a74e1b154c636939108d3853b19a723497e75885..c50ae2a9dbf50e1137135417008a411d8a54b93b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
+ Alexander Wuerstlein for his patch.
+ * collectd: The shutdown speed when terminating the read threads has
+ been improved.
+ * libcollectdclient: A format error in the PUTVAL command has been
+ removed. Thanks to Johan Van den Brande for fixing this.
+ * df plugin: An error message shown when "cu_mount_getlist" fails has
+ been added.
+ * processes plugin: Missing initialization code for IO members of a
+ struct has been added. Thanks to Aurélien Reynaud for fixing this.
+ * python plugin: Memory leaks in the write and notification callbacks
+ have been fixed. A possible crash when the plugin was loaded but not
+ configured has been fixed. Thanks to Sven Trenkel for his patches.
+ * snmp plugin: Verbosity with regard to unknown ASN types has been
+ increased. A build problem on PowerPC and ARM processors has been
+ fixed by Aurélien Reynaud; thanks!
+ * powerdns plugin: Compatibility changes for PowerDNS 2.9.22 and above
+ have been applied. Thanks to Luke Heberling for his changes.
+
2010-05-01, Version 4.10.0
* collectd: JSON output now includes the "dstypes" and "dsnames"
fields. This makes it easier for external applications to interpret
diff --git a/version-gen.sh b/version-gen.sh
index a0e870974e5403e76bdc16a2bae60af9649e219e..6b3751d055839aaf7caccdcaabe095e0455b45c0 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.10.0.git"
+DEFAULT_VERSION="4.10.1.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"