Code

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