From b2b34e32f8eb39b3374d09b4d23100da5da2db90 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 3 Jun 2007 19:55:51 +0200 Subject: [PATCH] Bumped version to 4.0.0; Updated ChangeLog. --- ChangeLog | 3 ++- configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index afcb453d..ac1d9c7e 100644 --- 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. diff --git a/configure.in b/configure.in index e4407498..b05f9873 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-rc10) +AC_INIT(collectd, 4.0.0) 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 a2c9a1a2..9f50f18d 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-rc10"; +bootstrap Collectd "4.0.0"; 1; -- 2.11.0