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

Florian Forster octo at verplant.org
Thu Oct 16 22:14:49 CEST 2008


 ChangeLog              |   23 +++++++++++++++++++++++
 contrib/collection.cgi |   12 ++++++++++++
 contrib/exec-munin.px  |    3 +--
 src/Makefile.am        |    2 +-
 src/collectd.h         |    4 ++--
 src/perl.c             |    2 +-
 src/types.db           |    1 +
 src/utils_tail.c       |    1 +
 8 files changed, 42 insertions(+), 6 deletions(-)

New commits:
commit fd9c88963b04c9e9050a952ba0f018493e8b7638
Merge: 1d3be23f9d6474a6f8e530904df4f27569b6ddc5 da27344d819e431e74b15a638c91f8d0ff44125d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:13:33 2008 +0200

    Merge branch 'collectd-4.4' into collectd-4.5
    
    Conflicts:
    
    	ChangeLog
    	version-gen.sh

commit da27344d819e431e74b15a638c91f8d0ff44125d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:07:59 2008 +0200

    ChangeLog: Added the changed poisoning behavior.

commit a12bb20412de690c8b3ff39cb08e1545ccea25ff
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 22:04:46 2008 +0200

    src/collectd.h: Poison various insecure string functions only when debugging is enabled.
    
    Because the `poison' pragma complains about macros (which are then never
    used), this feature does more harm than good in everyday use. So we'll
    only activate it when building in debug mode, so hopefully authors of
    new plugins will use this.

commit 88b5b6ddd344695724c6cde791ce2643bf86afbc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 16 21:41:47 2008 +0200

    Bumped version to 4.4.4; Updated ChangeLog.

commit 98f3d41c084d6f013a52e1f8ca16e8127ce8b844
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Oct 16 09:51:33 2008 +0200

    contrib/exec-munin.px: Fix the folding markers..

commit b978177200519893f6ff9c5e459a3d9d6a72b887
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 10 12:40:38 2008 +0200

    src/utils_tail.c: Call `clearerr' before `fgets'.
    
    Hopefully this will resolve problems under the dietlibc.

commit 78217ea457ec1b89f88b04b5d0af1936c8b2f700
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 10 09:29:10 2008 +0200

    src/Makefile.am: Fix a copy'n'paste typo.

commit 5cdafc6cb9228b93cf9b6956c92df61d00bd2a9e
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 8 15:46:39 2008 +0200

    types.db: Reintroduced the "spam_check" type.
    
    This is used by the "email" plugin. Apparently, it got lost when converting
    the plugin to the v4 interface: Instead of "spam_check", "email_check" had
    been added to types.db. I did not remove "email_check" though as this would
    introduce a regression - though very unlikely, somebody out there might be
    using that type.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 7e7427844e02dac4a8183456a4375a27b2d05598
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Oct 8 12:23:08 2008 +0200

    collection.cgi: Added support for the "connection" type.
    
    This is used e.g. by the "ipvs" plugin.
    
    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