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

Florian Forster octo at verplant.org
Sun Sep 11 10:02:00 CEST 2016


 ChangeLog                    |  278 +++++++++++++++++++++++++++++++++++++++++-
 contrib/redhat/collectd.spec |   10 +-
 src/collectd.conf.pod        |    2 +-
 src/daemon/plugin.c          |    2 +-
 src/network.c                |   37 ++----
 src/python.c                 |   56 ++++++---
 src/target_set.c             |    5 +-
 src/types.db                 |    2 +-
 src/utils_format_json_test.c |    2 +
 src/utils_mount.c            |   11 +-
 version-gen.sh               |    2 +-
 11 files changed, 348 insertions(+), 59 deletions(-)

New commits:
commit 7e3059ba3dde87dbe89e21cb7844a10f9e83d6f5
Author: Florian Forster <octo at collectd.org>
Date:   Sun Sep 11 10:01:10 2016 +0200

    Bump version to 5.6.0; Update ChangeLog.

commit 5523a080010dcb7a61dc0dccc3969a2a048e52f9
Merge: ed985cb a3444db
Author: Florian Forster <octo at collectd.org>
Date:   Thu Sep 8 08:10:54 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit a3444db7419687386919fccf7d14b945f2e9da56
Author: Florian Forster <octo at collectd.org>
Date:   Wed Sep 7 09:38:23 2016 +0200

    src/types.db: Remove minimum value from "power".
    
    The battery plugin reports negative power when the battery is discharging.

commit ed985cb9d3d89aec3490b17e0fda3ee97908f935
Merge: b847e8f 57e8edc
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 6 08:42:26 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit 57e8edc91c5b65f24573f58773cd57b5372ee8e2
Merge: c2349cf d4cfba5
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 6 08:40:35 2016 +0200

    Merge remote-tracking branch 'github/pr/1909' into collectd-5.5

commit b847e8ff2fd928813397466a941947c8fce66d66
Merge: de6dd13 c2349cf
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 6 08:08:01 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit de6dd1339b0191713d13484dab95f031374fcc27
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Sep 5 21:25:40 2016 +0200

    target_set.c: rename 'MetaDataSet' option
    
    Fixes #1910

commit c2349cf65ba6ddf9517def5ab1f73706f5ce8e01
Author: Florian Forster <octo at collectd.org>
Date:   Mon Sep 5 15:45:19 2016 +0200

    plugin_dispatch_multivalue: Submit NAN when computing percantage of an empty set.

commit d4cfba5e74bb683e95c8423b03fafa248bda1eb5
Author: Thomas Deutschmann <whissi at gentoo.org>
Date:   Fri Sep 2 14:59:46 2016 +0200

    Fix compilation against >=xfsprogs-4.7.0
    
    [backport of commit 225ee7bb45152c51c1c9508b2e776cef36d2682d]
    
    Suggested-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
    Gentoo-Bug: https://bugs.gentoo.org/590998
    Fixes: https://github.com/collectd/collectd/issues/1877

commit 22b9f5441f0bb294e16aa27169d02eb69e32d556
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 2 09:00:58 2016 +0200

    network plugin: Initialize libgcrypt only when needed.
    
    Previously, libgcrypt was initialized unconditionally in network_init(),
    which may cause trouble on some systems. With this patch, gcrypt is
    initialized if:
    
    * A client socket as signing or encryption enabled, or
    * a server socket has an auth_file configured.
    
    Fixes: #1902

commit 89be8ccf23c003d22d112de0fe5417d747fa20a4
Merge: 7a43e0b 8422e7e
Author: trenkel <github at semidefinite.de>
Date:   Tue Aug 23 17:18:57 2016 +0200

    Merge pull request #1899 from rubenk/python-fixes-for-interactive-sessions
    
    python plugin: Fixing possible problems with the GIL in interactive sessions.

commit 8422e7e438bf34c075af3b1b6380fe8c1fb82bf9
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Aug 23 16:15:30 2016 +0200

    Try a different way to silence GCC.
    
    On some distro's some versions of GCC warn about the unchecked result,
    even though it is casted to void.
    
    See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425 for the
    discussion.

commit 46a35862cb9ff3caddad1fc01e02141b6e0a9f72
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Tue Aug 16 21:52:38 2016 +0000

    python plugin: Fixing possible problems with the GIL.
    
    If AfterFork is called after threads have been initialized.
    Also handle SIGTERM while reading from an interactive session slightly more gracefully.

commit 7a43e0b7b46589add8b7a3e7a870dc6485e04cdf
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Aug 22 21:43:15 2016 +0200

    Really fix tests on Solaris
    
    3b264ee checked for KERNEL_SOLARIS, but this is only defined if config.h is included.

commit 3d74a63ae43c1786eb9b966e2209c24c5643dae8
Merge: 115d242 356901a
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Aug 18 22:58:39 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit 356901a4a8df5d6f40f9d03d2276d66fe9e13d17
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Aug 18 22:53:43 2016 +0200

    Changelog: fix unresolved merge conflict introduced in dc2eb04
    
    Removed the conflict markers left over, and copy-pasted the changes
    added in c0f5748.

commit 115d242a7027c86a9ad5c2e9ba9fd9f08eccae26
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Aug 18 22:21:47 2016 +0200

    collectd.spec: mention new cpusleep plugin in changelog

commit 5236399c4c5483b1a9c21233e34b2b4357800d58
Merge: cc8def2 bc5073c
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Aug 16 15:00:59 2016 +0200

    Merge branch 'collectd-5.5' into collectd-5.6

commit cc8def209dbdf1c26648d176b16e065f0962f0fa
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Aug 16 14:58:38 2016 +0200

    collectd.spec: increment version number in changelog

commit bc5073cf25c5cea3a322f70a3a9ba50c67460638
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Tue Aug 16 14:50:50 2016 +0200

    collectd.spec: remove misleading items from changelog

commit af16be6104a2d56ca930762a200ff2379e1f20ce
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Aug 15 20:59:05 2016 +0200

    write_kafka: Fix misleading indentation
    
    Reported by GCC-6 with the `-Werror=misleading-indentation` option.
    
    Thanks for Lucas Nussbaum for reporting this issue!
    
    Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831194




More information about the collectd-changes mailing list