src/plugin.c: Fix an endless loop in `plugin_flush'.
[collectd.git] / ChangeLog
index fb89d6b..35e8b36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,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.