Code

Bumped version to 4.0.1; Updated ChangeLog. collectd-4.0.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 7 Jun 2007 08:21:57 +0000 (10:21 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 7 Jun 2007 08:21:57 +0000 (10:21 +0200)
ChangeLog
configure.in
contrib/PerlLib/Collectd.pm

index ac1d9c7e5ae4bfdf44c17826b087292dd64493fc..75c41dcaf733f775aebbf22254d0c6d6fd43f18d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index b05f98731269f59751283e8cc88286a421059ede..707342396105ad5912fe92a8bac436d54174d809 100644 (file)
@@ -1,5 +1,5 @@
 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)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.0";
+bootstrap Collectd "4.0.1";
 
 1;