Code

Merge branch 'collectd-4.1'
[collectd.git] / ChangeLog
index ae4835a4335ccc6773d652d0be86bc27e28ebe82..5d9184c6d1888d9e577c5d7f16af86df42ec51fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,20 @@ yyyy-mm-dd, Version 4.2.0
          config option which lets you debug your Perl plugins more easily.
        * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
          correct the values returned by SNMP-agents.
+       * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
+         (number of connections, octets and packets for each service and
+         destination).
+       * rrdtool plugin: Use the threadsafe RRD-library if available. Try to
+         be more threadsafe otherwise by locking calls to the library.
+       * memcached plugin: The new `memcached' plugin connects to a memcached
+         daemon process and collects statistics of this distributed caching
+         system. Thanks to Antony Dovgal for contributing this plugin.
+
+2007-10-24, Version 4.1.3
+       * collectd: A build issue under Solaris has been resolved by renaming
+         data types.
+       * rrdtool plugin: Use the threadsafe RRD-library if available. Try to
+         be more threadsafe otherwise by locking calls to the library.
 
 2007-09-28, Version 4.1.2
        * apcups plugin: Fix reporting of the `load percent' data.