summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d8b009)
raw | patch | inline | side by side (parent: 3d8b009)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 12 Sep 2007 09:14:33 +0000 (11:14 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 12 Sep 2007 09:14:33 +0000 (11:14 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 634ecdd5db9de8aa24768a65f11636e1969550b4..0a0b19359d6a1c7954d4fc6e528115d187b6124d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2007-09-10, Version 4.0.8
+2007-09-12, Version 4.0.8
* collectd: The `sstrerror' function was improved to work correctly
with the broken GNU version of `strerror_r'.
+ * collectd: Write an error message to STDERR when loading of a plugin
+ fails.
* apcups plugin: Fix the `types' used to submit the values: They still
has an `apcups_' prefix which doesn't work anymore.
+ * rrdtool plugin: Create new RRD-files with the `begin' time set to
+ whatever the client thinks is `now'..
2007-08-26, Version 4.0.7
* documentation: Some typos have been fixed and some information has
diff --git a/configure.in b/configure.in
index 162acd7472d1be0ef9194f8d15e2bfcc1021cc4b..9ba98db8101f5b2d96cbb87fce799db4489619b3 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.7)
+AC_INIT(collectd, 4.0.8)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)