[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.2'

Florian Forster octo at verplant.org
Sun Apr 7 05:57:14 CEST 2013


 configure.in             |   40 +++++++++++++++----------------
 src/filter_chain.c       |    4 ++--
 src/mysql.c              |   60 ++++++++++++++++++++++------------------------
 src/network.c            |   34 ++++++++++++++++----------
 src/nfs.c                |   15 ++++++++----
 src/notify_email.c       |    2 +-
 src/rrdcached.c          |   10 +++++++-
 src/thermal.c            |    3 +++
 src/utils_parse_option.c |    2 +-
 9 files changed, 96 insertions(+), 74 deletions(-)

New commits:
commit 5efcb2fe5ca723225e4100314a8668d8abc9424a
Merge: 5ac466c 9cbc0fe
Author: Florian Forster <octo at collectd.org>
Date:   Sun Apr 7 05:54:24 2013 +0200

    Merge branch 'collectd-5.1' into collectd-5.2
    
    Conflicts:
    	configure.in

commit 9cbc0fe63abd2bd3658b42f19ee144f803b658fa
Merge: d21cf7f 0ec776a
Author: Florian Forster <octo at collectd.org>
Date:   Sun Apr 7 05:44:38 2013 +0200

    Merge branch 'collectd-4.10' into collectd-5.1
    
    Conflicts:
    	configure.in
    	src/mysql.c
    	src/network.c
    	src/thermal.c

commit 0ec776abf45ef3989f38d966e74b588f9ef15ebe
Author: Florian Forster <octo at collectd.org>
Date:   Sat Apr 6 18:23:16 2013 +0200

    network plugin: Make sure gcrypt is initialized before using any of its functions.
    
    @marekbecka found that sockent_open() is called during the configuration
    phase, but gcrypt is initialized later, during the initialization phase.
    This patch will initialize gcrypt in sockent_open() if any sockets with
    security are configured.
    
    Fixes Github issue #273.

commit 5680622ee9d70a9df30564a34e0cc01afcf0d05b
Author: Dave Cottlehuber <dch at jsonified.com>
Date:   Thu Feb 7 01:38:07 2013 +0100

    Don't clobber TMPDIR during Java detection
    
    - Java detection used TMPDIR as var to parse command output
    - TMPDIR is used in libltdl later on in ./configure
    - alternative fix is local var or subshell
    - fixes issue introduced via #33163ee
    
    Conflicts:
    	configure.in
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit d21cf7f8376b6ce5dd3bbeb41da3aff0e85c6e28
Author: Manuel CISSÉ <manuel_cisse at yahoo.fr>
Date:   Fri Feb 15 11:03:00 2013 +0100

    notify_email: Add charset in Content-Type header (seems required by some picky spam filters)
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 73b6265b03bc2dcff8c5d96f909b390dffb12a01
Author: Florian Forster <octo at collectd.org>
Date:   Mon Apr 1 16:54:45 2013 +0200

    nfs plugin: Copy the name before calling the non-const lookup function.
    
    Fixes Github issue #70. Thanks to Jeff for reporting this issue.

commit df58a0a6b68ae55e9888455d30424e86b787c802
Author: Florian Forster <octo at collectd.org>
Date:   Mon Apr 1 16:38:08 2013 +0200

    rrdcached plugin: Connect to the daemon in the read() callback.
    
    Fixes Github issue #275. Thanks to Yves Mettier for reporting this bug!

commit 7df90f7adea4acfddcc10a3b671130aae81265ae
Author: Markus Knetschke <markus.knetschke at gmail.com>
Date:   Sun Dec 23 11:50:22 2012 +0100

    thermal plugin: set the hostname
    
    Signed-off-by: Markus Knetschke <markus.knetschke at gmail.com>
    Signed-off-by: Florian Forster <octo at collectd.org>

commit d2c70797b18c2b532119b1264841f551e013dcad
Author: Markus Knetschke <markus.knetschke at gmail.com>
Date:   Sun Dec 23 11:02:42 2012 +0100

    thermal plugin: fixed value submitting
    
    Signed-off-by: Markus Knetschke <markus.knetschke at gmail.com>
    Signed-off-by: Florian Forster <octo at collectd.org>

commit ecdfcecbc70b51de12ed695fbace42e6076473c1
Author: Tommie Gannert <tommie at spotify.com>
Date:   Thu Mar 7 09:10:03 2013 +0100

    Allow parsing plugin_instance in parse_option().
    
    isalnum() is not enough to catch the underscore.
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit dee89f856ffba3fcfccf530cd98f4d515bb46728
Author: Florian Forster <octo at collectd.org>
Date:   Mon Mar 25 07:28:36 2013 +0100

    mysql plugin: Call mysql_init() only once.
    
    Apparently, if you call it with a structure allocated by mysql_init()
    itself, it leaks memory. Thanks to Yves Mettier for pointing this out!
    
    Fixes Github issue #274.

commit 01a4d0ac2dec01b668a6cb80136a166ec8548a97
Author: Florian Forster <octo at collectd.org>
Date:   Thu Feb 21 11:18:53 2013 +0100

    configure.in: Fix quoting of AC_LANG_PROGRAM().
    
    Autoconf 2.68 complains about that and aborts building the configure
    script. *sigh*

commit b81ed4b28b408db3198e11a3c4e0efbcc757cc5f
Author: Dan Fandrich <dan at coneharvesters.com>
Date:   Sun Mar 3 00:24:48 2013 +0100

    src/filter_chain.c: Fixed typos in error messages
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list