Bumped version to 3.8.4
authorocto <octo>
Sun, 9 Apr 2006 14:01:33 +0000 (14:01 +0000)
committerocto <octo>
Sun, 9 Apr 2006 14:01:33 +0000 (14:01 +0000)
Updated ChangeLog

ChangeLog
collectd.spec
configure.in
debian/changelog

index 8239a04..92c421c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+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
index cfbabf5..146bd98 100644 (file)
@@ -1,6 +1,6 @@
 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
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
 
index e3dce8b..dd20a8a 100644 (file)
@@ -1,5 +1,5 @@
 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)
index a49b3fa..29cfeda 100644 (file)
@@ -1,3 +1,9 @@
+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