From: octo Date: Mon, 13 Mar 2006 20:10:08 +0000 (+0000) Subject: Bumped version to 3.8.1 X-Git-Tag: collectd-3.8.6^2~109 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=6ee908e70da196bd897e08467d4e7bfcc99e50df;p=collectd.git Bumped version to 3.8.1 --- diff --git a/ChangeLog b/ChangeLog index 0622b1dd..76273a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-13, Version 3.8.1 + * Fixes for building collectd unter FreeBSD, Mac OS X and Solaris. + * Fixes in the debian `postinst' and `init.d' scripts. + 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 diff --git a/collectd.spec b/collectd.spec index da1259f9..41d2cbeb 100644 --- a/collectd.spec +++ b/collectd.spec @@ -1,6 +1,6 @@ Summary: Statistics collection daemon for filling RRD files. Name: collectd -Version: 3.7.2 +Version: 3.8.1 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 +* Thu Mar 13 2006 Florian octo Forster 3.8.1-1 +- New upstream version + * Thu Mar 09 2006 Florian octo Forster 3.8.0-1 - New upstream version diff --git a/configure.in b/configure.in index 5b840800..4a18dd87 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.8.1-alpha3) +AC_INIT(collectd, 3.8.1) 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 c81e7c9a..0a7872dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +collectd (3.8.1-1) unstable; urgency=low + + * New upstream version + + -- Florian Forster Mon, 13 Mar 2006 21:09:09 +0200 + collectd (3.8.0-2) unstable; urgency=low * Much improved init script. Thanks to Sebastian for his work :) - -- Florian Forster Set, 11 Mar 2006 16:09:44 +0200 + -- Florian Forster Sat, 11 Mar 2006 16:09:44 +0200 collectd (3.8.0-1) unstable; urgency=low