summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15a21f2)
raw | patch | inline | side by side (parent: 15a21f2)
author | Florian Forster <octo@collectd.org> | |
Fri, 25 Mar 2011 15:39:17 +0000 (08:39 -0700) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 26 Mar 2011 15:50:46 +0000 (08:50 -0700) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index b313302cf5254825b5786a712994eb52ffd9edbc..07e6c970b5667e901cb0724099bc9e86dac0e6be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2011-03-26, Version 4.9.5
+ * collectd: Build issues (compiler warnings) have been fixed. Thanks to
+ Bruno Prémont.
+ * collectd, java plugin, ntpd plugin: Several diagnostic messages have
+ been improved.
+ * collectd: Threshold subsection: Handling of NAN values in the
+ percentage calculation has been fixed.
+ * Documentation: Several updates and additions. Thanks to Sebastian Harl.
+ * libvirt plugin: A bug in reading the virtual CPU statistics has been
+ fixed. Thanks to “JLPC” for reporting this problem.
+ * python plugin: Fix dispatching of values from Python scripts to
+ collectd. Thanks to Gregory Szorc for finding and fixing this
+ problem.
+ * processes plugin: Potentially erroneous behavior has been fixed in an
+ error handling case.
+
2010-11-27, Version 4.9.4
* Documentation: Various documentation fixes.
* collectd: If including one configuration file fails, continue with
diff --git a/version-gen.sh b/version-gen.sh
index 5ae4f2b5ad2285aae14006f186af65d979aee40f..76bb4d5fac4b7541cb644387225daa905e96fd54 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.9.4.git"
+DEFAULT_VERSION="4.9.5.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"