X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=29e2223a6fa8cfccab22604e26cfcc041d1258bc;hb=6acb19befc321c501e4d8b79f403ebda0c021acc;hp=35e8b36cc5c35f2964f08f2ceb5f0fffda298d13;hpb=3f2f61c7d74d9204405a4b0c21390451c98665a7;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 35e8b36c..29e2223a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,6 +62,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.