summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3904898)
raw | patch | inline | side by side (parent: 3904898)
author | octo <octo> | |
Sun, 9 Apr 2006 14:01:33 +0000 (14:01 +0000) | ||
committer | octo <octo> | |
Sun, 9 Apr 2006 14:01:33 +0000 (14:01 +0000) |
Updated ChangeLog
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 8239a04ad1bdd4d5210bef9979a58c273e911e93..92c421ca24679416a7ff28884413c86d18733f2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-04-09, Version 3.8.4
+ * Applied patch by Vincent Stehlé which improves the disk-name
+ resolution in the `hddtemp' plugin for Linux systems.
+
2006-04-02, Version 3.8.3
- * Applied a patch by XXX: The MySQL plugin was not working with MySQL
- 5.0.2 or later.
+ * Applied a patch by James Byers: The MySQL plugin was not working
+ with MySQL 5.0.2 or later.
2006-03-14, Version 3.8.2
* `utils_mount.c' has been changed to not use the `MNTTAB' defined by
diff --git a/collectd.spec b/collectd.spec
index cfbabf50db1108be75beadc4cad515e04a6b86f3..146bd98f8ebe30c761459c1f794172e2becece30 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
Summary: Statistics collection daemon for filling RRD files.
Name: collectd
-Version: 3.8.3
+Version: 3.8.4
Release: 1
Source: http://verplant.org/collectd/%{name}-%{version}.tar.gz
License: GPL
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Sun Apr 09 2006 Florian octo Forster <octo@verplant.org> 3.8.4-1
+- New upstream version
+
* Sun Apr 02 2006 Florian octo Forster <octo@verplant.org> 3.8.3-1
- New upstream version
diff --git a/configure.in b/configure.in
index e3dce8b901378977fd49d1050cafddafdf312a69..dd20a8a8ccf9b4562b29bb56c83487db5931b2d3 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.8.3)
+AC_INIT(collectd, 3.8.4)
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 a49b3fa3e0c5e22f169250aacf12e2ef433e423a..29cfedaa3df6bdf28bca5116a2addfca76f034b9 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.8.4-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Sun, 9 Apr 2006 16:01:11 +0200
+
collectd (3.8.3-1) unstable; urgency=low
* New upstream version