summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd28a7d)
raw | patch | inline | side by side (parent: dd28a7d)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 9 Jul 2010 09:39:08 +0000 (11:39 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 9 Jul 2010 09:39:08 +0000 (11:39 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 488487ff669703cff2dbe8414c594a1795120ac6..d2d7ce687e13324a73e60096b56ea955bdcd2a82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2010-07-06, Version 4.9.3
+ * Build system: Checking for "strtok_r" under Solaris has been fixed.
+ * Portability: Fixes for Solaris 8 have been applied. Thanks to
+ Aurélien Reynaud and Alexander Wuerstlein for their patches.
+ * collectd: The shutdown speed when terminating the read threads has
+ been improved.
+ * collectd-nagios: The format of the performance data has been fixed.
+ * 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.
+ * rrdcached plugin: A build issue has been resolved. Thanks to
+ Thorsten von Eicken for the patch.
+ * 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-04-22, Version 4.9.2
* Build system, various plugins: Fixes for AIX compatibility have been
added. Thanks to Manuel Sanmartin for his patches.
diff --git a/version-gen.sh b/version-gen.sh
index f22be7d3aede9a07f6129d49e250a70966682898..8662950c77912dcff8d8a0d516dceb4e6b42ac7e 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.9.2.git"
+DEFAULT_VERSION="4.9.3.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"