Code

changelog: Updated to 4.5.1-1.
[pkg-collectd.git] / debian / changelog
1 collectd (4.5.1-1) experimental; urgency=low
3   * New upstream release.
4     New plugins:
5     - Count the number of files in directories: filecount
6     - Send desktop notifications to a notification daemon: notify_desktop
7     - Send notification E-mails: notify_email
8     - One-wire sensors information: onewire (experimental, disabled in Debian)
9     - PostgreSQL database statistics: postgresql
10     - Linux ACPI thermal zone information: thermal (Closes: #492580)
11   * Uploading to experimental because of the Lenny freeze.
12   * debian/control:
13     - Added build dependency on libglib2.0-dev and libnotify-dev required by
14       the notify_desktop plugin.
15     - Added build dependency on libesmtp-dev required by the notify_email
16       plugin.
17     - Added build dependency on libpq-dev required by the postgresql plugin.
18   * debian/rules:
19     - Disabled onewire plugin - owfs is not yet available in Debian.
20     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
21   * debian/patches:
22     - Removed myplugin_strcpy.dpatch - applied upstream.
23     - Removed perl_deadlock.dpatch - included upstream.
24     - Removed memory_libstatgrab.dpatch - included upstream.
25     - Removed collectd_memleak.dpatch - included upstream.
26     - Removed snmp_memleak.dpatch - included upstream.
27     - Removed memcached_fdleak.dpatch - included upstream.
28     - Removed memcached_timeout.dpatch - included upstream.
30  -- Sebastian Harl <sh@tokkee.org>  Mon, 01 Dec 2008 21:11:59 +0100
32 collectd (4.4.2-2) unstable; urgency=low
34   * Removed the work around for #474087 (broken openipmi .pc files) introduced
35     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
36     which includes fixed .pc files. This fixes an undefined symbol error when
37     loading the ipmi plugin caused by that work around (Closes: #494665).
38   * debian/collectd.init.d:
39     - The "status" command now exits with 1 if collectd is not running.
40     - Do not suppress output when checking the configuration with the -t
41       command line option. This will also show errors that don't cause
42       collectd to abort, e.g. failure to load plugins (Closes: #499232).
43   * debian/control:
44     - Added librrd-dev as the preferred option to the librrd2-dev build
45       dependency - the latter one is a virtual package since rrdtool 1.3.
46   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
47     possible deadlock in the perl plugin (Closes: #499179).
48   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
49     fix a typo in the libstatgrab code of the memory plugin.
50   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
51     fix a possible memory leak.
52   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
53     possible memory leak in the snmp plugin.
54   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
55     fix a possible file descriptor leak in the memcached plugin.
56   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
57     fix the timeout passed to poll(2).
59  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
61 collectd (4.4.2-1) unstable; urgency=low
63   * New upstream release.
64   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
65     those package are no longer available since Etch.
66   * Removed byacc from the build-dependencies - collectd now requires bison.
67   * Removed libupsclient-config.sh - upstream now supports pkg-config for
68     libupsclient.
69   * Include collection3 in /usr/share/doc/collectd/examples/:
70     - Updated README.Debian to point the collection3's README.
71     - Added libconfig-general-perl to the suggested packages.
72   * README.Debian: Added a note about how to get collectd2html.pl working with
73     version 4 of collectd.
74   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
75     strcpy() which is poisoned in collectd.h.
76   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
77     plugin now links against the shared libupsclient.
78   * Do not compress any example files, so they may be used directly.
80  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
82 collectd (4.4.1-2) unstable; urgency=low
84   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
85     affected by #488701 (Closes: #489091).
86   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
87     (>= 2.6.25-4) build dependency - those versions are not affected by
88     #479899.
89   * Added build dependency on pkg-config - this is used by collectd's
90     configure script to check for a couple of libraries.
91   * Added libupsclient-config.sh to imitate libupsclient-config which is no
92     longer available. libupsclient-config.sh is a simple wrapper around
93     pkg-config. This is a workaround until upstream supports pkg-config for
94     libupsclient.
95   * Replaced nut-dev build dependency with libupsclient1-dev:
96     Reenabled the "nut" plugin on all architectures.
98  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
100 collectd (4.4.1-1) unstable; urgency=low
102   * New upstream release.
103     - Fixed another issue of the sensors plugin affecting some chip types
104       (Closes: #468143).
105     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
106     - Fixed a segfault when using libperl 5.10.
107     - collectd now ships libiptc itself.
108     New plugins:
109     - Ascent server statistics: ascent
110     - IPMI sensors information: ipmi
111     - PowerDNS name server statistics: powerdns
112     - incremental parsing of logfiles: tail
113     - TeamSpeak2 server statistics: teamspeak2
114     - detailed virtual memory statistics: vmem
115   * Disable "tcpconns" plugin by default (Closes: #478759).
116   * Reenabled iptables plugin on all architectures (Closes: #473435).
117     - Added the plugin to collectd.conf.
118     - Added /usr/share/doc/collectd/examples/iptables/.
119     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
120       required because of #479899.
121   * New debconf template translations:
122     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
123   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
124     inclusion of the ipmi plugin and manually specifying the dependencies.
125   * Updated standards-version to 3.8.0 (no changes).
127  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
129 collectd (4.3.2-1) unstable; urgency=low
131   * New upstream release.
132     - Fixed handling of ignored sensors instances (Closes: #468143).
133     - Fixed reading of wireless noise values (Closes: #471788).
134   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
135   * Clarified debconf template in respect to packages required for the data
136     migration (Closes: #469336).
137   * collectd.conf: Moved logging plugins to the top of the file.
138   * New debconf template translations:
139     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
140     - fr.po, thanks to Florent Usseil (Closes: #468813).
141     - pt.po, thanks to AmĂ©rico Monteiro (Closes: #469745, #472183).
142   * collectd.init.d: Consider the DISABLE option only when starting collectd.
143   * Disabled iptables plugin - libiptc is no longer available in Debian.
144     - Removed the plugin from collectd.conf.
145     - Removed /usr/share/doc/collectd/examples/iptables/.
147  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
149 collectd (4.3.0-2) unstable; urgency=low
151   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
152     (this is required by the sensors plugin).
153   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
154     i386 and powerpc (libvirt is only available on those architectures).
155   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
156     sure Xen is supported and to fix some strange FTBFS complaining about a
157     missing symbol "virDomainBlockStats".
159  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
161 collectd (4.3.0-1) unstable; urgency=low
163   * New upstream release.
164     - Added basic support for monitoring by introducing notifications and
165       threshold checking.
166     - Reverse lookups can be disabled using the "ReverseLookups" option of the
167       ntpd plugin (Closes: #455162).
168     New plugins:
169     - Set the hostname to an unique identifier: uuid
170     - CPU, dist, network statistics of guest systems: libvirt
171   * Upload to unstable: With the latest changes to the perl plugin, all parts
172     of collectd are suitable for a release.
173   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
174   * Updated package description to mention the monitoring support.
175   * Install liboping/oping.h to collectd-dev as well.
176   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
177     can be configured using the USE_COLLECTDMON variable - enabled by default.
178   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
179     limit will be set to unlimited - disabled by default.
180   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
181     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
182     plugin (which would otherwise be unable to find symbols defined in libperl
183     when loading perl modules that require such symbols).
184   * Disable debugging support.
185   * watch file: Added uversionmangle for "beta" and "-rc".
186   * Override "spelling-error-in-description" for the mysql plugin name - all
187     plugins are spelled lowercase.
189  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
191 collectd (4.2.4-1) experimental; urgency=low
193   * New upstream release.
194   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
195     with earlier versions because of #452262.
196   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
197     suggested packages.
198   * Added support for the "status" command to the init script.
199   * Updated standards-version to 3.7.3 (no changes).
200   * Added --without-libstatgrab to the configure options to prevent collectd
201     from being linked against this library if it's available.
202   * Disabled xmms plugin - xmms will be removed from unstable
203     (Closes: #459707).
205  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
207 collectd (4.2.1-1) experimental; urgency=low
209   * New upstream release.
210   * Changed XS-Vcs-* to Vcs-*.
211   * Marked advanced rrdtool configuration options as such in collectd.conf.
212   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
213     /usr/share/doc/collectd/examples/.
214   * Moved "Homepage" field from package description to the source stanza.
216  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
218 collectd (4.2.0-1) experimental; urgency=low
220   * New upstream release.
221     - Added options to collectd2html.pl to specify host and data directory
222       (Closes: #438499).
223     - Link against a thread-safe version of librrd.
224     New plugins:
225     - IPVS connection statistics: ipvs
226     - Statistic of the memcached distributed caching system: memcached
227     - Detailed Linux network interface and routing statistics: netlink (32bit
228       systems only)
229     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
230     - Values from SNMP enabled network devices: snmp
231     - Number of TCP connections to specific ports: tcpconns
232     - Bitrate and frequency of music played with XMMS: xmms
233   * Updated init script to wait for collectd to shut down (Closes: #422208).
234   * Merged all plugin packages into the collectd binary package.
235   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
236     dependencies.
237   * Added collectd.overrides to override shlib-with-non-pic-code errors of
238     plugins liked against static libraries which have not been linked with
239     -fPIC.
240   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
241     are included in the upstream sources now.
242   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
243     dependency.
245  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
247 collectd (4.0.7-1) experimental; urgency=low
249   * New upstream release.
250   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
251     caused by #358637 and presumably #419684 (Closes: #430933).
252   * Changed collectd-dbg's section to "utils".
253   * Added httpd-cgi to suggested packages.
254   * Added documentation of the provided examples to README.Debian, thanks to
255     Eduard Bloch for his proposal (Closes: #434182).
257  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
259 collectd (4.0.3-1) experimental; urgency=low
261   * New upstream release.
263  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
265 collectd (4.0.2-1) experimental; urgency=low
267   * New upstream release (Closes: #428114).
268     - Added large file support (Closes: #422212).
269     - Rewrite of the plugin system to allow more flexibility by using
270       different types of plugins.
271     - Added Nagios plugin to query collectd from Nagios.
272     New plugins:
273     - Output to "comma separated values" (CSV) files: csv
274     - Output to RRD files: rrdtool
275     - IO via the network: network
276     - External runtime interface: unixsock
277     - Embedding a Perl interpreter: perl
278     - Logging to files, STDOUT or STDERR: logfile
279     - Logging to syslog: syslog
280     - Amount of available entropy: entropy
281     - Execution of external programs: exec
282     - Iptables statistics: iptables (32bit systems only)
283     - IRQ counters: irq
284     - UPS information: nut (32bit systems only)
285   * New binary package collectd-perl (linking against libperl).
286     - Added collectd-perl to suggested packages.
287   * examples/myplugin.c: Converted to the new plugin interface.
288   * Enabled debugging.
289   * Added possibility to automatically migrate RRD files to collectd-4 using
290     migrate-3-4.px and extractDS.px provided by upstream.
291     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
292     - Using po-debconf to make translations of debconf templates possible.
293   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
294   * Updated init script to only start a single collectd process.
295   * Added examples/MyPlugin.pm.
296   * Added XS-Vcs-{Git,Browser} tags.
297   * Added check_plugins.pl to check the build result of all plugins.
298   * Do not build apple_sensors and tape plugins as they do not provide any
299     functionality any longer.
301  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
303 collectd (3.11.2-1) experimental; urgency=low
305   * New upstream release.
306   * Removed sensors-ignorelist.dpatch - has been merged upstream.
307   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
308   * Added watch file.
309   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
311  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
313 collectd (3.11.0-1) experimental; urgency=low
315   * New upstream release.
316     New plugins:
317     - DNS traffic (query types, response codes, opcodes and traffic): dns
318     - E-Mail statistics (count, traffic, spam scores and checks): email
319     - Motherboard monitor: mbmon
320     - Multimeter statistics: multimeter (beta version)
321   * Upload to experimental because of Etch freeze.
322   * New binary package collectd-dns (linking against libpcap).
323     - Added collectd-dns to suggested packages.
324   * Do not split off packages introducing new recommendations or suggestions.
325     - Merge collectd-hddtemp into collectd.
326     - Add hddtemp and mbmon to suggested packages.
327   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
328     when sensors plugin is not configured.
329   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
330     less than or equal to zero.
332  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
334 collectd (3.10.4-1) unstable; urgency=low
336   * New upstream release.
337     - Fix an infinite loop in server mode if binding to a socket fails and
338       close the socket descriptor (Closes: #404018).
339   * examples/myplugin.c: Include system headers before collectd headers to
340     make it compile without any autoconf defines set (Closes: #401075).
342  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
344 collectd (3.10.3-1) unstable; urgency=low
346   * New upstream release.
347   * Made package binNMUable:
348     - Upstream assures API backward compatibility only between patch releases.
349   * LSBized init script.
351  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
353 collectd (3.10.2-1) unstable; urgency=low
355   * New upstream release.
356     - Retry connecting to remote host and database in ping and mysql plugins
357       respectively (Closes: #393742).
358   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
359     linking against libssl.
361  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
363 collectd (3.10.1-4) unstable; urgency=low
365   * Changed collectd-dbg's section and priority to "devel" and "extra"
366     respectively.
367   * Set init start sequence code to 95 to be sure to start after any daemons
368     that data is collected from.
370  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
372 collectd (3.10.1-3) unstable; urgency=low
374   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
376  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
378 collectd (3.10.1-2) unstable; urgency=low
380   * Added collectd-dbg package.
382  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
384 collectd (3.10.1-1) unstable; urgency=low
386   * New upstream release.
387   * Dynamically link against external liboping.
388     - New binary package collectd-ping.
389     - Added collectd-ping to suggested packages.
390   * Moved config file from /usr/share/doc/collectd/examples/ to
391     /etc/collectd/.
393  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
395 collectd (3.10.0-1) unstable; urgency=low
397   * New upstream release.
398     New plugins:
399     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
400     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
401   * Upstream no longer provides a debian/ directory. Thus no repackaging is
402     required any longer.
403   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
404     no longer needed.
405   * Added collectd-hddtemp as a suggestion to the collectd package.
407  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
409 collectd (3.9.4+debian-1) unstable; urgency=low
411   * Initial release (Closes: #373008).
412   * Removed upstream's debian/ directory from .orig.tar.gz.
413   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
414     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
415     AMD64.
417  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200