[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'
Florian Forster
octo at verplant.org
Wed Mar 18 11:54:39 CET 2009
ChangeLog | 19 ++++++++
configure.in | 106 +++++++++++++++++++++++-----------------------
src/configfile.c | 9 +++-
src/liboping/liboping.c | 20 ---------
src/types_list.c | 4 +-
src/utils_cache.c | 2 +-
version-gen.sh | 2 +-
7 files changed, 84 insertions(+), 78 deletions(-)
New commits:
commit b1d3856d265c13c3684feda9e06fd0c7738ac4d1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Mar 18 11:11:18 2009 +0100
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
autoconf requires the string "_cv_" to be present in cache-ids.
This patch adds/changes `have_broken_perl_load_module' which was added
after 4.5.
commit 71eea90743f95ff69dc233b878c8f67a4d9754f8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Mar 18 11:07:30 2009 +0100
Bumped version to 4.6.2; Updated ChangeLog.
commit 3f391479bfc45d0ff6e0c7b87c899e41a192f392
Merge: ec2d5e1b7df6353aa926e0f77477830f3984cf7b 5f5da97bb2d3230bae716725acefcc01a3f3e918
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Mar 17 14:51:51 2009 +0100
Merge branch 'collectd-4.5' into collectd-4.6
commit 5f5da97bb2d3230bae716725acefcc01a3f3e918
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Mar 10 21:26:51 2009 +0100
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
autoconf requires the string "_cv_" to be present in cache-ids.
commit cc5c9640e4e5b766473e227d38ee24c123d9bea6
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Mar 10 20:48:54 2009 +0100
configfile, types_list: Improved error messages when handling "TypesDB".
commit 2d8915c37b7be045e6e638ff67e0b1168b4136a6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Mar 16 09:38:42 2009 +0100
src/liboping/liboping.c: Fix a problem with strict aliasing.
Just remove the code since it's dead anyway.
Thanks to Alan Pevec <apevec at gmail.com> for pointing this out :)
commit ecc79888d9419610f058910307d193a200258a78
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Mar 16 09:07:12 2009 +0100
src/utils_cache.c: Fix an error message.
More information about the collectd-changes
mailing list