From: Florian Forster Date: Sun, 22 Feb 2009 18:43:53 +0000 (+0100) Subject: Bumped version to 4.6.1; Updated ChangeLog. X-Git-Tag: collectd-4.6.1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=59f7ea301bbcc9d392cd5866e637a7d5087989cd;p=collectd.git Bumped version to 4.6.1; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 1282095f..10a4cc13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-02-22, Version 4.6.1 + * collectd: Many documentation fixes. + * Collectd::Unixsock: Error handling has been improved. + * regex match: Don't link with the PCRE library. + * bind plugin: Various bugs have been fixed. Thanks to Bruno Prémont + for finding and fixing most of them. + * ipmi plugin: Fix an off-by-one error which could cause segmentation + faults. Thanks to Peter Holik for his patch. + 2009-02-16, Version 4.6.0 * collectd: Added the `filter chain' infrastructure, which allows the user to use `matches' and `targets' to control value processing. diff --git a/version-gen.sh b/version-gen.sh index c3100595..69e4f9a1 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.6.0.git" +DEFAULT_VERSION="4.6.1.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"