+2006-03-14, Version 3.8.2
+ * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
+ the GNU libc, because it points to `/etc/fstab' rather than
+ `/etc/mtab'.
+
2006-03-13, Version 3.8.1
* Fixes for building collectd unter FreeBSD, Mac OS X and Solaris.
* Fixes in the debian `postinst' and `init.d' scripts.
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Thu Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
+- New upstream version
+
* Thu Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
- New upstream version
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.8.1)
+AC_INIT(collectd, 3.8.2)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
+collectd (3.8.2-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Tue, 14 Mar 2006 09:47:00 +0200
+
collectd (3.8.1-1) unstable; urgency=low
* New upstream version