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

Florian Forster octo at verplant.org
Sun Apr 7 20:45:59 CEST 2013


Tag 'collectd-4.10.9' created by Florian Forster <octo at collectd.org> at 2013-04-07 19:45 +0200

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

iQIcBAABAgAGBQJRYb7PAAoJEFCaZHVExRxo3MAP/3TshCx4OqrAE0mWZONDny12
JCjf5r8ZsVW2Zmpbdcb1RNKzppSfXs5OSMcCwRXMptuyKVZ4YyVUwJn06HcL1ol3
Rs7tzowagZlk9Posynh0FMIJP0//XDpZZ3Sg4gfbMGvpm3CwbxlHRpEywXro8hlx
HJmcqhZ7mVd1w6AOoEmOyG42HywafnkKRPw8TNVX0LqES7qMjCL3BnFIlRE8wrCS
TbCHzdXfsQAfrRc9GCwunFwKfUDYdFLfAAlaZeq4PTQEQSSL7tfb69qMGfEho1ul
y5tqc4PgrLJr5puNabkHM2RvvmQ8VToqq4EE63vCamTztWfEm7My/zgkDNUgY8TA
f2rd0UPd/wkxxEnN8Jl022CsLxZs9SPIy370GEpsbxCzsJs+3dyVUmCjDbcdlouB
KnDExFiWt8OXfLiVw03oifENww4MPWpD1N6Wce/RdQb7SV+8AO9Wryg42BErl9D1
0OmGMk9tbDXn/k5fTy0KfZ9DN+qpZkQfZSpsiBBrGa+atl5hb+yq0AOlWM2BzSkT
8By8jecTBcjpXtEtLAuhvuTBuGursnNI+aczHYXBw5RdJhkMxyw6nTILz6f8xX4A
R2v7Ow9OFT49cgdrsEpygE/2zlZHCPt+0cjYSE4TeirUbXnnSYVZhhX5Fu5AsnNV
KTEKtcRJ1iN6XD6PJLOE
=5F+d
-----END PGP SIGNATURE-----

Changes since collectd-4.10.8:
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 (1):
      Don't clobber TMPDIR during Java detection

Ed Schouten (1):
      src/network.c: Fix the build on FreeBSD.

Florian Forster (9):
      dbi plugin: Replace cdbi_config_set_string() with cf_util_get_string().
      logfile plugin: Make "do_close" a boolean.
      cpu plugin: Remove broken debug message.
      curl_json plugin: Call yajl_complete_parse() / yajl_parse_complete() only once.
      exec plugin: Fix a copy'n'paste mistake in a comment.
      configure.in: Fix quoting of AC_LANG_PROGRAM().
      mysql plugin: Call mysql_init() only once.
      network plugin: Make sure gcrypt is initialized before using any of its functions.
      Bump version to 4.10.9; Update ChangeLog.

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().

---
 ChangeLog                |   21 +++++
 configure.in             |  205 +++++++++++++++++++++++-----------------------
 src/apache.c             |   15 ++--
 src/ascent.c             |   15 ++--
 src/bind.c               |    7 +-
 src/cpu.c                |    2 -
 src/curl.c               |   11 +--
 src/curl_json.c          |   46 +++++++----
 src/curl_xml.c           |   17 ++--
 src/dbi.c                |   33 +-------
 src/exec.c               |    2 +-
 src/filter_chain.c       |    4 +-
 src/logfile.c            |    7 +-
 src/mysql.c              |   67 +++++++--------
 src/network.c            |   39 ++++++---
 src/nginx.c              |   15 ++--
 src/thermal.c            |    3 +
 src/utils_parse_option.c |    2 +-
 src/write_http.c         |    8 +-
 version-gen.sh           |    2 +-
 20 files changed, 274 insertions(+), 247 deletions(-)
---



More information about the collectd-changes mailing list