Bumped version to 4.0.0; Updated ChangeLog. collectd-4.0.0
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 3 Jun 2007 17:55:51 +0000 (19:55 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 3 Jun 2007 17:55:51 +0000 (19:55 +0200)
ChangeLog
configure.in
contrib/PerlLib/Collectd.pm

index afcb453..ac1d9c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2007-04-02, Version 4.0.0
+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.
        * collectd: The read-function has been changed to read many plugins in
@@ -42,6 +42,7 @@
          connections) field was added by Florent Monbillard.
        * collectd-nagios: The new `collectd-nagios' binary queries values
          from collectd, parses them and exits according to Nagios-standards.
+       * manpages: The manpages have been improved a lot.
 
 2007-05-29, Version 3.11.5
        * configure: Added `AC_SYS_LARGEFILE' for LFS.
index e440749..b05f987 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.0-rc10)
+AC_INIT(collectd, 4.0.0)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index a2c9a1a..9f50f18 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.0-rc10";
+bootstrap Collectd "4.0.0";
 
 1;