summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f55088)
raw | patch | inline | side by side (parent: 3f55088)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 3 Jun 2008 17:09:14 +0000 (19:09 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 3 Jun 2008 17:09:14 +0000 (19:09 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 1a42ffd62b1971b6e4f30d71cb95c5a3d158d355..e960ff62c53434a692cd9f7fdf39e5ac6ed7664b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-06-03, Version 4.4.1
+ * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
+ to kyrone for reporting this.
+ * collectd: Fixed min/max output in notifications generated by
+ threshold checking.
+ * collectd-nagios: Fix the protocol used to communicate with the
+ daemon.
+ * perl plugin: Fail noisily, but don't shutdown the daemon, if
+ initialization has errors. An issue with Perl 5.10 has been fixed.
+ * teamspeak2 plugin: Fixed an out of bounce array access. Thanks to
+ René Rebe and Siegmund Gorr for reporting this.
+
2008-05-06, Version 4.4.0
* collectd: Internal code cleanups.
* collectd: Added support for a `Flush' command in the unixsock and
diff --git a/version-gen.sh b/version-gen.sh
index ff29b2228f1a417710131ad7d33f03a32e67adb4..755e1168026f3cedca6953ad0cf498e468d97f9e 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.4.0.git"
+DEFAULT_VERSION="4.4.1.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"