From 6ba08d7abcd09f2a384d5dd5582e1b2ce391cf02 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 3 Aug 2007 10:09:47 +0200 Subject: [PATCH] Bumped version to 4.0.6; Updated ChangeLog. --- ChangeLog | 2 ++ configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 465701d5..d8846546 100644 --- 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. diff --git a/configure.in b/configure.in index 62ec8b23..41bb7097 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.5) +AC_INIT(collectd, 4.0.6) 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 4d0e995b..ed7cfa45 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.5"; +bootstrap Collectd "4.0.6"; 1; -- 2.30.2