[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.5'
Florian Forster
octo at verplant.org
Sat Aug 6 10:42:23 CEST 2016
ChangeLog | 66 +++++++++++++++++++++++++++++++++++++++---
contrib/redhat/collectd.spec | 16 ++++++++--
src/daemon/meta_data.c | 11 +++++++
src/daemon/plugin.c | 10 ++++---
src/network.c | 38 ++++++++++++++++++------
src/pyvalues.c | 34 ++++++++++++++--------
6 files changed, 143 insertions(+), 32 deletions(-)
New commits:
commit 7bfda8d327240ac73297e4449663814dd0594be5
Merge: dc2eb04 eae3f57
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Fri Aug 5 13:12:03 2016 +0200
Merge branch 'collectd-5.4' into collectd-5.5
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 dc2eb041159b967838a2eb658cb256bc846c5264
Merge: 3c2be75 9291508
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Tue Jul 26 12:50:07 2016 +0200
Merge branch 'collectd-5.4' into collectd-5.5
Conflicts:
ChangeLog
contrib/redhat/collectd.spec
version-gen.sh
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
commit 3c2be75d51fc6a72ae765c54101eb85f43d3b41a
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Tue Jul 26 12:20:40 2016 +0200
Update spec file to 5.5.2
(cherry picked from commit 34add34b27c6d85ed992efc951fc08994e5f86d6)
commit c0f5748983a962f7be82bf49ac6c28a59d4658ff
Author: Florian Forster <octo at collectd.org>
Date: Tue Jul 26 09:21:19 2016 +0200
Bump version to 5.4.3; Update ChangeLog.
commit 262915c450f3a45579069212560ca9715aa5bd4b
Author: Florian Forster <octo at collectd.org>
Date: Tue Jul 26 08:54:42 2016 +0200
network plugin: Fix error message for GCRYCTL_INIT_SECMEM failure.
More information about the collectd-changes
mailing list