From d4b6af75ff51019682b054b581abf85a391d13bc Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 5 Jul 2007 22:02:48 +0200 Subject: [PATCH] Bumped version to 4.0.5; Updated ChangeLog. --- ChangeLog | 3 +++ configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d05d35d..cd3f54b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-07-05, Version 4.0.5 + * Portability: More fixes for OpenBSD have been included. + 2007-06-24, Version 4.0.4 * cpu plugin: Fixed the Solaris code. * dns plugin: Fixed a build issue for OpenBSD. diff --git a/configure.in b/configure.in index 408d8d1e..62ec8b23 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.4) +AC_INIT(collectd, 4.0.5) 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 86485ca7..4d0e995b 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.4"; +bootstrap Collectd "4.0.5"; 1; -- 2.11.0