From fa70f40f8fbb38e666b189842e65652c0093f090 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 26 Aug 2007 19:40:19 +0200 Subject: [PATCH] Bumped version to 4.0.7; Updated ChangeLog. --- ChangeLog | 11 +++++++++++ configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8846546..48eb792d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-08-26, Version 4.0.7 + * documentation: Some typos have been fixed and some information has + been improved. + * build system: Many fixes for detecting libraries in unusual places, + such as on RedHat systems. The affected libraries are `libcurl', + `libmysql', and `libupsclient'. + * network plugin: Allow the `Port' option to be specified as a number + (i. e. without quotes). + * nut plugin: A fix allows linking the nut plugin against + libupsclient, version >= 2.2.0. + 2007-07-30, Version 4.0.6 * sensors plugin: Fix the ignorelist functionality: Only the `type instance' was used to match against the list, but the documentation diff --git a/configure.in b/configure.in index 87c0ba83..14fcaa7f 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.6) +AC_INIT(collectd, 4.0.7) 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 ed7cfa45..594c15ed 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.6"; +bootstrap Collectd "4.0.7"; 1; -- 2.11.0