[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.9.2'
Florian Forster
octo at verplant.org
Thu Apr 22 12:01:15 CEST 2010
Tag 'collectd-4.9.2' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2010-04-22 10:28 +0200
Tag for version 4.9.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAkvQFtYACgkQjvke9ZFSPD1higCfcZNRGxQsb121Jkq7S2J3DxAq
0/YAn0CIAr6YBr/oDqZ1PYvlI5SUQ5aV
=c5PU
-----END PGP SIGNATURE-----
Changes since collectd-4.9.1:
Amit Gupta (1):
Build system: Put Java class files into a .jar file.
Chris Buben (1):
utils_format_json: serialize nan and inf as null, as per JSON spec
Clément Stenac (1):
Processes plugin: Fix a minor typo.
Florian Forster (41):
contrib/exec-munin.px: Add GPLv2 header.
Merge commit 'tokkee/sh/collectd-4.8' into collectd-4.8
src/filter_chain.c: Make info-message more verbose.
apache plugin: Fix collection of the "apache_connections" value with Apache 2.*.
contextswitch plugin: Handle large counter/derive values correctly.
src/collectd.h: Add fallback implementations of "isfinite" and "isinf".
src/utils_format_json.c: Use "isfinite" rather than "isinf".
src/utils_cmd_listval.c: Fix a memory leak.
configure.in: Fix three small typos.
debian/: Removed ancient Debian package files.
Merge branch 'collectd-4.8' into collectd-4.9
oracle plugin: Fix semantics of OCIAttrGet.
Merge remote branch 'origin/collectd-4.8' into collectd-4.8
Exec plugin: Reset the "PL_RUNNING" if "fork_child()" fails.
Exec plugin: Set the "noreturn" attribute on the "exec_child" function.
Exec plugin: Add a missing folding marker.
configfile: cf_read_dir: Don't abort reading a directory when reading one file fails.
Exec plugin: Update copyright header.
Merge branch 'collectd-4.8' into collectd-4.9
netapp plugin: Fix a syntax error in an error message.
collectd.conf(5): Document the "ImprovedNamingSchema" option of the OpenVPN plugin.
openvpn plugin: Fix a copy'n'paste error in the "new naming schema".
snmp plugin: Fix a format string.
README: Fix typo.
README: Fix typo.
collectd-perl(5): Fix the synopsis.
collectd.conf.in: Change the basename of the Perl plugin to "Collectd::Plugins".
Merge commit 'tokkee/sh/collectd-4.8' into collectd-4.8
README: Fix a typo.
network plugin: Be more strict when checking the return value of "setsockopt".
rrdtool plugin: Correctly free the cache when shutting down.
network plugin: Fix a severe memory leak.
Merge branch 'collectd-4.8' into collectd-4.9
Bumped version to 4.8.2; Updated ChangeLog.
contrib/exec-nagios.px: Whitespace and POD fixes.
network plugin: Don't access values in an already freed array.
src/plugin.c: plugin_log: Append newline to message â¦
Merge branch 'collectd-4.8' into collectd-4.9
Bumped version to 4.8.5; Updated ChangeLog.
Merge branch 'collectd-4.8' into collectd-4.9
Bumped version to 4.9.2; Updated ChangeLog.
Jan Engelhardt (1):
libiptc: avoid strict-aliasing warnings
Manuel Sanmartin (no email) (2):
memcached plugin: Add hack for AIX compatibility.
configure.in: Check for "htonll".
Michael Stapelberg (1):
Bugfix: correctly handle spurious wakeups in pthread_cond_timedwait
Paul Sadauskas (1):
Use Curl AnyAuth (digest+basic) instead of just digest
Pavel Piatruk (1):
contrib/collection.cgi: Added ability to hide specified types.
Sebastian Harl (6):
exec plugin: Improved some error messages.
collectd{-perl,.conf}(5), {my,postgre}sql plugins: Fixed some typos.
collectd{-python,.conf}(5): Fixed some typos.
ping plugin: Improved some error messages.
.mailmap: Added Rodolphe Quiedeville <rquiedeville at bearstech.com>.
configure, src/Makefile: Check for nanosleep() in libposix4 as well.
Stu Hood (1):
contrib/redhat/collectd.spec: Updated for version 4.9.
---
.mailmap | 1 +
ChangeLog | 74 +++++++++++
README | 6 +-
TODO | 3 -
bindings/java/Makefile.am | 15 ++-
configure.in | 62 +++++++++-
contrib/collection.cgi | 6 +
contrib/exec-munin.px | 21 +++
contrib/exec-nagios.px | 10 +-
contrib/redhat/collectd.spec | 281 +++++++++++++++++++++---------------------
debian/README.Debian | 41 ------
debian/changelog | 93 --------------
debian/collectd.conf | 89 -------------
debian/collectd.init.d | 115 -----------------
debian/collectd.postrm | 43 -------
debian/compat | 1 -
debian/control | 149 ----------------------
debian/copyright | 148 ----------------------
debian/examples/myplugin.c | 107 ----------------
debian/rules | 111 -----------------
src/Makefile.am | 3 +
src/apache.c | 3 +-
src/collectd-perl.pod | 10 +-
src/collectd-python.pod | 8 +-
src/collectd.conf.in | 4 +-
src/collectd.conf.pod | 21 ++-
src/collectd.h | 6 +
src/common.c | 2 +
src/common.h | 2 +
src/configfile.c | 16 +--
src/contextswitch.c | 6 +-
src/exec.c | 22 +++-
src/filter_chain.c | 11 ++-
src/memcached.c | 5 +
src/mysql.c | 2 +-
src/netapp.c | 4 +-
src/network.c | 15 ++-
src/openvpn.c | 8 +-
src/oracle.c | 22 ++--
src/owniptc/libip4tc.c | 3 +-
src/owniptc/libip6tc.c | 3 +-
src/owniptc/libiptc.c | 10 +-
src/ping.c | 17 ++-
src/plugin.c | 32 ++++--
src/postgresql.c | 4 +-
src/processes.c | 2 +-
src/rrdtool.c | 63 +++++++++-
src/snmp.c | 2 +-
src/utils_cmd_listval.c | 29 +++--
src/utils_format_json.c | 7 +-
src/write_http.c | 2 +-
version-gen.sh | 2 +-
52 files changed, 563 insertions(+), 1159 deletions(-)
---
More information about the collectd-changes
mailing list