From: Florian Forster Date: Tue, 12 Jun 2007 06:01:58 +0000 (+0200) Subject: Bumped version to 4.0.2; Updated ChangeLog. X-Git-Tag: collectd-4.0.2^0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=83e53c0543d8ddb9e1ed77676ce283d26b2dfe97;hp=b577149d350722ba57d995f27cff8bcf0daeabb9;p=collectd.git Bumped version to 4.0.2; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 75c41dca..d2649596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-12, Version 4.0.2 + * hddtemp and ntpd plugin: Corrected the parsing of port numbers when + they're given in numerically form. + 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 diff --git a/configure.in b/configure.in index 70734239..a726b0bf 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.1) +AC_INIT(collectd, 4.0.2) 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 c147eb86..18cc062b 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.1"; +bootstrap Collectd "4.0.2"; 1;