Bumped version to 4.6.4; Updated ChangeLog. collectd-4.6.4
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 18 Jul 2009 14:36:44 +0000 (16:36 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 18 Jul 2009 14:36:44 +0000 (16:36 +0200)
ChangeLog
version-gen.sh

index c6e3f7c..92003a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-18, Version 4.6.4
+       * 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.
+
 2009-06-02, Version 4.6.3
        * Build system, various plugins: Many build fixes for FreeBSD,
          OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern
index 4d1f2ed..0905056 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.6.3.git"
+DEFAULT_VERSION="4.6.4.git"
 
 VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"