From 8caa0d691d9f6c22013aeaea7b6aa97be9f0a862 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 22 Apr 2008 13:18:21 +0200 Subject: [PATCH] Bumped version to 4.3.3; Updated ChangeLog. --- ChangeLog | 15 +++++++++++++++ version-gen.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da00f0b0..8b074b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-04-22, Version 4.3.3 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * build system: Portability fixes: Automatically define "_REENTRANT" + if the libc expects it. + * collectd: Error and warning messages have been improved. + * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before + using them. + * apache plugin: Allocate new memory when reading a webpage instead of + using a buffer of static size. + * exec plugin: Close (almost) all filedescriptors before exec(2)ing + the program. + * hddtemp plugin: Error and warning messages have been improved. + * sensors plugin: Fix sensor collection for some chip types. + 2008-03-29, Version 4.3.2 * collectd: Fix configuration of the `FailureMax', `WarningMax', and `Persist' threshold options. diff --git a/version-gen.sh b/version-gen.sh index 9f006e82..e0db73b3 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.3.2.git" +DEFAULT_VERSION="4.3.3.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )" -- 2.11.0