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

Florian Forster octo at verplant.org
Sun Jan 26 09:08:07 CET 2014


Tag 'collectd-5.4.1' created by Florian Forster <octo at collectd.org> at 2014-01-26 08:06 +0100

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

iQIcBAABAgAGBQJS5MH4AAoJEFCaZHVExRxoMXwP/3529AH9hLUXsp110G4knGln
YotcgWqP7bLySLZlCn/3n2IiDvwrTa6UhrNfFo+/4kEvKn0OzefBUrqW6c6y8hk8
V2bg9Rx87R3cy/UJC6IXgrc5A5bS0bL9ve/gEUTrCsUmd6PbBbBWi1LkAQ0s8917
eBy6oNsGZ7BpXYBhwQIQSriQRHP0TY8qEsmtbmzJftxwSz8PzjQixDwr7XGMD2Av
Krx52qT/oqkmGnbgtpnjy3rSY8kXdKAHP225sJYEpYvC0nCq7hs80yVfZqN6/PeM
TDgk3umNycE675+wXOTHkK6fXugROYxofs4czVmv6UqBUEWvfkSD+3VqcXsuUseY
dSgI61LyhReNk96inkS2aAKcIZgbDLsh703T+QTDssAWy3xhG1dTQVrJMlYW7Rl5
FAj3HlKEaGqm3sN4Pp+HUAVmvXQYn7xNM7DX+IeGhzvl3lu7dd4yWeg2GULZEBlN
GH1tMmify0N92jmhwIHRBgO5Whg4H/r4E0G7S4Ehe2gdrFp0bmGOqOik1j1rmXqf
+x2euz1Nt1uBh7wyxvRom3OHJQb7K/wSgVqNrdMc10iUNyDvLFMoBisv/CWfT1wN
ccwV2trjTTTavyvaHfDu1MsP0AiVLHrYghBOMwDVcgcYOaiHMyzyXp0H0BDB9LvE
vVxA9sgKDqjcguJ/2PrG
=+aT7
-----END PGP SIGNATURE-----

Changes since collectd-5.4.0:
Alex Deymo (1):
      aquaero: Fix type names on aquaero plugin.

Chris Lundquist (1):
      [network] set_thread_cbs so we initialize the right threading mode in gcry_check_version

Fabien Wernli (1):
      Update collectd.conf.pod

Florian Forster (7):
      zfs_arc plugin: Collect "allocated" and "stolen" on FreeBSD only.
      src/utils_mount.c: Fix wrong behavior in cu_mount_getoptionvalue().
      cgroups plugin: Use cu_mount_checkoption().
      Merge remote-tracking branch 'github/pr/413' into collectd-5.4
      src/types.db: Remove maximum value on "cache_size".
      apache plugin: Call curl_global_init() from the init function.
      Bump version to 5.4.1; Update ChangeLog.

Jim Radford (2):
      curl_json plugin: avoid unlikely overrun
      curl_json plugin: avoid accessing off the end of the avl_tree_s

Marc Fournier (21):
      check if libpcap has PCAP_ERROR_IFACE_NOT_UP
      RedHat RPM spec: updates for 5.4.0
      cgroups: don't fail parsing when colon not found
      correct typo
      correct default write_graphite protocol in manpage
      Merge remote-tracking branch 'origin/pr/409' into collectd-5.4
      switch default write_graphite protocol back to TCP
      make build outputs more quiet
      fix error message in target_{replace,set}
      Merge pull request #393 from mfournier/prevent-building-with-old-libpcap
      curl_xml.c: avoid using uninitalized variable in error message
      interface.c: FreeBSD-10 support
      Revert "curl_xml.c: avoid using uninitalized variable in error message"
      Merge branch 'collectd-4.10' into collectd-5.3
      Merge branch 'collectd-5.3' into collectd-5.4
      fix cgroups plugin name in example config
      network: comment libgcrypt initalization process
      amqp: fix symbol lookup error with librabbitmq >= 0.4.0
      Merge remote-tracking branch 'origin/pr/490' into collectd-5.3
      Merge remote-tracking branch 'origin/collectd-4.10' into collectd-5.3
      Merge branch 'collectd-5.3' into collectd-5.4

Michael Hart (1):
      fix wg_send_buffer to reconnect tcp sockets on failure

Rainer Müller (3):
      curl_json, curl_xml: Fix unitialized variable
      Link to IOKit using -framework
      collection3: Fix data source names

Ruben Kerkhof (3):
      Display status of mic module
      configure.in has been deprecated for a while now
      Autoupdate

Sebastian Harl (9):
      collectd.conf: Added example cgroups plugin config section.
      collectd.conf: Added example df plugin ValuesAbsolute/Percentage options.
      collectd.conf: Added an example write_riemann TTLFactor option.
      amqp plugin: Added support for rabbitmq-c 0.4.x.
      curl plugin: Fixed a segfault when using <Match> without an Instance.
      amqp plugin: Fixed compilation when using rabbitmq-c < 0.4.
      Merge pull request #2 from mfournier/amqp-symbol_lookup
      amqp plugin: Don't use C++ style comments.
      configure: Fixed linker options when checking for amqp_tcp_socket_new.

Tim Laszlo (2):
      Replace you with your in error message
      Avoid using first person in the error message

Wilfried Goesgens (1):
      write_graphite: avoid printing out the NULL value in error messages

---
 ChangeLog                               |   24 +
 configure.ac                            | 5601 +++++++++++++++++++++++++++++++
 configure.in                            | 5546 ------------------------------
 contrib/collection3/etc/collection.conf |   16 +-
 contrib/redhat/collectd.spec            |  146 +-
 src/Makefile.am                         |    6 +-
 src/amqp.c                              |   52 +-
 src/apache.c                            |    9 +
 src/aquaero.c                           |    4 +-
 src/cgroups.c                           |   19 +-
 src/collectd.c                          |    2 +-
 src/collectd.conf.in                    |   10 +-
 src/collectd.conf.pod                   |    6 +-
 src/curl.c                              |    3 +-
 src/curl_json.c                         |    9 +-
 src/curl_xml.c                          |    1 +
 src/interface.c                         |   11 +-
 src/network.c                           |    9 +-
 src/target_replace.c                    |    4 +-
 src/target_set.c                        |    4 +-
 src/types.db                            |    3 +-
 src/utils_mount.c                       |    3 -
 src/write_graphite.c                    |   16 +-
 src/zfs_arc.c                           |    8 +-
 version-gen.sh                          |    2 +-
 25 files changed, 5908 insertions(+), 5606 deletions(-)
---



More information about the collectd-changes mailing list