summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5dd5bf8)
raw | patch | inline | side by side (parent: 5dd5bf8)
author | octo <octo> | |
Tue, 9 May 2006 08:57:05 +0000 (08:57 +0000) | ||
committer | octo <octo> | |
Tue, 9 May 2006 08:57:05 +0000 (08:57 +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 92c421ca24679416a7ff28884413c86d18733f2f..54049959da5339a55ac6d8d500eac27f4c1f15a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-05-09, Version 3.8.5
+ * Applied a patch to the `liboping' library. Due to a bug in the
+ sequence checking the `ping' plugin stopped working after
+ approximately 7.6 days.
+
2006-04-09, Version 3.8.4
* Applied patch by Vincent Stehlé which improves the disk-name
resolution in the `hddtemp' plugin for Linux systems.
diff --git a/collectd.spec b/collectd.spec
index 146bd98f8ebe30c761459c1f794172e2becece30..63a71d562b7d95b2dd8f69f27e5e71ca60b2d0ad 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
Summary: Statistics collection daemon for filling RRD files.
Name: collectd
-Version: 3.8.4
+Version: 3.8.5
Release: 1
Source: http://verplant.org/collectd/%{name}-%{version}.tar.gz
License: GPL
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
+- New upstream version
+
* Sun Apr 09 2006 Florian octo Forster <octo@verplant.org> 3.8.4-1
- New upstream version
diff --git a/configure.in b/configure.in
index dd20a8a8ccf9b4562b29bb56c83487db5931b2d3..7d8a5d6eb9f00ad974f228b8441173e88d2e8c48 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.8.4)
+AC_INIT(collectd, 3.8.5)
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 29cfedaa3df6bdf28bca5116a2addfca76f034b9..cb13407cf515f068b488f8f34ea598f2bacca416 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.8.5-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Tue, 9 May 2006 10:56:00 +0200
+
collectd (3.8.4-1) unstable; urgency=low
* New upstream version