From: Florian Forster Date: Sat, 29 Mar 2008 10:07:13 +0000 (+0100) Subject: Bumped version to 4.3.2; Updated ChangeLog. X-Git-Tag: collectd-4.3.2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a4333647f5226744fe5750255b9c215e239b3170;p=collectd.git Bumped version to 4.3.2; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 4f33a94f..407c57c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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: diff --git a/version-gen.sh b/version-gen.sh index 580b90c0..9f006e82 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.3.1.git" +DEFAULT_VERSION="4.3.2.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"