Code

Bumped version to 4.7.2; Updated ChangeLog. collectd-4.7.2
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 19 Jul 2009 11:04:20 +0000 (13:04 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 19 Jul 2009 11:04:20 +0000 (13:04 +0200)
ChangeLog
version-gen.sh

index b5e033f602c9fdc5a0d8df6706a8a177f62c6e8b..dc2d5538ebe40fb6e11753deea328113ab1cf6db 100644 (file)
--- 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
index cfced9ecf8524b354925cf42c30d37842ad52450..9925e4702643853e7b3c865a2ca1c700227df00a 100755 (executable)
@@ -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-//'`"