Code

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