summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9aedf9e)
raw | patch | inline | side by side (parent: 9aedf9e)
author | Florian Forster <octo@collectd.org> | |
Sat, 26 Mar 2011 16:00:17 +0000 (09:00 -0700) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 26 Mar 2011 16:00:17 +0000 (09:00 -0700) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 01da68a6cd7ea30138b3e6cbb5af6b93d4348d42..90ff1c6010b92a01196687470bfa68f11fa07e9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2011-03-26, Version 4.10.3
+ * Documentation: Several updates and additions. Thanks to Sebastian Harl.
+ * collectd: Build issues (compiler warnings) have been fixed. Thanks to
+ Bruno Prémont.
+ * collectd: Threshold subsection: Handling of NAN values in the
+ percentage calculation has been fixed.
+ * collectd, java plugin, ntpd plugin: Several diagnostic messages have
+ been improved.
+ * curl_json plugin: Handling of arrays has been fixed.
+ * libvirt plugin: A bug in reading the virtual CPU statistics has been
+ fixed. Thanks to “JLPC” for reporting this problem.
+ * modbus plugin: Compatibility with libmodbus 2.0.3 has been restored.
+ * processes plugin: Potentially erroneous behavior has been fixed in an
+ error handling case.
+ * python plugin: Fix dispatching of values from Python scripts to
+ collectd. Thanks to Gregory Szorc for finding and fixing this
+ problem.
+
2010-11-27, Version 4.10.2
* Documentation: Various documentation fixes.
* collectd: If including one configuration file fails, continue with
Ammous for his patch.
2011-03-26, Version 4.9.5
+ * Documentation: Several updates and additions. Thanks to Sebastian Harl.
* 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.
+ * collectd, java plugin, ntpd plugin: Several diagnostic messages have
+ been improved.
* libvirt plugin: A bug in reading the virtual CPU statistics has been
fixed. Thanks to “JLPC” for reporting this problem.
+ * processes plugin: Potentially erroneous behavior has been fixed in an
+ error handling case.
* 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.
diff --git a/version-gen.sh b/version-gen.sh
index 27ceb3b9b2d43f51ee5e33642dffa2c0bf7803f1..e3b2040f3b8894cc069dd25ae390e91eaaff0006 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.10.2.git"
+DEFAULT_VERSION="4.10.3.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"