From: Florian Forster Date: Fri, 28 Sep 2007 13:43:41 +0000 (+0200) Subject: Bumped version to 4.0.9; Updated ChangeLog. X-Git-Tag: collectd-4.0.9^0 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ccb9071b7964b99ae616c9b324ca7413c08f8809;p=collectd.git Bumped version to 4.0.9; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 7d48baf0..653227f5 100644 --- 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 diff --git a/configure.in b/configure.in index 9ba98db8..40016fdb 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/contrib/PerlLib/Collectd.pm b/contrib/PerlLib/Collectd.pm index a8f60435..61dd1b5e 100644 --- a/contrib/PerlLib/Collectd.pm +++ b/contrib/PerlLib/Collectd.pm @@ -44,7 +44,7 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags('all'); -bootstrap Collectd "4.0.8"; +bootstrap Collectd "4.0.9"; 1;