[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'

Florian Forster octo at verplant.org
Wed Apr 30 11:04:32 CEST 2008


 bindings/perl/Collectd.pm |    2 +-
 configure.in              |    7 ++-----
 src/load.c                |    2 +-
 src/perl.c                |    5 +++++
 4 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 4d36d5826a3853ccd62195daf3b831d942850f1a
Merge: a32caa9956625a5f27cc9a864caf050ade0b4ca9 540f2619a4d09fdb6ae465e8cc935c9dec4bcf70
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:59:19 2008 +0200

    Merge branch 'collectd-4.2' into collectd-4.3
    
    Conflicts:
    
    	configure.in
    	src/perl.c

commit 540f2619a4d09fdb6ae465e8cc935c9dec4bcf70
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:57:51 2008 +0200

    load plugin: Use #if rather than #ifdef.

commit d8b351fe7833b3dd3375e3665dd12be3c5520b63
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:57:22 2008 +0200

    build system: Remove the COLLECT_LIBIOKIT define.
    
    It isn't used anywhere, so remove it.

commit a8287f5aaac5f42367f61cd4ba214ee1e7a0770e
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Apr 30 10:52:27 2008 +0200

    build system: Define HAVE_LIBSTATGRAB if the statgrab library is available.
    
    This define is used in some plugins. Thanks to Oleg King for noticing and
    pointing this out and thanks to Sebastian Harl for a first patch which,
    unfortunately, doesn't work anymore after changing the configure script.

commit 3693eefca257fe28e4b363ecfd39a44571f180ac
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Apr 28 16:53:57 2008 +0200

    perl plugin: Work around a compiler warning on FreeBSD.
    
    On FreeBSD, PERL_SYS_INIT3 expands to some expression which triggers a "value
    computed is not used" warning by gcc. By telling the compiler to ignore this
    value, we can work around this issue. In the long run, this should imho be
    fixed in Perl though.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit a32caa9956625a5f27cc9a864caf050ade0b4ca9
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Apr 20 23:21:50 2008 +0200

    Collectd.pm: Fixed the check for complete function names in plugin_register.
    
    plugin_register() checks if the registered function includes the plugin's
    package name. Up to now, this check would also have succeeded if the
    function name itself would be prepended by the package name. Now, the
    check looks for the separator "::".
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list