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

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


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

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

iQIcBAABAgAGBQJPG+4rAAoJEMPSHpbi2MmgaRgQALXZOlBHc3UUZgxrWUQZb1PM
8nBpeKMjeA/xnK00h1l0r8o5+mk4VRfYpmD2FZUw5ESGEkd9VDlMm+nwlkSgKTJo
lDhW63d+VPGGvZzx52G7ZSssRJNL1QfaEzAkI6q6H3YoxW+NtId4oZ/JgI9nMaOr
/Fncig7bOPPVXLbEKeQRMxzmlaFAWB+72LcubP3ojE4X8kiTu9fw7Snykfi6y9NN
yEYvtRaCf/127fFOvQk9fSQ1XUpWHJLDBiQbNashJijgzZNxUtYoMjCAHCgCn3rX
kx1BuNk619BPI+aizQ4cw1+vdtAPaVHc2ZsLMxAKMRe0mYZc300QJRkPmEXq0avw
AwXBWcjNygtgRnOiKhC2nV5JrIEBFWS63AHh3XGIh+s7R+LKM2OvW5WQHZzEGFwL
a4O9hThkr6X5yk1S1T4ou0yQUr1mvfQLBgR0F7vxaVIdA/Nk0v6U6MVjS0Yz0zMu
gNr6liPCzSEbroBRpxFZfv2iEvDOiiYh1JLJPRUWp27vRbxLHjtQiVO6NOywWjRb
azeW597FSB2IxABV65qIvryWhiwSF0u3s3rcyCsJ8eWQH6n/KiVxHMcJbK2vL8o8
/FJk9RsSGlwuvqxL8HS1qkQ/emIoCOjsgmgZa9O3zdq0aACWKLpZ7kT1kCFw0xJ8
705bDwYlGKJglqqdZSdE
=IjZ5
-----END PGP SIGNATURE-----

Changes since collectd-5.0.1:
Aaron Brady (1):
      Migration: Ensure destination directories exist when moving RRDs

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 (16):
      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
      collectd-perl(5): Fix example Perl script.
      src/common.c: parse_value: Be more verbose about parsing problems.
      Merge pull request #13 from insom/improved-migration
      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.
      Merge branch 'collectd-4.10' into collectd-5.0
      Bump version to 5.0.2; Update ChangeLog.
      oracle plugin: Improve the error printing function.
      oracle plugin: Fix a memory leak.
      Update ChangeLog.
      Merge branch 'collectd-4.10' into collectd-5.0

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

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

---
 AUTHORS                |    3 ++
 ChangeLog              |   44 ++++++++++++++++++++++++++++++++
 contrib/migrate-4-5.px |    1 +
 src/collectd-perl.pod  |    4 +-
 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 +-
 18 files changed, 332 insertions(+), 72 deletions(-)
---



More information about the collectd-changes mailing list