Code

libconfig: Include the license information in the distribution tarball.
[collectd.git] / ChangeLog
index f1516b85883ca83f945f4fbd9587f2c2de745a0a..bfca172ebdb5310941b767aa894d51a65366f0a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,29 @@
+2006-06-25, Version 3.9.4
+       * The Solaris code in the `swap' plugin has been changed to reflect
+         the numbers returned by `swap -s'. Thanks to Christophe Kalt for
+         working this out.
+       * The debugging system has been fixed to work with the Sun libc.
+       * When built without librrd the variable `operating_mode' could be
+         uninitialized. Thanks to David Elliot for reporting the bug.
+
+2006-06-01, Version 3.9.3
+       * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
+         operating systems also profit from the changes, but I wasn't able to
+         check that.
+       * Changed the build system to find the netinet-includes under FreeBSD
+         and therefore successfully build the `liboping' library there.
+
+2006-05-09, Version 3.9.2
+       * Applied a patch to the `liboping' library. Due to a bug in the
+         sequence checking the `ping' plugin stopped working after
+         approximately 7.6 days.
+
 2006-04-21, Version 3.9.1
        * Build issues with Solaris and possible other architectures have been
          resolved.
        * Problems when building the `apache'-plugin without `libcurl' have
          been resolved.
+       * A bug in the `ping' plugin has been fixed. Sorry folks.
 
 2006-04-15, Version 3.9.0
        * A plugin to monitor the Apache webserver has been added.