summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94e7929)
raw | patch | inline | side by side (parent: 94e7929)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 3 Jun 2007 17:55:51 +0000 (19:55 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 3 Jun 2007 17:55:51 +0000 (19:55 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index afcb453d257226fd0ce64ae7ee358a669952bbef..ac1d9c7e5ae4bfdf44c17826b087292dd64493fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2007-04-02, Version 4.0.0
+2007-06-03, Version 4.0.0
* collectd: The plugin-infrastructure has been changed to allow for
more types of plugins, namely `write' and `log' plugins.
* collectd: The read-function has been changed to read many plugins in
connections) field was added by Florent Monbillard.
* collectd-nagios: The new `collectd-nagios' binary queries values
from collectd, parses them and exits according to Nagios-standards.
+ * manpages: The manpages have been improved a lot.
2007-05-29, Version 3.11.5
* configure: Added `AC_SYS_LARGEFILE' for LFS.
diff --git a/configure.in b/configure.in
index e44074982b5bb7f3af4007fd8429cb85732b1dc8..b05f98731269f59751283e8cc88286a421059ede 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.0-rc10)
+AC_INIT(collectd, 4.0.0)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
index a2c9a1a241b13ea7deb2a959c3f20fe7bfe5e94d..9f50f18d48049e510e2f6921e3621bad4d05dfaf 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.0-rc10";
+bootstrap Collectd "4.0.0";
1;