From c3e81ce5e320472d9d5789c092886e301905011c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 22 Apr 2008 10:28:20 +0200 Subject: [PATCH] Bumped version to 4.2.7; Updated ChangeLog. --- ChangeLog | 12 ++++++++++++ version-gen.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f10fac6..2cbac4a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-04-22, Version 4.2.7 + * build system: Improved detection of several libraries, especially if + they are in non-standard paths. + * 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. + 2008-03-29, Version 4.2.6 * collectd: Improved error messages when parsing the configuration. * sensors plugin: Fix temperature collection with libsensors4. diff --git a/version-gen.sh b/version-gen.sh index 61763ac5..e2edec0d 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.2.6.git" +DEFAULT_VERSION="4.2.7.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )" -- 2.11.0