Code

Bumped version to 3.8.5 collectd-3.8.5
authorocto <octo>
Tue, 9 May 2006 08:57:05 +0000 (08:57 +0000)
committerocto <octo>
Tue, 9 May 2006 08:57:05 +0000 (08:57 +0000)
ChangeLog
collectd.spec
configure.in
debian/changelog

index 92c421ca24679416a7ff28884413c86d18733f2f..54049959da5339a55ac6d8d500eac27f4c1f15a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 146bd98f8ebe30c761459c1f794172e2becece30..63a71d562b7d95b2dd8f69f27e5e71ca60b2d0ad 100644 (file)
@@ -1,6 +1,6 @@
 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
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
 
index dd20a8a8ccf9b4562b29bb56c83487db5931b2d3..7d8a5d6eb9f00ad974f228b8441173e88d2e8c48 100644 (file)
@@ -1,5 +1,5 @@
 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)
index 29cfedaa3df6bdf28bca5116a2addfca76f034b9..cb13407cf515f068b488f8f34ea598f2bacca416 100644 (file)
@@ -1,3 +1,9 @@
+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