X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=6a1ec5e7e9a832fe0ca60f8cc343773ea9918621;hb=d164514834928b3cc5feacb2698b4329fa986b8d;hp=fb89d6b7f20c4d0170df68751ccb7a86e0bd2d63;hpb=4bc5568e749defb044160bb0cd80c5cb5fa3267c;p=collectd.git diff --git a/ChangeLog b/ChangeLog index fb89d6b7..6a1ec5e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-01, Version 4.4.3 + * collectd: Fix a memory leak in the threshold checking code. + * memcached plugin: Fix a too short timeout and a related file + descriptor leak. + * memory plugin: A typo in the libstatgrab code has been fixed. + * snmp plugin: Fix a possible memory leak. + 2008-07-15, Version 4.4.2 * build system: Use pkg-config to detect the upsclient library. * collectd: Try even harder to determine the endianess of the @@ -10,6 +17,8 @@ cleared a buffer regardless of its contents. This could lead to lost values under Solaris. * nginx plugin: Remove usage of the thread-unsafe `strtok' function. + * vserver plugin: Remove usage of the thread-unsafe `readdir' + function. * wireless plugin: Work around incorrect noise and power values returned by some broken drivers. @@ -60,6 +69,24 @@ * vmem plugin: The new vmem plugin collects very detailed statistics about the virtual memory subsystem of Linux. +2008-08-30, Version 4.3.4 + * Build system: Improved detection of and linking with the statgrab + library. + * collectd: Portability fixes, especially to determine endianess more + reliable. + * Various plugins: Fix format strings. + * disk plugin: A fix for giving disks under Linux 2.4 the right names + again has been applied. + * memcached plugin: Fix a too short timeout and a related file + descriptor leak. + * memory plugin: A typo in the libstatgrab code has been fixed. + * network plugin: A fix in the initialization function solves problems + under Solaris. + * nginx plugin: A thread-unsafe function has been replaced. + * vserver plugin: A thread-unsafe function has been replaced. + * wireless plugin: A work-around for broken wireless drivers has been + added. + 2008-04-22, Version 4.3.3 * build system: Improved detection of several libraries, especially if they are in non-standard paths.