summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b92c090)
raw | patch | inline | side by side (parent: b92c090)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 29 Mar 2008 10:07:13 +0000 (11:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 29 Mar 2008 10:07:13 +0000 (11:07 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 4f33a94f946a33a9572e343752dac49c9ee7eee3..407c57c7459243442b896ebfe1982201b359865f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 580b90c043f1c763191cc3f0df9eab0c66411b59..9f006e82aa820efed7f197c57f81a0ad2ceada2c 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.3.1.git"
+DEFAULT_VERSION="4.3.2.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"