[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'
Florian Forster
octo at verplant.org
Tue Aug 4 13:15:35 CEST 2009
contrib/collection3/bin/graph.cgi | 1 +
contrib/collection3/etc/collection.conf | 6 +++---
src/utils_cache.c | 4 +++-
3 files changed, 7 insertions(+), 4 deletions(-)
New commits:
commit 38469fd7bce3b64857c711169c6289f16d8f0114
Merge: 5e22694c513a35135c9155e410a49d83ad73302b ff607e9d1abc8f738b15626b5d30145d9a9f3f0d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 2 12:22:20 2009 +0200
Merge remote branch 'tokkee/sh/collectd-4.6' into collectd-4.6
commit ff607e9d1abc8f738b15626b5d30145d9a9f3f0d
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Jul 26 15:01:53 2009 +0200
collection3/etc/collection.conf: Reencoded in UTF-8.
Depending on the locale settings, RRDtool might fail to handle "special
characters" correctly. Using UTF-8 is a way to work around that issue.
Thanks to Daniel Danner for reporting and testing this.
commit c2593281c3ed2919f67514381be2b5137308f3af
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Jul 8 13:19:57 2009 +0200
src/utils_cache.c: Make really sure to free the right cache entry.
Make sure we do not try to free a (possibly some random) cache entry after
removing it from the AVL tree. Potentially, this might have caused invalid
free()s in some rare situations.
More information about the collectd-changes
mailing list