From: Florian Forster Date: Thu, 7 Jun 2007 08:21:57 +0000 (+0200) Subject: Bumped version to 4.0.1; Updated ChangeLog. X-Git-Tag: collectd-4.0.1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=43f61003a46eda6d93916fde6ffb2aee39d4238b;p=collectd.git Bumped version to 4.0.1; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index ac1d9c7e..75c41dca 100644 --- 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. diff --git a/configure.in b/configure.in index b05f9873..70734239 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, 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) diff --git a/contrib/PerlLib/Collectd.pm b/contrib/PerlLib/Collectd.pm index 9f50f18d..c147eb86 100644 --- a/contrib/PerlLib/Collectd.pm +++ b/contrib/PerlLib/Collectd.pm @@ -44,7 +44,7 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags('all'); -bootstrap Collectd "4.0.0"; +bootstrap Collectd "4.0.1"; 1;