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 7291b5c..8239a04 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 a74acf1..cfbabf5 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 b7ea843..a6bb3ad 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 de8dbb3..a49b3fa 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