+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.
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
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)