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

Florian Forster octo at verplant.org
Sun Feb 22 19:50:22 CET 2009


 ChangeLog                          |   21 ++++++
 bindings/perl/Collectd/Unixsock.pm |   16 +++++-
 contrib/cussh.pl                   |  123 +++++++++++++++++++++++++++++-------
 src/ipmi.c                         |   51 ++++++++++-----
 version-gen.sh                     |    2 +-
 5 files changed, 173 insertions(+), 40 deletions(-)

New commits:
commit 59f7ea301bbcc9d392cd5866e637a7d5087989cd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:43:53 2009 +0100

    Bumped version to 4.6.1; Updated ChangeLog.

commit 619f112a584fcd89d2e8df7781a0a01341188189
Merge: 6e2b4380c02a6edb039b73caf654455a758df9aa 5fa56b89181a51398f9bbb63c440e7630f12e56c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:31:49 2009 +0100

    Merge branch 'collectd-4.5' into collectd-4.6
    
    Conflicts:
    
    	ChangeLog
    	version-gen.sh
    
    The changes made in b6612126 and reverted in 5fa56b89 are retained in
    collectd-4.6.

commit 5fa56b89181a51398f9bbb63c440e7630f12e56c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:29:49 2009 +0100

    Revert "libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES."
    
    This reverts commit b6612126d862d182d9219e0512fa9ca833272b62.
    
    This commit should have gone in the master branch, not in the
    collectd-4.5 branch.

commit 31f88944c913f029264d8a5c82e484678d7a7621
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Feb 22 19:22:01 2009 +0100

    Bumped version to 4.5.3; Updated ChangeLog.

commit 937fc4f2d1721b29b1ad4321ac623bbc9699fd2f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 12:09:46 2009 +0100

    contrib/cussh.pl: Fixed and improved command parsing.
    
    The input line is now split into separate tokens which are either quoted or
    unquoted strings. This simplifies e.g. the parsing of identifiers as the whole
    token may be interpreted as just the id string. This allows for specifying a
    somewhat greedy regex which before led to the whole remainder of the input
    line ending up in the type or type instance.

commit 2b17fd929a6d6a3146cd57183f96a94c49dfc035
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 11:04:49 2009 +0100

    contrib/cussh.pl: Improved error reporting.

commit 761b500347e50484622683bff7b20dd0e58e2d96
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Feb 19 11:03:01 2009 +0100

    Collectd::Unixsock: Improved error handling in putval().

commit 01d7cbf017b973a7f7f0d177d59f4090ce1b2a77
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Feb 19 13:45:45 2009 +0100

    ipmi plugin: Use a less error-prone approach to build the sensor name.

commit 8968a5cccc0729d7438df22260eee6ce5536cd0a
Author: Peter Holik <holik at it-technology.at>
Date:   Thu Feb 19 13:00:59 2009 +0100

    ipmi plugin: Fix an off-by-one error.
    
    Hi,
    
    One of my ipmi sensors has a name longer than DATA_MAX_NAME_LEN and this
    results in a SEGV.
    
    cu Peter




More information about the collectd-changes mailing list