+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.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.0)
+AC_INIT(collectd, 4.0.1)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.0";
+bootstrap Collectd "4.0.1";
1;