From 7ef8c0d615dfd6162c2b4d7738ac476edb0fdb18 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 24 Jun 2007 22:41:17 +0200 Subject: [PATCH] Bumped version to 4.0.4; Updated ChangeLog. --- ChangeLog | 8 ++++++++ configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79c117ea..2d05d35d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-24, Version 4.0.4 + * cpu plugin: Fixed the Solaris code. + * dns plugin: Fixed a build issue for OpenBSD. + * interface plugin: Fixed the Solaris code. + * load plugin: Fixed the alternative `/proc' Linux code. + * memory plugin: Fixed the Solaris code. + * oconfig: Don't require `-lfl' anymore. + 2007-06-19, Version 4.0.3 * cpu plugin: Fix the Darwin / Mac OS X code. * ping plugin: Use the return value of `getpid', not its address. diff --git a/configure.in b/configure.in index b3e591d8..0c26355c 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.3) +AC_INIT(collectd, 4.0.4) 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 6c40c073..86485ca7 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.3"; +bootstrap Collectd "4.0.4"; 1; -- 2.11.0