summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f0d178)
raw | patch | inline | side by side (parent: 3f0d178)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 2 Jun 2009 09:39:41 +0000 (11:39 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 2 Jun 2009 09:39:41 +0000 (11:39 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ff1f8dddbfad91b168baf138eb3974211112823c..45f220966d45f3b0b964986dc74fe68c1773f4c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-06-02, Version 4.7.1
+ * Build system: Detection of Java has been improved and missing
+ details have been added to the configuration summary. Support for
+ libtool 2.2 has been added.
+ * collectd: Two bugs with the threshold checking have been fixed. The
+ first one prevented thresholds to be checked at all, the second one
+ caused wrong behavior with the persistency option. Thanks to Andrés
+ J. Díaz for fixing these problems.
+ * collectd: Handling of the `Include' configuration option has been
+ fixed.
+ * rrdtool plugin: Make sure initialization is run only once. This
+ resolves problems under Solaris and potentially other systems.
+ Thanks to Amit Gupta for reporting this bug.
+ * java plugin: Make it possible to use dots ('.') instead of slashes
+ ('/') as the class separator. Thanks to Randy Rizun for pointing
+ this out.
+ * swap plugin: A work-around for 32-bit Solaris has been added. Thanks
+ to Doug MacEachern for the patch.
+
2009-05-11, Version 4.7.0
* apache plugin: Support to query multiple servers has been added.
Thanks to Amit Gupta for the patch.
diff --git a/version-gen.sh b/version-gen.sh
index 99bcb7e63d43031397f1cca08182f61dfe8263e6..6fcfb1e41e5bdb3aa46d138774c30dbdda31e70d 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.7.0.git"
+DEFAULT_VERSION="4.7.1.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"