summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14b7c73)
raw | patch | inline | side by side (parent: 14b7c73)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 26 Aug 2007 17:40:19 +0000 (19:40 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 26 Aug 2007 17:40:19 +0000 (19:40 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index d884654689d9b133812628bd640ef2680dd53ae0..48eb792df3342136963c8e1a87ab384eb1d7e430 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 87c0ba83983dc2ad6f5db46399a94bb2f9611128..14fcaa7f999f58c5df4ab7e53e1c25afe5d465a6 100644 (file)
--- a/configure.in
+++ b/configure.in
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)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.6";
+bootstrap Collectd "4.0.7";
1;