From: octo Date: Sat, 18 Feb 2006 11:38:45 +0000 (+0000) Subject: Bumped version to 3.7.2 X-Git-Tag: collectd-3.8.0~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25b366b465d09f1c293281a1b0b7954fab64d581;p=collectd.git Bumped version to 3.7.2 --- diff --git a/ChangeLog b/ChangeLog index de5fa9eb..a2c1b3fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-18, Version 3.7.2 + * A simple bug in the `battery' plugin has been fixed. It should now + work with ACPI based batteries as well. Thankt to Sebastian for + fixing this. + 2006-02-04, Version 3.7.1 * The new network code has been improved to build with older versions of glibc. diff --git a/collectd.spec b/collectd.spec index ef98eecf..e437899f 100644 --- a/collectd.spec +++ b/collectd.spec @@ -76,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT %attr(0444,root,root) %{_libdir}/%{name}/processes.so* %attr(0444,root,root) %{_libdir}/%{name}/serial.so* %attr(0444,root,root) %{_libdir}/%{name}/swap.so* +%attr(0444,root,root) %{_libdir}/%{name}/tape.so* %attr(0444,root,root) %{_libdir}/%{name}/traffic.so* %attr(0444,root,root) %{_libdir}/%{name}/users.so* %dir /var/lib/collectd @@ -87,6 +88,13 @@ rm -rf $RPM_BUILD_ROOT %attr(0444,root,root) %{_libdir}/%{name}/sensors.so* %changelog +* Sat Feb 18 2006 Florian octo Forster 3.7.2-1 +- Include `tape.so' so the build doesn't terminate because of missing files.. +- New upstream version + +* Sat Feb 04 2006 Florian octo Forster 3.7.1-1 +- New upstream version + * Mon Jan 30 2006 Florian octo Forster 3.7.0-1 - New upstream version - Removed the extra `hddtemp' package diff --git a/configure.in b/configure.in index 83886789..f9d50ca1 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(collectd, 3.7.0) +AC_INIT(collectd, 3.7.2) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) diff --git a/debian/changelog b/debian/changelog index 94e86077..75f7fa06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +collectd (3.7.2-1) unstable; urgency=low + + * New upstream version + + -- Florian Forster Sat, 18 Feb 2006 12:36:09 +0200 + +collectd (3.7.1-1) unstable; urgency=low + + * New upstream version + + -- Florian Forster Sat, 04 Feb 2006 10:44:05 +0200 + collectd (3.7.0-1) unstable; urgency=low * New upstream version