Bumped version to 3.11.2; Updated ChangeLog. collectd-3.11.2
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 11 Feb 2007 11:52:16 +0000 (12:52 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 11 Feb 2007 11:52:16 +0000 (12:52 +0100)
ChangeLog
collectd.spec
configure.in

index 7756695..ef41358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-11, Version 3.11.2
+       * plugin: Catch NULL-pointer and try to fix them. Otherwise the
+         NULL-pointer may have been passed to `printf' which causes a
+         segfault with some libcs.
+
 2007-02-10, Version 3.11.1
        * df plugin: Some wrong defines have been fixed so the plugin works
          under Solaris again.
index d5b08af..6116ffd 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Statistics collection daemon for filling RRD files.
 Name:           collectd
-Version:       3.11.0
+Version:       3.11.2
 Release:       0
 Source:                http://collectd.org/files/%{name}-%{version}.tar.gz
 License:       GPL
index e30aaa9..602d0fa 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.1)
+AC_INIT(collectd, 3.11.2)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)