From: Florian Forster Date: Fri, 11 Jan 2008 10:24:19 +0000 (+0100) Subject: Bumped version to 4.1.6; Updated ChangeLog. X-Git-Tag: collectd-4.1.6~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d539c6cdfa3c8664032aa53b0285b5e12882f424;p=collectd.git Bumped version to 4.1.6; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 74a13e05..9354272a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-11, Version 4.1.6 + * 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-27, Version 4.1.5 * rrdtool plugin: Fix a memory leak that only occured in very-low- memory situations. diff --git a/version-gen.sh b/version-gen.sh index 081ef96d..9243faed 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.1.5.git" +DEFAULT_VERSION="4.1.6.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"