X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ChangeLog;h=d12900087f83e5f2c6d456385d27d0862b3d8d55;hb=01c19d8cf54620da94b6b22649b1c4a4e4e55c21;hp=ff1f8dddbfad91b168baf138eb3974211112823c;hpb=3f0d178e58251171272a643e1667abcb9946edce;p=collectd.git diff --git a/ChangeLog b/ChangeLog index ff1f8ddd..d1290008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2009-07-19, Version 4.7.2 + * Build system: Support for `DESTDIR' has been fixed in the Java + bindings. + * collectd: Okay-notifications have been fixed. Thanks to Andrés J. + Díaz for fixing this bug. + * collectd: A programming error has been fixed in the notification + code. The bug may result in an assertion failure. + * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta + for reporting the bug. + * ping plugin: Link the plugin with libm. + +2009-06-02, Version 4.7.1 + * Build system: Detection of Java has been improved and missing + details have been added to the configuration summary. Support for + libtool 2.2 has been added. + * collectd: Two bugs with the threshold checking have been fixed. The + first one prevented thresholds to be checked at all, the second one + caused wrong behavior with the persistency option. Thanks to Andrés + J. Díaz for fixing these problems. + * collectd: Handling of the `Include' configuration option has been + fixed. + * rrdtool plugin: Make sure initialization is run only once. This + resolves problems under Solaris and potentially other systems. + Thanks to Amit Gupta for reporting this bug. + * java plugin: Make it possible to use dots ('.') instead of slashes + ('/') as the class separator. Thanks to Randy Rizun for pointing + this out. + * swap plugin: A work-around for 32-bit Solaris has been added. Thanks + to Doug MacEachern for the patch. + 2009-05-11, Version 4.7.0 * apache plugin: Support to query multiple servers has been added. Thanks to Amit Gupta for the patch. @@ -42,6 +72,14 @@ * uptime plugin: The new uptime plugin can collect the server's uptime. Thanks to Marco Chiappero for the patch. +2009-07-18, Version 4.6.4 + * collectd: Okay-notifications have been fixed. Thanks to Andrés J. + Díaz for fixing this bug. + * collectd: A programming error has been fixed in the notification + code. The bug may result in an assertion failure. + * memcached plugin: Portability fix for Solaris. Thanks to Amit Gupta + for reposting the bug. + 2009-06-02, Version 4.6.3 * Build system, various plugins: Many build fixes for FreeBSD, OpenBSD, NetBSD, Solaris and Mac OS X. Big thanks to Doug MacEachern