[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.0'
Florian Forster
octo at verplant.org
Sun Aug 26 19:41:10 CEST 2007
ChangeLog | 11 +++
configure.in | 122 +++++++++++++++++++++++++-------------------
contrib/PerlLib/Collectd.pm | 2
src/Makefile.am | 7 +-
src/nut.c | 13 +++-
src/processes.c | 5 +
6 files changed, 102 insertions(+), 58 deletions(-)
New commits:
commit fa70f40f8fbb38e666b189842e65652c0093f090
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 26 19:40:19 2007 +0200
Bumped version to 4.0.7; Updated ChangeLog.
commit 14b7c735bf93b5a6260a0e064bccc28dc7581c7f
Merge: 8f6c03d5df2b660a6782ec3a16196df6a43f11ea d5c752eacdc72545328f1d5153f26ceb5fc6cfc0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 26 19:07:46 2007 +0200
Merge branch 'collectd-3.11' into collectd-4.0
commit d5c752eacdc72545328f1d5153f26ceb5fc6cfc0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 26 19:07:10 2007 +0200
processes plugin: Fix a possible segfault.
commit 8f6c03d5df2b660a6782ec3a16196df6a43f11ea
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 26 15:14:36 2007 +0200
build system: Several fixes for libcurl, libmysql, and libupsclient.
libcurl: Check for CFLAGS using `curl-config --cflags' and use these
CFLAGS when checking for <curl/curl.h> to allow for weird
locations of the library.
libmysql: Cleaned up the checking code.
libupsclient: Check if the header file provides `UPSCONN' or `UPSCONN_t' and
use the one available. This should fix compile issues with with
the nut plugin.
More information about the collectd-changes
mailing list