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

Florian Forster octo at verplant.org
Wed Apr 10 03:43:34 CEST 2013


Tag 'collectd-5.1.3' created by Florian Forster <octo at collectd.org> at 2013-04-09 02:03 +0200

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

iQIcBAABAgAGBQJRY2j6AAoJEFCaZHVExRxofswP/3bFvh6y9ITfsZ4uu3FF2gx2
v+p4Bzm2fv7bBa9OD/9D7ofTbD9rwlEs//qWRfx1IlLSS/LQ2nVWkWYwjo1ajgCw
x4kJnltmZf21zr7S1VWTsgQI/Vj1JIuonrQ5mV0/eAL/7saKzrJVnM9Pl3Keg51U
nqgkKvKc4uHuAgj0G2zfF+dGOJK/zTmzYUTgzKJGK2kxgDd44MVk/bODupguS8DD
ittaRuhmTkwqsf+BdT7Le88NIQGwJxshmPyeK45Y/aRsiFsrpJqa+HD1flPNnvRP
+emhw0B//rfk/sgMO6ogA2QDSh312ToGXv0zignmZQUij5lMztjISQg0nSxfNKTU
xZYQKONyo3M3s/TyEmzuvSx5+kPM9JjTijDKBeLT7NX3qrUiQoG/0AoUl0UgHnfm
O0irSu8IIgcEG4UadPfdzoYewUMLANqp/v4vf89G3NLFgAOxbZatv+0waovOyIot
qIrVDXR0ooTmIJCRNuBztVittQ1NoWo1Kz1/rSPtfgN20YweiPRB2u+3GLoBPlag
868unjUyZbYXZ4AhyvV8r1yukVcH7dhT9gSyK6eArTdNclFB0KWxrVYSQYaOvH3E
6XfqNZlJRmov5RunNEN3t6VWAnZYrSWKN5c2cuOOvDHfgoECAQehVF5r1qDy4ek4
tFOnT/PL5E+EUL/ijrPC
=PFB5
-----END PGP SIGNATURE-----

Changes since collectd-5.1.2:
Dan Fandrich (5):
      curl's numeric options are always at minimum long, never int
      curl_xml plugin: Fix potential dereference of NULL pointer.
      Add protection from infinite redirect loops to curl-using plugins
      curl_xml plugin: Check for a curl_easy_perform() error first
      src/filter_chain.c: Fixed typos in error messages

Dave Cottlehuber (2):
      Add upstart configuration file for Ubuntu, Debian and RedHat distros
      Don't clobber TMPDIR during Java detection

Florian Forster (24):
      logfile plugin: Make "do_close" a boolean.
      cpu plugin: Remove broken debug message.
      Merge branch 'collectd-4.10' into collectd-5.1
      src/plugin.c: Initialize "next_read" field of read callbacks.
      curl_json plugin: Call yajl_complete_parse() / yajl_parse_complete() only once.
      exec plugin: Fix a copy'n'paste mistake in a comment.
      Merge branch 'collectd-4.10' into collectd-5.1
      configure.in: Quote AC_LANG_PROGRAM and remove AC_INCLUDES_DEFAULT.
      configure.in: Fix quoting of AC_LANG_PROGRAM().
      mysql plugin: Call mysql_init() only once.
      configure.in: Yet another attempt at fixing the mess that is AC_LANG_PROGRAM().
      snmp plugin: Some coding style fixes.
      snmp plugin: Allocate "oid_list" on the stack.
      rrdcached plugin: Connect to the daemon in the read() callback.
      nfs plugin: Copy the name before calling the non-const lookup function.
      snmp plugin: Fix compilation issue.
      netapp plugin: Fix intervals used when dispatching values.
      network plugin: Make sure gcrypt is initialized before using any of its functions.
      Merge branch 'collectd-4.10' into collectd-5.1
      Merge remote-tracking branch 'github-octo/ff/netapp' into collectd-5.1
      Merge branch 'jk/snmp' into collectd-5.1
      Bump version to 4.10.9; Update ChangeLog.
      Merge remote-tracking branch 'origin/collectd-4.10' into collectd-5.1
      Bump version to 5.1.3; Update ChangeLog.

Manuel CISSÉ (1):
      notify_email: Add charset in Content-Type header (seems required by some picky spam filters)

Markus Knetschke (2):
      thermal plugin: fixed value submitting
      thermal plugin: set the hostname

Nathan Huff (1):
      If the file isn't closed such as when logging to stdout or stderr the file must be flushed for it to get out of the IO buffers right away.

Tomas Doran (1):
      Fix memory leaks when plugin gets no results

Tommie Gannert (1):
      Allow parsing plugin_instance in parse_option().

jkrabbe (1):
      csnmp_read_table: Change GETNEXT request behaviour (+ bugfix 235)

---
 ChangeLog                     |   50 ++++++
 configure.in                  |  357 +++++++++++++++++++++--------------------
 contrib/upstart.collectd.conf |   47 ++++++
 src/apache.c                  |   15 +-
 src/ascent.c                  |   15 +-
 src/bind.c                    |    7 +-
 src/cpu.c                     |    2 -
 src/curl.c                    |   11 +-
 src/curl_json.c               |   17 +-
 src/curl_xml.c                |   17 +-
 src/exec.c                    |    2 +-
 src/filter_chain.c            |    4 +-
 src/logfile.c                 |    7 +-
 src/mysql.c                   |   64 ++++----
 src/netapp.c                  |   19 ++-
 src/network.c                 |   34 ++--
 src/nfs.c                     |   15 +-
 src/nginx.c                   |   15 +-
 src/notify_email.c            |    2 +-
 src/plugin.c                  |    3 +
 src/rrdcached.c               |   12 +-
 src/snmp.c                    |  289 ++++++++++++++-------------------
 src/thermal.c                 |    3 +
 src/utils_parse_option.c      |    2 +-
 src/write_http.c              |    8 +-
 version-gen.sh                |    2 +-
 26 files changed, 552 insertions(+), 467 deletions(-)
---



More information about the collectd-changes mailing list