summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 68977bb)
raw | patch | inline | side by side (parent: 68977bb)
author | octo <octo> | |
Mon, 13 Mar 2006 20:10:08 +0000 (20:10 +0000) | ||
committer | octo <octo> | |
Mon, 13 Mar 2006 20:10:08 +0000 (20:10 +0000) |
ChangeLog | patch | blob | history | |
collectd.spec | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0622b1dd597c5228a3d064f85d2601d0acbf2231..76273a491db3f296a76f3a15c762e6253a22f18f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 da1259f997d2c18b2549eb68b62349495fefa87b..41d2cbebffc614629a44ff156d20444291c6294e 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
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
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Thu Mar 13 2006 Florian octo Forster <octo@verplant.org> 3.8.1-1
+- New upstream version
+
* Thu Mar 09 2006 Florian octo Forster <octo@verplant.org> 3.8.0-1
- New upstream version
diff --git a/configure.in b/configure.in
index 5b840800e68813ebfc9b541ec91ba5d67178a405..4a18dd872cb73b4ef438ea3d64eef25dee9e3f42 100644 (file)
--- a/configure.in
+++ b/configure.in
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 c81e7c9abcffa09051ebbc6ac33da9149d49287c..0a7872dc6b91542bb9325820c46b06e48d58ac07 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.8.1-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> 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 <octo@verplant.org> Set, 11 Mar 2006 16:09:44 +0200
+ -- Florian Forster <octo@verplant.org> Sat, 11 Mar 2006 16:09:44 +0200
collectd (3.8.0-1) unstable; urgency=low