Bumped version to 4.0.6; Updated ChangeLog. collectd-4.0.6
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 3 Aug 2007 08:09:47 +0000 (10:09 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 3 Aug 2007 08:09:47 +0000 (10:09 +0200)
ChangeLog
configure.in
contrib/PerlLib/Collectd.pm

index 465701d..d884654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
          documentation.
        * syslog plugin: Call `openlog' right when the plugin is loaded, so
          configuration messages will end up in the logging facility.
+       * conrtib/fedora: The contributed specfile for Fedora has been
+         updated.
 
 2007-07-05, Version 4.0.5
        * Portability: More fixes for OpenBSD have been included.
index 62ec8b2..41bb709 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.5)
+AC_INIT(collectd, 4.0.6)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 4d0e995..ed7cfa4 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.5";
+bootstrap Collectd "4.0.6";
 
 1;