Code

Bumped version to 4.0.7; Updated ChangeLog.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 26 Aug 2007 17:40:19 +0000 (19:40 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 26 Aug 2007 17:40:19 +0000 (19:40 +0200)
ChangeLog
configure.in
contrib/PerlLib/Collectd.pm

index d884654689d9b133812628bd640ef2680dd53ae0..48eb792df3342136963c8e1a87ab384eb1d7e430 100644 (file)
--- 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
index 87c0ba83983dc2ad6f5db46399a94bb2f9611128..14fcaa7f999f58c5df4ab7e53e1c25afe5d465a6 100644 (file)
@@ -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)
index ed7cfa45c5283ef8d85f41226d0643db9038c7e5..594c15ed3f842298c39c538fb04e651fcf232fda 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.6";
+bootstrap Collectd "4.0.7";
 
 1;