[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat May 1 11:00:29 CEST 2010
configure.in | 14 +++++++++++++-
src/rrdcached.c | 1 +
2 files changed, 14 insertions(+), 1 deletions(-)
New commits:
commit 96382507c3296a35399f6b3c258ae2a47761bf06
Merge: 85ecbfb74749989208001dfead119e5cb641fa6b c3533f89f324411112a8b80d7ff0d7afd1e70b5d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 1 11:00:26 2010 +0200
Merge branch 'collectd-4.9'
commit c3533f89f324411112a8b80d7ff0d7afd1e70b5d
Merge: 0bd574a28c06090f0c4b056f8a78e455455a6330 e9dc38c2222a706a1f3ab6912a3bf36e5283528b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 1 11:00:22 2010 +0200
Merge branch 'collectd-4.8' into collectd-4.9
commit e9dc38c2222a706a1f3ab6912a3bf36e5283528b
Author: Thorsten von Eicken <tve at voneicken.com>
Date: Sat May 1 10:03:15 2010 +0200
rrdcached.c needs to include rrd.h
commit c4e077cc77ec31e86baefc4644686a86b39cd460
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 1 09:53:12 2010 +0200
Build system: Check for "strtok_r" availability with "-Wall -Werror" when using GCC.
Previously, the check was done without "-Werror" which resulted in a
warning and success. When the daemon was later built with "-Werror" set,
that warning would result in an error and abort the build.
Thanks to Aurélien Reynaud for reporting the problem.
More information about the collectd-changes
mailing list