+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
#!/bin/sh
-DEFAULT_VERSION="4.4.0.git"
+DEFAULT_VERSION="4.4.1.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"