From 58ae91b5cc5b27b5317f26c238556f12dbb62258 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 19 Jul 2009 13:04:20 +0200 Subject: [PATCH] Bumped version to 4.7.2; Updated ChangeLog. --- ChangeLog | 11 +++++++++++ version-gen.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b5e033f6..dc2d5538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-07-19, Version 4.7.2 + * Build system: Support for `DESTDIR' has been fixed in the Java + bindings. + * collectd: Okay-notifications have been fixed. Thanks to Andrés J. + Díaz for fixing this bug. + * collectd: A programming error has been fixed in the notification + code. The bug may result in an assertion failure. + * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta + for reposting the bug. + * ping plugin: Link the plugin with libm. + 2009-06-02, Version 4.7.1 * Build system: Detection of Java has been improved and missing details have been added to the configuration summary. Support for diff --git a/version-gen.sh b/version-gen.sh index cfced9ec..9925e470 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.7.1.git" +DEFAULT_VERSION="4.7.2.git" VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`" -- 2.11.0