Code

Bumped version to 4.3.2; Updated ChangeLog. collectd-4.3.2
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 10:07:13 +0000 (11:07 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 10:07:13 +0000 (11:07 +0100)
ChangeLog
version-gen.sh

index 4f33a94f946a33a9572e343752dac49c9ee7eee3..407c57c7459243442b896ebfe1982201b359865f 100644 (file)
--- 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:
index 580b90c043f1c763191cc3f0df9eab0c66411b59..9f006e82aa820efed7f197c57f81a0ad2ceada2c 100755 (executable)
@@ -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-//' )"