summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd66a09)
raw | patch | inline | side by side (parent: bd66a09)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 28 Sep 2007 13:43:41 +0000 (15:43 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 28 Sep 2007 13:43:41 +0000 (15:43 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 7d48baf0be7bae19e42ce2235b13a218bed1fd11..653227f5284165bb2af0701eb6e87a0ecb0f3f46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-yyyy-mm-dd, Version 4.0.9
+2007-09-28, Version 4.0.9
* apcups plugin: Fix reporting of the `load percent' data.
+ * wireless plugin: Correct the handling of cards returning signal and
+ noise quality as percentage.
+ * perl plugin: Fix a possible buffer overflow in get_module_name().
2007-09-12, Version 4.0.8
* collectd: The `sstrerror' function was improved to work correctly
diff --git a/configure.in b/configure.in
index 9ba98db8101f5b2d96cbb87fce799db4489619b3..40016fdb9d457a304f3797d702cfe9efca6367c0 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.8)
+AC_INIT(collectd, 4.0.9)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
index a8f604359eccd1da43e428def6062669736da4d6..61dd1b5ec63eebd00639eb7be926ac24d1290c72 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.8";
+bootstrap Collectd "4.0.9";
1;