Code

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 775669589bf39c68d03b9a39b77511f195c09f0d..ef413585ddd1ec7a273981da9afe2fd7bc176f1e 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 d5b08afe4b489023d3bef9a19ba4bd38dfea8c40..6116ffd667624107075b53e504d40124967a896f 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 e30aaa977eed093a0bc08937cb70ff234a2ba5df..602d0faa2db85fa242a138dff5dcbfac2a8ca65e 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)