[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.8.4'
Florian Forster
octo at verplant.org
Wed Apr 7 12:55:38 CEST 2010
Tag 'collectd-4.8.4' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2010-04-07 11:55 +0200
Tag for version 4.8.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAku8ZJ0ACgkQjvke9ZFSPD3CMwCfTboy++09Lhy0NQrf9YrRf7nY
aD0AnR6+jkizqM3NsXT3Y2oBRhxEDDPC
=XL6A
-----END PGP SIGNATURE-----
Changes since collectd-4.8.3:
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 (26):
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.*.
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.
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.
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
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.
Bumped version to 4.8.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 (5):
exec plugin: Improved some error messages.
collectd{-perl,.conf}(5), {my,postgre}sql plugins: 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.
---
.mailmap | 1 +
ChangeLog | 31 +++++++++
README | 4 +-
bindings/java/Makefile.am | 15 +++--
configure.in | 62 ++++++++++++++++++-
contrib/collection.cgi | 6 ++
contrib/exec-munin.px | 21 ++++++
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.conf.in | 4 +-
src/collectd.conf.pod | 12 ++--
src/collectd.h | 6 ++
src/common.c | 2 +
src/common.h | 2 +
src/configfile.c | 16 ++---
src/exec.c | 22 +++++--
src/filter_chain.c | 11 +++-
src/memcached.c | 5 ++
src/mysql.c | 2 +-
src/network.c | 11 +++-
src/oracle.c | 22 ++++---
src/owniptc/libip4tc.c | 3 +-
src/owniptc/libip6tc.c | 3 +-
src/owniptc/libiptc.c | 10 ++-
src/ping.c | 11 +++-
src/plugin.c | 18 +++++-
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 +-
45 files changed, 342 insertions(+), 982 deletions(-)
---
More information about the collectd-changes
mailing list