+2008-03-29, Version 4.3.2
+ * collectd: Fix configuration of the `FailureMax', `WarningMax', and
+ `Persist' threshold options.
+ * collectd: Fix handling of missing values in the global value cache.
+ * collectd: Improved error messages when parsing the configuration.
+ * sensors plugin: Fix temperature collection with libsensors4.
+ * unixsock plugin: Fix mixed input and output operation on streams.
+ * wireless plugin: Fix reading noise value.
+
2008-03-05, Version 4.3.1
* exec plugin: Set supplementary group IDs.
* network plugin:
#!/bin/sh
-DEFAULT_VERSION="4.3.1.git"
+DEFAULT_VERSION="4.3.2.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"