From a962cc65ed7e9fd1c26ee5f4172d3d0b82c8ec5f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 29 Mar 2008 11:07:13 +0100 Subject: [PATCH] Bumped version to 4.3.2; Updated ChangeLog. --- ChangeLog | 9 +++++++++ version-gen.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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-//' )" -- 2.11.0