Code

Created tags/collectd-3.8.3
authorocto <octo>
Sun, 2 Apr 2006 08:32:24 +0000 (08:32 +0000)
committerocto <octo>
Sun, 2 Apr 2006 08:32:24 +0000 (08:32 +0000)
Bumped the version accordingly.
Added ChangeLog-entry

ChangeLog
collectd.spec
configure.in
debian/changelog

index 7291b5ce509d7c59e207842caa7e03e4c9996856..8239a04ad1bdd4d5210bef9979a58c273e911e93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
+
 2006-03-14, Version 3.8.2
        * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
          the GNU libc, because it points to `/etc/fstab' rather than
index a74acf12b1d1403d1164e4c93de64742a5651391..cfbabf50db1108be75beadc4cad515e04a6b86f3 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Statistics collection daemon for filling RRD files.
 Name:           collectd
-Version:       3.8.1
+Version:       3.8.3
 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 02 2006 Florian octo Forster <octo@verplant.org> 3.8.3-1
+- New upstream version
+
 * Thu Mar 14 2006 Florian octo Forster <octo@verplant.org> 3.8.2-1
 - New upstream version
 
index b7ea8439d6a916c254e8d63ce22c4ccac91382f1..a6bb3ad88972f2baf4a8f74f57184e2698019b76 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.8.2)
+AC_INIT(collectd, 3.8.3)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index de8dbb3625c418e514ed1a36ee240354b3c7e542..a49b3fa3e0c5e22f169250aacf12e2ef433e423a 100644 (file)
@@ -1,3 +1,9 @@
+collectd (3.8.3-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Florian Forster <octo@verplant.org>  Sun,  2 Apr 2006 10:34:05 +0200
+
 collectd (3.8.2-1) unstable; urgency=low
 
   * New upstream version