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 92c421c..5404995 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 146bd98..63a71d5 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 dd20a8a..7d8a5d6 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 29cfeda..cb13407 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