Code

perl plugin: Improved "IncludeDir" configuration option.
[collectd.git] / ChangeLog
index ac5e78c1abe116d8d608d058704cd1ea830320c5..8b0c1c88de6b024392818dc9f4aaec11c8e8a645 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,15 @@ yyyy-mm-dd, Version 4.2.0
        * 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.
+
+yyyy-mm-dd, Version 4.1.3
+       * 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.