Bumped version to 4.0.3.
[collectd.git] / ChangeLog
index ac1d9c7..79c117e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-06-19, Version 4.0.3
+       * cpu plugin: Fix the Darwin / Mac OS X code.
+       * ping plugin: Use the return value of `getpid', not its address.
+       * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
+         initialized correctly.
+       * configure: Added `--with-nan-emulation' to aid cross compilation.
+
+2007-06-12, Version 4.0.2
+       * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
+         they're given in numerically form.
+
+2007-06-07, Version 4.0.1
+       * iptables plugin: A bug in the configuration routine has been fixed.
+         Setting a comment in the configfile will no longer cause a
+         segmentation fault.
+
 2007-06-03, Version 4.0.0
        * collectd: The plugin-infrastructure has been changed to allow for
          more types of plugins, namely `write' and `log' plugins.