[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.10'
    Florian Forster 
    octo at verplant.org
       
    Thu Aug 14 13:51:29 CEST 2014
    
    
  
 configure.in     |   20 ++++++++++----------
 src/configfile.c |    9 ++++++++-
 src/curl.c       |    1 +
 src/curl_json.c  |    9 +++++++++
 src/curl_xml.c   |    9 +++++++++
 src/snmp.c       |    4 ++++
 src/write_http.c |    9 +++++++++
 7 files changed, 50 insertions(+), 11 deletions(-)
New commits:
commit 0da910fb1bf2bd4982ca6541458c795ec296f398
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Fri Aug 8 15:55:10 2014 +0200
    snmp: free snmp_pdu struct allocated by snmp_pdu_create()
    
    This should fix the leak reported in issue #610.
commit 497f5785e8b385f03b5fb5b15bdff8ba39e4699e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Mon Jun 23 18:00:01 2014 +0200
    add missing backticks which broke the build
commit c2ca2a46e617878dcff69de0b8940ea91d3401cc
Author: Lauri Tirkkonen <lotheac at iki.fi>
Date:   Thu May 22 14:05:40 2014 +0300
    don't assume pkg-config is in PATH
commit 6207fce91a0933e852ec76fc31ca81ec00ffa04b
Author: Wilfried Goesgens <dothebart at citadel.org>
Date:   Thu Jun 5 20:04:13 2014 +0200
    Configparser: when we alocate an empty list, we also need to reset the counter; else we will trip over this later.
    This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750440
commit 6bd48f2346c5072dc22da58c7b7cd8e8ceb83fc5
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Sat Mar 29 13:37:36 2014 +0100
    indent wh_init() to be consistent with the rest of the file
commit 66b400ab01b8133e450bb002e175117a1ab6f9ae
Author: Jeremy Katz <jeremy at katzbox.net>
Date:   Sun Jan 26 20:43:19 2014 -0500
    Call curl_global_init() in _init of plugins using curl
    
    Need to call curl_global_init() or curl_easy_init() during init
    for plugins when we're still running single threaded.  This
    updates the remaining ones
    
    
More information about the collectd-changes
mailing list