From: Florian Forster Date: Mon, 21 Jan 2008 09:41:29 +0000 (+0100) Subject: Bumped version to 4.2.4; Updated ChangeLog. X-Git-Tag: collectd-4.2.4~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fe9c4eef067aa252dbbd42a364baafc373421893;p=collectd.git Bumped version to 4.2.4; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index b9e9fb6d..6a85d58c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-21, Version 4.2.4 + * unixsock plugin: A bug in the unixsock plugin caused it not to set + the permission on the socket as documented in the manpage. Thanks to + Evgeny Chukreev for fixing this issue. + * collectd: The documentation has been improved. + 2007-12-28, Version 4.2.3 * sensors plugin: Updated the plugin to build and work with version 3 of the libsensors library. diff --git a/version-gen.sh b/version-gen.sh index c4222aa5..187cfcc4 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.2.3.git" +DEFAULT_VERSION="4.2.4.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"