From 59f7ea301bbcc9d392cd5866e637a7d5087989cd Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 22 Feb 2009 19:43:53 +0100 Subject: [PATCH] Bumped version to 4.6.1; Updated ChangeLog. --- ChangeLog | 9 +++++++++ version-gen.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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-//' )" -- 2.11.0