Bumped version to 3.8.2
authorocto <octo>
Tue, 14 Mar 2006 08:47:34 +0000 (08:47 +0000)
committerocto <octo>
Tue, 14 Mar 2006 08:47:34 +0000 (08:47 +0000)
ChangeLog
collectd.spec
configure.in
debian/changelog

index 76273a4..7291b5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 41d2cbe..a74acf1 100644 (file)
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
 
index 4a18dd8..1b30df0 100644 (file)
@@ -1,5 +1,5 @@
 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)
index 0a7872d..de8dbb3 100644 (file)
@@ -1,3 +1,9 @@
+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