+2007-05-29, Version 3.11.5
+ * configure: Added `AC_SYS_LARGEFILE' for LFS.
+ * ntpd plugin: Fix a potential buffer overflow.
+ * processes plugin: Fix a bug when run under Linux 2.4. All processes
+ were accounted as `zombies'.
+
2007-04-10, Version 3.11.4
* dns plugin: Change the order of includes to make the plugin compile
under FreeBSD.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.4)
+AC_INIT(collectd, 3.11.5)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
+collectd (3.11.5-0octo1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org> Tue, 29 May 2007 22:50:59 +0200
+
collectd (3.11.4-0octo1) unstable; urgency=low
* New upstream release.