summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a314cc2)
raw | patch | inline | side by side (parent: a314cc2)
author | octo <octo> | |
Fri, 21 Apr 2006 15:39:14 +0000 (15:39 +0000) | ||
committer | octo <octo> | |
Fri, 21 Apr 2006 15:39:14 +0000 (15:39 +0000) |
Added ChangeLog-entries
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 64eaca4021d5540bbe8456efd34f7efd66763e70..f1516b85883ca83f945f4fbd9587f2c2de745a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2006-04-02, Version 3.9.0
+2006-04-21, Version 3.9.1
+ * Build issues with Solaris and possible other architectures have been
+ resolved.
+ * Problems when building the `apache'-plugin without `libcurl' have
+ been resolved.
+
+2006-04-15, Version 3.9.0
* A plugin to monitor the Apache webserver has been added.
<http://httpd.apache.org/>
* A plugin to collect statistics about virtual servers using VServer.
diff --git a/collectd.spec b/collectd.spec
index 9918b8f55ec8efee5b9d49f6fb177a79bb6cbf93..4c56de7ce67d9a120487c6b2adf9970f795b4ac0 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
Summary: Statistics collection daemon for filling RRD files.
Name: collectd
-Version: 3.9.0
+Version: 3.9.1
Release: 1
Source: http://collectd.org/files/%{name}-%{version}.tar.gz
License: GPL
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Fri Apr 21 2006 Florian octo Forster <octo@verplant.org> 3.9.1-1
+- New upstream version
+
* Fri Apr 14 2006 Florian octo Forster <octo@verplant.org> 3.9.0-1
- New upstream version
- Added the `apache' package.
diff --git a/configure.in b/configure.in
index 8ad0bc54877742b59f871f611e0b9929ca0f2caa..f9d3dc1a7f81bf8cf39b68795d50296c355ac905 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.9.0)
+AC_INIT(collectd, 3.9.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 1ad1f21430e710c00b2782dd83b87ecd510d2e1e..86fcc6c9fdce9b5a73a790600fe14df4a60105b7 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.9.1-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Fri, 21 Apr 2006 17:38:08 +0200
+
collectd (3.9.0-1) unstable; urgency=low
* New upstream version