From 43f61003a46eda6d93916fde6ffb2aee39d4238b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 7 Jun 2007 10:21:57 +0200 Subject: [PATCH] Bumped version to 4.0.1; Updated ChangeLog. --- ChangeLog | 5 +++++ configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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; -- 2.11.0