Bumped version to 3.9.2
authorocto <octo>
Tue, 9 May 2006 09:13:49 +0000 (09:13 +0000)
committerocto <octo>
Tue, 9 May 2006 09:13:49 +0000 (09:13 +0000)
ChangeLog
collectd.spec
configure.in
debian/changelog

index e490767..6a5f3ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-09, Version 3.9.2
+       * 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-21, Version 3.9.1
        * Build issues with Solaris and possible other architectures have been
          resolved.
index 4c56de7..789fada 100644 (file)
@@ -101,6 +101,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.9.2-1
+- New upstream version
+
 * Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
 - New upstream version
 
index f9d3dc1..315e28d 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.9.1)
+AC_INIT(collectd, 3.9.2)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 86fcc6c..38cab46 100644 (file)
@@ -1,3 +1,9 @@
+collectd (3.9.2-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Florian Forster <octo@verplant.org>  Tue,  9 May 2006 11:12:00 +0200
+
 collectd (3.9.1-1) unstable; urgency=low
 
   * New upstream version