Code

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