summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b577149)
raw | patch | inline | side by side (parent: b577149)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 12 Jun 2007 06:01:58 +0000 (08:01 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 12 Jun 2007 06:01:58 +0000 (08:01 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 75c41dcaf733f775aebbf22254d0c6d6fd43f18d..d2649596752c36753c2d75ccfb3583a739d50a44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 707342396105ad5912fe92a8bac436d54174d809..a726b0bfd328d1b7ec7bf81e542b0d59a099eaad 100644 (file)
--- a/configure.in
+++ b/configure.in
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)
index c147eb86e6ed229894feae339d0a1498e5a097b8..18cc062b07cd3a064550dd2f08aa0aacb300b484 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.1";
+bootstrap Collectd "4.0.2";
1;