Code

Bumped version to 4.4.1; Updated ChangeLog. collectd-4.4.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 3 Jun 2008 17:09:14 +0000 (19:09 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 3 Jun 2008 17:09:14 +0000 (19:09 +0200)
ChangeLog
version-gen.sh

index 1a42ffd62b1971b6e4f30d71cb95c5a3d158d355..e960ff62c53434a692cd9f7fdf39e5ac6ed7664b 100644 (file)
--- 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
index ff29b2228f1a417710131ad7d33f03a32e67adb4..755e1168026f3cedca6953ad0cf498e468d97f9e 100755 (executable)
@@ -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-//' )"