summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e9de6c)
raw | patch | inline | side by side (parent: 5e9de6c)
author | octo <octo> | |
Sat, 18 Feb 2006 11:38:45 +0000 (11:38 +0000) | ||
committer | octo <octo> | |
Sat, 18 Feb 2006 11:38:45 +0000 (11:38 +0000) |
ChangeLog | patch | blob | history | |
collectd.spec | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index de5fa9ebdd8c77e1caedc3c7340531478918f397..a2c1b3fcb44d9d5b99482e376c45fef0dd0eb20b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 ef98eecf28d25306e0dccbc755686289d19c7e58..e437899faf73befd0aa9c854d2c13f51eeb1b6c7 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
%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
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Sat Feb 18 2006 Florian octo Forster <octo@verplant.org> 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 <octo@verplant.org> 3.7.1-1
+- New upstream version
+
* Mon Jan 30 2006 Florian octo Forster <octo@verplant.org> 3.7.0-1
- New upstream version
- Removed the extra `hddtemp' package
diff --git a/configure.in b/configure.in
index 838867893711772d8ada23cf5b4e9f6084634ca4..f9d50ca14acfbc1410be86f2e018b4e377af305b 100644 (file)
--- a/configure.in
+++ b/configure.in
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 94e8607798826a8cf95dd016ef48f3ed4752557c..75f7fa062ea8e73d1496e0d968e54c951cc158e4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.7.2-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Sat, 18 Feb 2006 12:36:09 +0200
+
+collectd (3.7.1-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Sat, 04 Feb 2006 10:44:05 +0200
+
collectd (3.7.0-1) unstable; urgency=low
* New upstream version