Code

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 465701d503b7512b1b56d5d0908a07ec3c4cb8a5..d884654689d9b133812628bd640ef2680dd53ae0 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 62ec8b23b07a1fe912e608d3a77e032e8951d2d8..41bb7097b519be3c61862720be1071edb1880c66 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 4d0e995b7b85e11ad231903e91e1b99ed308e176..ed7cfa45c5283ef8d85f41226d0643db9038c7e5 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;