Code

Bumped version to 4.0.9; Updated ChangeLog. collectd-4.0.9
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 28 Sep 2007 13:43:41 +0000 (15:43 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 28 Sep 2007 13:43:41 +0000 (15:43 +0200)
ChangeLog
configure.in
contrib/PerlLib/Collectd.pm

index 7d48baf0be7bae19e42ce2235b13a218bed1fd11..653227f5284165bb2af0701eb6e87a0ecb0f3f46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
-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
index 9ba98db8101f5b2d96cbb87fce799db4489619b3..40016fdb9d457a304f3797d702cfe9efca6367c0 100644 (file)
@@ -1,5 +1,5 @@
 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)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.8";
+bootstrap Collectd "4.0.9";
 
 1;