Accepting request 288613 from home:bruno_friedmann:branches:server:monitoring

- packaging :
	deleted source collectd.service, use now upstream version in contrib
	spec_cleaner .spec
- upstream update bugfix release 2015-02-26, Version 5.4.2
	* Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
	  KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
	  Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
	  #373, #653, #828
	* collectd: A use-after-free has been fixed in the "parse_value()"
	  function. Thanks to Matthias Urlichs.
	* collectd: Fix carriage return sign in types_list Thanks to Marc
	  Fournier and @NsLib.
	* collectd: Fix programming error in src/configfile.c. Thanks to
	  Wilfried Goesgens.
	* collectd: An off-by-one error has been fixed in the
	  "strstripnewline()" function. Patch by Florian Forster.
	* collectd: Use the complain mechanism to report filter chain write
	  failures. Thanks to Sebastian Harl.
	* collectd: Spelling and grammar of error messages have been fixed.
	  Thanks to Katelyn Perry and Tim Laszlo.
	* collectdctl: Fixed buffering issues which caused trouble on AIX and
	  Solaris. Thanks to Yoga Ramalingam.
	* Documentation: Details and example about multi-instance filterchain
	  targets have been added. Thanks to Marc Fournier.
	* Documentation: The "CollectStatistics" option of the rrdcached has
	  been documented. Thanks to Micha Krause. #907
	* Documentation: The write_redis has been documented. Thanks to Marc
	  Fournier.
	* Documentation: The "GraphiteSeparateInstances" and
	  "GraphiteAlwaysAppendDS" options of the amqp have been documented.

OBS-URL: https://build.opensuse.org/request/show/288613
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=125
This commit is contained in:
2015-03-25 16:14:40 +00:00
committed by Git OBS Bridge
parent a1d1e80331
commit a691889b83
7 changed files with 294 additions and 241 deletions

View File

@@ -1,3 +1,100 @@
-------------------------------------------------------------------
Mon Mar 2 08:59:24 UTC 2015 - bruno@ioda-net.ch
- packaging :
deleted source collectd.service, use now upstream version in contrib
spec_cleaner .spec
- upstream update bugfix release 2015-02-26, Version 5.4.2
* Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
#373, #653, #828
* collectd: A use-after-free has been fixed in the "parse_value()"
function. Thanks to Matthias Urlichs.
* collectd: Fix carriage return sign in types_list Thanks to Marc
Fournier and @NsLib.
* collectd: Fix programming error in src/configfile.c. Thanks to
Wilfried Goesgens.
* collectd: An off-by-one error has been fixed in the
"strstripnewline()" function. Patch by Florian Forster.
* collectd: Use the complain mechanism to report filter chain write
failures. Thanks to Sebastian Harl.
* collectd: Spelling and grammar of error messages have been fixed.
Thanks to Katelyn Perry and Tim Laszlo.
* collectdctl: Fixed buffering issues which caused trouble on AIX and
Solaris. Thanks to Yoga Ramalingam.
* Documentation: Details and example about multi-instance filterchain
targets have been added. Thanks to Marc Fournier.
* Documentation: The "CollectStatistics" option of the rrdcached has
been documented. Thanks to Micha Krause. #907
* Documentation: The write_redis has been documented. Thanks to Marc
Fournier.
* Documentation: The "GraphiteSeparateInstances" and
"GraphiteAlwaysAppendDS" options of the amqp have been documented.
Thanks to Marc Fournier.
* Documentation: Documentation of the "AutoLoadPlugin" option has been
improved. Thanks to Florian Forster. #715
* aggregation: "utils_vl_lookup": A race when creating user objects
has been fixed. Thanks to Sebastian Harl. #535
* cpu: Temperature code for MacOSX has been removed.
Thanks to Florian Forster and Marc Fournier. #22
* cURL, cURL-JSON, cURL-XML and Write HTTP plugins: Call
"curl_global_init()" in the plugins' "init()" callback. Thanks to
Jeremy Katz.
* cURL and memcachec plugins: Fix calculation of gauge, average,
minimum and maximum. Previously, they were calculated from the start
of the daemon, which is not the documented behavior. Thanks to
Florian Forster. #663
* curl-json: A bug, which triggered when two URLs with a long common
prefix were configured, was fixed. Thanks to Marc Fournier. #582
* dbi: Compatibility with new versions of libdbi has been restored.
Thanks to Florian Forster. #950
* Exec, UnixSock plugins: Fix parsing of the "time" option of the
"PUTNOTIF" command. Thanks to Adrian Miron. #477
* ipmi: A conflict with the java over the "SIGUSR2" signal has been
fixed. Thanks to Vincent Bernat. #114
* java: Conversion from Java's time representation to collectd's
representation has been fixed. Thanks to Manuel Luis Sanmartín
Rozada.
* java: Make sure "cjni_thread_detach()" is called on all paths.
Thanks to Florian Forster.
* LogFile and SysLog plugins: Avoid total silence in case of a
misconfiguration. Thanks to Marc Fournier and Wilfried Goesgens.
* network: Support for recent versions of gcrypt has been added.
Thanks to Vincent Bernat. #632
* network: Robustness of the client connecting behavior has been
improved. Thanks to Florian Forster. #627
* python: Don't create empty "meta_data_t" objects. Thanks to Florian
Forster. #716
* python: Fix Py list length check in "cpy_build_meta()". Thanks to
Yoga Ramalingam.
* python: The "interval" member was fixed to export seconds as a
double. Thanks to Justin Burnham.
* RRDtool and RRDCacheD plugins: A memory leak when creating RRD files
has been fixed. Thanks to Yves Mettier. #661
* snmp: Fix a memory leak. Thanks to Marc Fournier and Pierre-Yves
Ritschard. #610, #804
* statsd: Support for samplerates in timer metrics was added. Thanks
to John Leach. #461
* swap: Fix behavior under OpenVZ by making "cached" optional. Thanks
to Florian Forster. #733
* threshold: Population of the "time" field in notifications has been
added. Thanks to Manuel Luis Sanmartín Rozada.
* libvirt: Only gather stats for running domains. Thanks to Ruben
Kerkhof.
* lvm: An issue with Volume Groups (VGs) without Logical Volumes (LVs)
has been fixed. Thanks to Jan Kundrát.
* write_graphite: Escape characters not supported by Graphite. Thanks
to Pierre-Yves Ritschard and Marc Fournier.
* write_http: Make callback names context-dependent. Thanks to Marc
Fournier. #821
* write_redis: A formatting bug, which resulted in totally unusable
numbers being transmitted to Redis, was fixed. Thanks to Marc
Fournier.
* write_riemann: Receive acknowledge message when using TCP. Thanks to
John-John Tedro.
-------------------------------------------------------------------
Sun Jul 20 19:37:18 UTC 2014 - p.drouand@gmail.com