[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Oct 27 11:29:23 CEST 2007
ChangeLog | 30 ++++++++++++++--------------
README | 23 +++++++++++++++++++++
configure.in | 60 +++++++++++++++++++++++++++++++++++---------------------
src/Makefile.am | 7 ++----
src/common.c | 24 ++++++++++++++++++++--
version-gen.sh | 2 -
6 files changed, 102 insertions(+), 44 deletions(-)
New commits:
commit 41e2bb41128e65b7ee7f56dfbd1633c9f9b2bdb9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 27 11:21:52 2007 +0200
Build system: Removed the check for `libm'.
It didn't work (there's no `ext' function) and wasn't used anywhere..
commit 8dfe4231f01b23205be2128a6f5c1e49a701ee83
Merge: 3e573c8e498c6a68fb22caeca152bcd48970d724 5cb5b41bdd8fc01f2bd808c5eb75b8f4095a8520
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 27 11:09:25 2007 +0200
Merge branch 'collectd-4.1'
commit 3e573c8e498c6a68fb22caeca152bcd48970d724
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 27 11:02:03 2007 +0200
Bumped version to 4.2.0; Updated ChangeLog.
commit 14ffdba9f0a80c1a23235cc1f30e5d0708f82306
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Oct 27 10:52:38 2007 +0200
Build system: Changed the detection of the sensors library to work like other libraries.
commit 5cb5b41bdd8fc01f2bd808c5eb75b8f4095a8520
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri Oct 26 15:07:50 2007 +0200
README: Added section about configuring, building and installing collectd.
This section contains basic information about the "--enabled-<plugin>"
configuration option as well as adopting the installation target.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 4053192182658147f98bddddcec55eb1ff1dd67c
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Oct 26 10:50:43 2007 +0200
src/common.c: Serialize access to `strerror' if `strerror_r' doesn't exist.
Apparently this is a problem under Solaris 9..
commit ae03d74928b26bd421ce1c81aa71889edf15ba6a
Author: Ronan Cadet <ronan.cadet at atosorigin.com>
Date: Fri Oct 26 10:28:37 2007 +0200
Build system: Fixed a bug in the detection of the snmp library.
Hello,
During the creation of a rpm on Mandriva 2007.1 from tar.bz2 sources, and by
activate almost all options, I found something that seems a bug to me in the
configure file, line 33251 (concerning the snmp plugin)
More information about the collectd-changes
mailing list