summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e346f9)
raw | patch | inline | side by side (parent: 9e346f9)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 11 Feb 2007 11:52:16 +0000 (12:52 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 11 Feb 2007 11:52:16 +0000 (12:52 +0100) |
ChangeLog | patch | blob | history | |
collectd.spec | patch | blob | history | |
configure.in | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 775669589bf39c68d03b9a39b77511f195c09f0d..ef413585ddd1ec7a273981da9afe2fd7bc176f1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 d5b08afe4b489023d3bef9a19ba4bd38dfea8c40..6116ffd667624107075b53e504d40124967a896f 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
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 e30aaa977eed093a0bc08937cb70ff234a2ba5df..602d0faa2db85fa242a138dff5dcbfac2a8ca65e 100644 (file)
--- a/configure.in
+++ b/configure.in
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)