Code

Added librrd-dev as the preferred option to the librrd2-dev build-dep.
[pkg-collectd.git] / debian / changelog
index 030911c34033a0567b9ed74720c7be0de2ec1f24..af328e420368a88a266dbaffcc80802565862b5d 100644 (file)
@@ -1,9 +1,78 @@
+collectd (4.4.2-2) unstable; urgency=low
+
+  * Removed the work around for #474087 (broken openipmi .pc files) introduced
+    in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
+    which includes fixed .pc files. This fixes an undefined symbol error when
+    loading the ipmi plugin caused by that work around (Closes: #494665).
+  * debian/collectd.init.d:
+    - The "status" command now exits with 1 if collectd is not running.
+    - Do not suppress output when checking the configuration with the -t
+      command line option. This will also show errors that don't cause
+      collectd to abort, e.g. failure to load plugins (Closes: #499232).
+  * debian/control:
+    - Added librrd-dev as the preferred option to the librrd2-dev build
+      dependency - the latter one is a virtual package since rrdtool 1.3.
+  * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
+    possible deadlock in the perl plugin (Closes: #499179).
+  * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
+    fix a typo in the libstatgrab code of the memory plugin.
+  * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
+    fix a possible memory leak.
+  * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
+    possible memory leak in the snmp plugin.
+  * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
+    fix a possible file descriptor leak in the memcached plugin.
+  * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
+    fix the timeout passed to poll(2).
+
+ -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
+
+collectd (4.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
+    those package are no longer available since Etch.
+  * Removed byacc from the build-dependencies - collectd now requires bison.
+  * Removed libupsclient-config.sh - upstream now supports pkg-config for
+    libupsclient.
+  * Include collection3 in /usr/share/doc/collectd/examples/:
+    - Updated README.Debian to point the collection3's README.
+    - Added libconfig-general-perl to the suggested packages.
+  * README.Debian: Added a note about how to get collectd2html.pl working with
+    version 4 of collectd.
+  * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
+    strcpy() which is poisoned in collectd.h.
+  * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
+    plugin now links against the shared libupsclient.
+  * Do not compress any example files, so they may be used directly.
+
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
+
+collectd (4.4.1-2) unstable; urgency=low
+
+  * Restrict libcurl4-gnutls-dev build dependency to versions which are not
+    affected by #488701 (Closes: #489091).
+  * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
+    (>= 2.6.25-4) build dependency - those versions are not affected by
+    #479899.
+  * Added build dependency on pkg-config - this is used by collectd's
+    configure script to check for a couple of libraries.
+  * Added libupsclient-config.sh to imitate libupsclient-config which is no
+    longer available. libupsclient-config.sh is a simple wrapper around
+    pkg-config. This is a workaround until upstream supports pkg-config for
+    libupsclient.
+  * Replaced nut-dev build dependency with libupsclient1-dev:
+    Reenabled the "nut" plugin on all architectures.
+
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
+
 collectd (4.4.1-1) unstable; urgency=low
 
   * New upstream release.
     - Fixed another issue of the sensors plugin affecting some chip types
       (Closes: #468143).
     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
+    - Fixed a segfault when using libperl 5.10.
     - collectd now ships libiptc itself.
     New plugins:
     - Ascent server statistics: ascent
@@ -16,14 +85,15 @@ collectd (4.4.1-1) unstable; urgency=low
   * Reenabled iptables plugin on all architectures (Closes: #473435).
     - Added the plugin to collectd.conf.
     - Added /usr/share/doc/collectd/examples/iptables/.
-    - Added build dependency on linux-libc-dev (>= 2.6.25-4).
+    - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
+      required because of #479899.
   * New debconf template translations:
     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
     inclusion of the ipmi plugin and manually specifying the dependencies.
   * Updated standards-version to 3.8.0 (no changes).
 
- -- Sebastian Harl <sh@tokkee.org>  Sun, 15 Jun 2008 20:08:36 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
 
 collectd (4.3.2-1) unstable; urgency=low