[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.10.5'

Florian Forster octo at verplant.org
Sun Jan 22 12:08:36 CET 2012


Tag 'collectd-4.10.5' created by Florian Forster <octo at collectd.org> at 2012-01-22 11:08 +0100

Tag for version 4.10.5.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABAgAGBQJPG+4RAAoJEMPSHpbi2MmgftUQAIV2nXpD24aDIwg4gn8sfmhJ
D1oT3STNYVwR0VrUMEjLhpt1JO3++PrN5MeaASS+Too5AVoea0N1ujFb08f35wuu
FUAhk2/Dwu2gVF51yPg6WpesVCPCet02dNLbM+IBEgh8A2f7fuv9emeJOxjyP05J
dZuZ8+tLx54vnBI/Pu+c2n4XvnkYqMIMzwu5Jc/OhDLDQTwK8GQfjWviWd0z3J23
ff+nt+uxgT/bd+Osxfik8mVft6J4LD2oPk8xXWNRp9kPZ2K7pfrNUmEKLUH3V4HO
KzNX/ZFw+k8aOYD+zMqaSJYc1kJp+1xJ0+JgYSTDCber2ang910pc4Rjcve5egq3
rtCtuIB3IvepXvHuCzeYtzBufXoeKKd+o2vKdWN53CBbCrRz3+pKHFv0+8nTVLvO
O2hhKkFiABAi9qOuUCzBrP/XHwntnQgFe+tBDdyqIdYlAsshXhL+3gxcPZj/RTME
79fCFavIoBHmK14sd6JXZHuRAw4TNEvUSxMe9WGWDhkBY8CD3607ehzLZfBDNuR4
YVk94OenLEH2jYzARiLubFK+isJ18hyx8a/wWFB63dtPBQSgnp2hXobABydH+IEr
JAf7nZ1fuB/GW08Z09ngLxJE9/dbiaAdEaEquPCMk8yI7vgFct8GtYd6qpKDFxPA
4RhQaQOW5D0WCHHJaSQZ
=Hig+
-----END PGP SIGNATURE-----

Changes since collectd-4.10.4:
Eddy Geez (1):
      interface plugin: Fix for bogus interfaces under Solaris.

Fabien Wernli (4):
      Fix file:// not working as return code is 0 and not 200, as fixed
      use 64bit counters if available
      This improves solaris memory plugin granularity.
      Fix case when availrmem < freemem

Florian Forster (11):
      Merge "interface plugin: Fix for bogus interfaces under Solaris." into collectd-4.10
      Merge "Fix file:// not working as return code is 0 and not 200, as fixed beforehand in curl_json. Remove mention of http in documention as file also works now (and ftp most likely too)" into collectd-4.10
      src/common.c: parse_value: Be more verbose about parsing problems.
      Merge "Fix case when availrmem < freemem" into collectd-4.10
      src/meta_data.[ch]: Add meta_data_clone().
      src/plugin.[ch]: Add plugin_dispatch_values_secure().
      network plugin: Use the new plugin_dispatch_values_secure().
      Bump version to 4.10.5; Update ChangeLog.
      oracle plugin: Improve the error printing function.
      oracle plugin: Fix a memory leak.
      Update ChangeLog.

Sven Trenkel (1):
      python: Fixed memory leaks during dispatch.

Toni Ylenius (1):
      df: Set negative free space values to zero.

---
 AUTHORS               |    3 ++
 ChangeLog             |   22 ++++++++++++++++
 src/collectd.conf.pod |    2 +-
 src/common.c          |    9 ++++--
 src/curl_xml.c        |    3 +-
 src/df.c              |   17 ++++++++++++-
 src/interface.c       |   29 +++++++++++++++++---
 src/memory.c          |   53 +++++++++++++++++++++++++++++++++++++-
 src/meta_data.c       |   38 +++++++++++++++++++++++++++-
 src/meta_data.h       |    3 +-
 src/network.c         |   16 ++++++------
 src/oracle.c          |   66 +++++++++++++++++++++++++++++++-----------------
 src/plugin.c          |   46 ++++++++++++++++++++++++++++++++++
 src/plugin.h          |    3 +-
 src/pyvalues.c        |   65 ++++++++++++++++++++++++++++++++---------------
 version-gen.sh        |    2 +-
 16 files changed, 307 insertions(+), 70 deletions(-)
---



More information about the collectd-changes mailing list