Code

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