summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3cf277c)
raw | patch | inline | side by side (parent: 3cf277c)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 24 Jun 2007 20:41:17 +0000 (22:41 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 24 Jun 2007 20:41:17 +0000 (22:41 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 79c117eadf5750dc54cc1b1768eb0c1ebd4ed08c..2d05d35d00c4d00d57abf8e916519877f7b3f4ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 b3e591d86d6402a564b2dcb3459b09ddac40e0cb..0c26355cad4b5d9b289a19b4c52ead702291930c 100644 (file)
--- a/configure.in
+++ b/configure.in
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)
index 6c40c073bb3cc20953855cdeb1e069f496085361..86485ca7b066477ce485da947ebb7842357cc383 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.3";
+bootstrap Collectd "4.0.4";
1;