From: octo Date: Thu, 9 Mar 2006 19:32:40 +0000 (+0000) Subject: Bumped version to 3.8.0 X-Git-Tag: collectd-3.8.0~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bc066c787c360b2c844cfa0b26020c1550910ea2;p=collectd.git Bumped version to 3.8.0 --- diff --git a/ChangeLog b/ChangeLog index 0c208385..0622b1dd 100644 --- 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 diff --git a/collectd.spec b/collectd.spec index 7cccb396..da1259f9 100644 --- a/collectd.spec +++ b/collectd.spec @@ -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 3.8.0-1 +- New upstream version + * Sat Feb 18 2006 Florian octo Forster 3.7.2-1 - Include `tape.so' so the build doesn't terminate because of missing files.. - New upstream version diff --git a/configure.in b/configure.in index f9d50ca1..ebb2cd07 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index 75f7fa06..409ada82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +collectd (3.8.0-1) unstable; urgency=low + + * New upstream version + + -- Florian Forster Thu, 09 Mar 2006 18:18:10 +0200 + collectd (3.7.2-1) unstable; urgency=low * New upstream version diff --git a/debian/collectd.examples b/debian/collectd.examples index 37d7dde5..db166ae7 100644 --- a/debian/collectd.examples +++ b/debian/collectd.examples @@ -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