Bumped version to 3.8.0
authorocto <octo>
Thu, 9 Mar 2006 19:32:40 +0000 (19:32 +0000)
committerocto <octo>
Thu, 9 Mar 2006 19:32:40 +0000 (19:32 +0000)
ChangeLog
collectd.spec
configure.in
debian/changelog
debian/collectd.examples

index 0c20838..0622b1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-09, Version 3.8.0
+       * The `ping' plugin no longer uses `libping' but a self written
+         library named `liboping'. With this library it's possible to ping
+         multiple IPv4 and IPv6 addresses and hostnames - in parallel.
+
 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
index 7cccb39..da1259f 100644 (file)
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
 
 %changelog
+* Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
+- New upstream version
+
 * 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
index f9d50ca..ebb2cd0 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.7.2)
+AC_INIT(collectd, 3.8.0)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 75f7fa0..409ada8 100644 (file)
@@ -1,3 +1,9 @@
+collectd (3.8.0-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Florian Forster <octo@verplant.org>  Thu, 09 Mar 2006 18:18:10 +0200
+
 collectd (3.7.2-1) unstable; urgency=low
 
   * New upstream version
index 37d7dde..db166ae 100644 (file)
@@ -1,12 +1,2 @@
-contrib/cpu
-contrib/load
-contrib/iobytes
-contrib/iowait
-contrib/load
-contrib/memory
-contrib/ping
-contrib/swap
-contrib/temperature
-contrib/traffic
-contrib/users
-contrib/museum
+contrib/collectd2html.pl
+contrib/collection.cgi