common.[ch]: Provide a function `format_name' to turn a value-list into its string...
[collectd.git] / ChangeLog
index 7756695..66c1fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+       * apache plugin: Support for lighttpd's `BusyServers' (aka.
+       connections) field was added by Florent Monbillard.
+
+2007-02-11, Version 3.11.2
+       * plugin: Catch NULL-pointer and try to fix them. Otherwise the
+         NULL-pointer may have been passed to `printf' which causes a
+         segfault with some libcs.
+
 2007-02-10, Version 3.11.1
        * df plugin: Some wrong defines have been fixed so the plugin works
          under Solaris again.