summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66e70d7)
raw | patch | inline | side by side (parent: 66e70d7)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 7 Jun 2007 08:21:57 +0000 (10:21 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 7 Jun 2007 08:21:57 +0000 (10:21 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ac1d9c7e5ae4bfdf44c17826b087292dd64493fc..75c41dcaf733f775aebbf22254d0c6d6fd43f18d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-06-07, Version 4.0.1
+ * iptables plugin: A bug in the configuration routine has been fixed.
+ Setting a comment in the configfile will no longer cause a
+ segmentation fault.
+
2007-06-03, Version 4.0.0
* collectd: The plugin-infrastructure has been changed to allow for
more types of plugins, namely `write' and `log' plugins.
diff --git a/configure.in b/configure.in
index b05f98731269f59751283e8cc88286a421059ede..707342396105ad5912fe92a8bac436d54174d809 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.0)
+AC_INIT(collectd, 4.0.1)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
index 9f50f18d48049e510e2f6921e3621bad4d05dfaf..c147eb86e6ed229894feae339d0a1498e5a097b8 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.0";
+bootstrap Collectd "4.0.1";
1;