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

Florian Forster octo at verplant.org
Sat Oct 3 17:47:33 CEST 2009


Tag 'collectd-4.7.4' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-10-03 16:44 +0200

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

iEYEABECAAYFAkrHcW8ACgkQjvke9ZFSPD0mBgCfU+s9cEgD1C/cbP4aYeBY5o6y
GNIAnR5AqdHI8dFoJRajWifKBB33C6ZA
=Ehec
-----END PGP SIGNATURE-----

Changes since collectd-4.7.3:
Andrés J. Díaz (2):
      processes plugin: Remove unnecessary call of realloc(3).
      processes plugin: Fix handling of Linux 2.4.

Florian Forster (22):
      configure.in: Quote $CFLAGS when assigning to another variable.
      configure.in: Make it possible to force the shipped version of libiptc.
      contrib/collection3: Suppress warnings about non-existent classes.
      exec plugin: Avoid a warning when freeing meta data.
      exec plugin: Clear the signal block mask before calling exec(2).
      contrib/collection3: Add support for the “threads” and “total_requests” types.
      contrib/collection3: Use “{plugin_inst}/{type_inst}” for “{instance}”
      contrib/collection3: Added the “invokations” type.
      contrib/collection3: Add a vertical label to the “java_memory” type.
      contrib/collection3: “Invokations” → “Invocations”.
      Build system: Improve detection of the iptc library.
      Build system: Further improve libiptc handling.
      README: Document the “--with-libiptc=shipped” option.
      src/owniptc/Makefile.am: Don't search KERNEL_DIR for headers.
      Build system: Check for “libiptc/libip6tc.h” and “linux/netfilter/x_tables.h”, too.
      processes plugin: Case argument of “isdigit” to int.
      perl plugin: Declare the “environ” variable.
      libiptc: Comment out two unused static functions.
      unixsock plugin: Fix a (well hidden) race condition.
      df plugin: Fix a typo.
      README: Fix order of the curl plugin in the list.
      Bumped version to 4.7.4; Updated ChangeLog.

Marc Fournier (1):
      contrib/collection3: skip host dirs without read access.

---
 ChangeLog                                          |   11 ++
 README                                             |   15 ++-
 configure.in                                       |  135 ++++++++++++--------
 contrib/collection3/etc/collection.conf            |   23 +++-
 contrib/collection3/lib/Collectd/Graph/Common.pm   |    1 +
 contrib/collection3/lib/Collectd/Graph/Type.pm     |    6 +-
 .../lib/Collectd/Graph/Type/JavaMemory.pm          |    4 +
 .../collection3/lib/Collectd/Graph/TypeLoader.pm   |    5 +-
 src/Makefile.am                                    |    3 +-
 src/df.c                                           |    2 +-
 src/exec.c                                         |   15 ++-
 src/iptables.c                                     |   16 ++-
 src/owniptc/Makefile.am                            |    1 -
 src/owniptc/libiptc.c                              |    4 +
 src/perl.c                                         |    5 +
 src/processes.c                                    |   66 ++--------
 src/unixsock.c                                     |   34 ++++--
 version-gen.sh                                     |    2 +-
 18 files changed, 209 insertions(+), 139 deletions(-)
---



More information about the collectd-changes mailing list