[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.4'
Florian Forster
octo at verplant.org
Sat Aug 6 10:42:03 CEST 2016
contrib/redhat/collectd.spec | 11 ++++++++---
src/meta_data.c | 11 +++++++++++
src/network.c | 36 ++++++++++++++++++++++++++++--------
src/plugin.c | 10 ++++++----
src/pyvalues.c | 34 ++++++++++++++++++++++------------
5 files changed, 75 insertions(+), 27 deletions(-)
New commits:
commit eae3f57d9a826e015ef952c746675c2aff8592dc
Merge: 924bfe2 8af7409
Author: trenkel <github at semidefinite.de>
Date: Thu Aug 4 22:57:55 2016 +0200
Merge pull request #1846 from tokkee/collectd-5.4
python plugin: Fix conversion of value-lists from Python to C.
commit 8af74098eb65ff4c0c0cc65dfaa40973fe741a63
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Aug 4 22:15:34 2016 +0200
python plugin: Fix conversion of value-lists from Python to C.
This affects data-sets with more than one data-source of different types.
Previously, the type of the first data-source would have been used to convert
all values.
commit 924bfe28d5be1058ccf50931d77639212fb28346
Author: Florian Forster <octo at collectd.org>
Date: Wed Aug 3 22:27:26 2016 +0200
src/plugin.c: Stop write threads before calling shutdown callbacks.
Issue: #1110
commit a3000cbe3a12163148a28c818269bbdabda1cf5c
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Jul 27 09:45:48 2016 +0200
network plugin: Don't abort() if gcrypt initialization failed.
Instead, report an error and let plugin initialization fail.
commit 92915087fd253244d323ff88cd97c54367689030
Author: Aurelien ROUGEMONT <beorn at gandi.net>
Date: Tue Jul 26 12:29:49 2016 +0200
metadata: add comment about metadata functions use and threads safety
Signed-off-by: Florian Forster <octo at collectd.org>
commit b6788b6e5c560bd61243de4cf2963a2822b5324a
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Tue Jul 26 12:26:24 2016 +0200
Bump spec file to 5.4.3
More information about the collectd-changes
mailing list