X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=af328e420368a88a266dbaffcc80802565862b5d;hb=3826b58b9189792f37819cfd0e6ea9d07c39f136;hp=bb8b7b17d5ed0c9a3bc1695946e13c12aa86b4de;hpb=59b014b16d4ca812cb4b46376bd35f316dc91864;p=pkg-collectd.git diff --git a/debian/changelog b/debian/changelog index bb8b7b1..af328e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +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 Thu, 18 Sep 2008 19:12:54 +0200 + collectd (4.4.2-1) unstable; urgency=low * New upstream release. @@ -15,8 +44,9 @@ collectd (4.4.2-1) unstable; urgency=low 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 Fri, 25 Jul 2008 17:00:42 +0200 + -- Sebastian Harl Fri, 25 Jul 2008 19:58:58 +0200 collectd (4.4.1-2) unstable; urgency=low