From: Florian Forster Date: Sun, 11 Feb 2007 11:52:16 +0000 (+0100) Subject: Bumped version to 3.11.2; Updated ChangeLog. X-Git-Tag: collectd-3.11.2^0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d51a3768cc3302215ecf1f125a6f6d85ac246760;p=collectd.git Bumped version to 3.11.2; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 77566958..ef413585 100644 --- 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. diff --git a/collectd.spec b/collectd.spec index d5b08afe..6116ffd6 100644 --- a/collectd.spec +++ b/collectd.spec @@ -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 diff --git a/configure.in b/configure.in index e30aaa97..602d0faa 100644 --- a/configure.in +++ b/configure.in @@ -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)