+2009-02-22, Version 4.6.1
+ * collectd: Many documentation fixes.
+ * Collectd::Unixsock: Error handling has been improved.
+ * regex match: Don't link with the PCRE library.
+ * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont
+ for finding and fixing most of them.
+ * ipmi plugin: Fix an off-by-one error which could cause segmentation
+ faults. Thanks to Peter Holik for his patch.
+
2009-02-16, Version 4.6.0
* collectd: Added the `filter chain' infrastructure, which allows the
user to use `matches' and `targets' to control value processing.
#!/bin/sh
-DEFAULT_VERSION="4.6.0.git"
+DEFAULT_VERSION="4.6.1.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"