From: Florian Forster Date: Tue, 15 Jul 2008 14:29:39 +0000 (+0200) Subject: Bumped version to 4.4.2; Updated ChangeLog. X-Git-Tag: collectd-4.4.2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4bc5568e749defb044160bb0cd80c5cb5fa3267c;p=collectd.git Bumped version to 4.4.2; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 0f0f2571..fb89d6b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-07-15, Version 4.4.2 + * build system: Use pkg-config to detect the upsclient library. + * collectd: Try even harder to determine the endianess of the + architecture collectd is being built on. + * disk plugin: Fix for Linux 2.4: A wrong field was used as the name + of disks. + * dns plugin: Fix compilation errors with BIND versions 19991001 + through 19991005. + * network plugin: Bugfix in the init routine: The init function + cleared a buffer regardless of its contents. This could lead to lost + values under Solaris. + * nginx plugin: Remove usage of the thread-unsafe `strtok' function. + * wireless plugin: Work around incorrect noise and power values + returned by some broken drivers. + 2008-06-03, Version 4.4.1 * collectd: Fix the `DataSource' option within `Type' blocks. Thanks to kyrone for reporting this. diff --git a/version-gen.sh b/version-gen.sh index 755e1168..0049f7de 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.4.1.git" +DEFAULT_VERSION="4.4.2.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"