Bumped version to 4.0.5; Updated ChangeLog. collectd-4.0.5
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 5 Jul 2007 20:02:48 +0000 (22:02 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 5 Jul 2007 20:02:48 +0000 (22:02 +0200)
ChangeLog
configure.in
contrib/PerlLib/Collectd.pm

index 2d05d35..cd3f54b 100644 (file)
--- 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.
index 408d8d1..62ec8b2 100644 (file)
@@ -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)
index 86485ca..4d0e995 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.4";
+bootstrap Collectd "4.0.5";
 
 1;