From 889ca6f42e5b2f567ea038a35f8e82209edc0eeb Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 3 Jun 2008 19:09:14 +0200 Subject: [PATCH] Bumped version to 4.4.1; Updated ChangeLog. --- ChangeLog | 12 ++++++++++++ version-gen.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a42ffd6..e960ff62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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 ff29b222..755e1168 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.4.0.git" +DEFAULT_VERSION="4.4.1.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )" -- 2.30.2