Code

changelog: The new upstream release fixes #535786 and #535787.
[pkg-collectd.git] / debian / changelog
1 collectd (4.8.1-1) unstable; urgency=low
3   * New upstream release:
4     - Fixed a build issue with libiptc that caused a segfault in the iptables
5       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
6     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
7       thanks to Thomas Morgan for reporting this and Luke Heberling for
8       providing a patch (Closes: #535787).
9     New plugins:
10     - Parse JSON files: curl_json
11     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
12     - Atheros wireless LAN chipset statistics: madwifi
13     - Optimized Link State Routing daemon statistics: olsrd
14     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
15       libtokyotyrant is not available)
16     - Send collected values to a web-server: write_http
17     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
18       libkstat is not available)
19     New matches:
20     - Match zero COUNTER values: empty_counter
21   * debian/rules:
22     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
23   * debian/patches:
24     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
25     - Removed bts541953-curl-followlocation.dpatch - included upstream.
26     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
27     - Removed java-fix-jvm-start.dpatch - included upstream.
28     - Removed libvirt-reconnect.dpatch - included upstream.
29     - Removed network-fix-cacheflush.dpatch - included upstream.
30     - Removed plugin-fix-unregister.dpatch - included upstream.
32  -- Sebastian Harl <tokkee@debian.org>  Sun, 11 Oct 2009 19:31:27 +0200
34 collectd (4.7.2-1) unstable; urgency=low
36   * New upstream release (Closes: #541887).
37     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
38       Shmakov for providing a patch (Closes: #482185).
39     New plugins:
40     - Connection tracking table size: conntrack
41     - Linux file-system based caching framework statistics: fscache
42     - Receive and interpret Ganglia multicast traffic: gmond
43     - Embedded Java Virtual Machine: java
44     - Query and parse data from a memcache daemon: memcachec
45     - Information about network protocols: protocols
46     - Parse table-like structured files: table
47     - Power consumption measurements from "The Energy Detective" (TED): ted
48     - System uptime: uptime
49   * debian/rules:
50     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
51     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
52       them in the environment - this is the recommended way.
53     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
54       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
55       archdir mapping used by the openjdk-6 Debian package is used to find
56       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
57     - Use -rpath to tell the "java" plugin where to find libjvm.so.
58     - Pass --enable-all-plugins to configure to make sure that the build fails
59       if any prerequisites are missing.
60   * debian/control:
61     - Build-depend on openjdk-6-jdk.
62     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
63     - Build-depend on libgcrypt11-dev, used by the network plugin.
64     - Updated Standards-Version to 3.8.3 (no changes).
65     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
66       this allows transitions to be handled thru binNMUs if possible.
67   * debian/collectd.install:
68     - Install collectd-java.5.
69   * debian/patches:
70     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
71     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
72       of the 'CacheFlush' config option of the "network" plugin.
73     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
74       plugin re-connect to libvirtd if connecting fails.
75     - Added plugin-fix-unregister.dpatch - upstream patch to make
76       'plugin_unregister_read()' functional again, thus fixing a failed
77       assertion in some cases.
78     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
79     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
80       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
81       reporting this (Closes: #541953).
82     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
83       the handling of the 'LocalSocket' config option of the "powerdns"
84       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
85       for providing a patch (references: #535787).
86     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
87       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
88       reporting this (Closes: #542859).
89   * debian/README.Debian:
90     - Removed the note about how to get collectd2html.pl working with
91       version 4 of collectd - the script now supports the --recursive option
92       which takes care of that.
93   * debian/collectd.overrides:
94     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
95       required by the "java" plugin.
96   * New debconf template translations:
97     - cs.po, thanks to Martin Sin (Closes: #534206).
98     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
99   * debian/control, debian/rules:
100     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
101       seems to be available on all architectures now.
102     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
103       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
104       adding that path to PKG_CONFIG_PATH. Removed the version from the
105       libopenipmi-dev build dependency for now.
106   * debian/collectd.conf:
107     - Set the "apache" plugin's URL according to the default used by Debian's
108       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
109   * debian/libcollectdclient-dev.install, debian/rules:
110     - Do not install libcollectdclient's .la file in favor of the Squeeze
111       release goal to remove those files (for details see
112       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
114  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
116 collectd (4.6.3-1) unstable; urgency=low
118   * New upstream release.
119   * debian/patches:
120     - Removed battery_acpi_complain.dpatch - included upstream.
121     - Removed include_empty_files.dpatch - included upstream.
122     - Removed ntpd_type_pun_fix.dpatch - included upstream.
123     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
124     - Added libcollectdclient_static_sstrerror.dpatch to make a private
125       function in libcollectdclient static.
126   * debian/rules:
127     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
129  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
131 collectd (4.6.2-3) unstable; urgency=low
133   * debian/patches:
134     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
136  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
138 collectd (4.6.2-2) unstable; urgency=low
140   * debian/patches:
141     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
142       error messages in the battery plugin in case /proc/acpi/battery is not
143       available.
144     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
145       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
146       for reporting this (Closes: #526667).
147     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
148       of empty configuration files, thanks to Alexander Wirt for reporting
149       this.
150     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
151       uninitialized value warning in the rrdtool plugin, thanks to Andreas
152       Moog for reporting this.
153   * debian/collectd.conf, debian/filters.conf:
154     - Added a sample filter chain configuration.
155   * debian/rules:
156     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
157     - Disabled "netlink" plugin on mips and mipsel - those architectures do
158       not allow to link non-PIC code into shared objects, thanks to Peter De
159       Schrijver for reporting this (Closes: #524593).
160   * debian/control:
161     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
162       libiptc which is available as shared library since iptables 1.4.3.
163       Depend on versions >= 1.4.3.2-2 because of #524766.
165  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
167 collectd (4.6.2-1) unstable; urgency=low
169   * New upstream release.
170     - Fixed the use of struct in6_addr (Closes: #521748).
171     - Added a filter infrastructure based on "matches" and "targets".
172     - Added support for vmem graphs to collection.cgi (Closes: #521993).
173     New plugins:
174     - bind9 name-server and zone statistics: bind
175     - Parse statistics from websites: curl
176     - Query data from a relational database: dbi
177     - OpenVPN traffic and compression statistics: openvpn
178     - Query data from an Oracle database: oracle (disabled in Debian,
179       libclntsh is not available)
180     - Write data via the RRD accelerator daemon: rrdcached (disabled in
181       Debian, rrdclient support is not yet available)
182     New matches:
183     - Match values by their identifier based on regular expressions: regex
184     - Match values with an invalid timestamp: timediff
185     - Select values by their data sources' values: value
186     New targets:
187     - Create and dispatch a notification: notification
188     - Replace parts of an identifier using regular expressions: replace
189     - Set (overwrite) entire parts of an identifier: set
190   * Uploading to unstable, since Lenny has been released.
191   * New debconf template translations:
192     - vi.po, thanks to Clytie Siddall (Closes: #515872).
193     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
194       (Closes: #520988).
195   * debian/patches:
196     - Removed perl-uninitialized-var.dpatch - included upstream.
197   * debian/control:
198     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
199       for the newly added client library.
200     - Added new binary package collectd-utils for optional utilities that pull
201       in additional dependencies. Currently, this only includes
202       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
203       because it overwrites /usr/bin/collectd-nagios.
204     - Added libdbi0-dev to the build dependencies - this is required by the
205       dbi plugin.
206     - Moved collectd-dbg from section "utils" to the newly added "debug".
207     - Updated Standards-Version to 3.8.1.
208   * debian/rules:
209     - Use dh_install and *.install files to specify which package some file
210       belongs to.
211   * debian/libcollectdclient0.symbols:
212     - Added symbols file for libcollectdclient.
213   * debian/collectd.overrides:
214     - Override "spelling-error-in-description" for the apache plugin name -
215       all plugins are spelled lowercase.
216   * debian/collectd.init.d:
217     - Start the daemon using start-stop-daemon's --oknodo option to exit
218       successfully if the daemon is already running as requested by section
219       9.3.2 of the Debian Policy 3.8.1.
220   * debian/copyright:
221     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
222       used by some files.
224  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
226 collectd (4.5.1-1) experimental; urgency=low
228   * New upstream release.
229     New plugins:
230     - Count the number of files in directories: filecount
231     - Send desktop notifications to a notification daemon: notify_desktop
232     - Send notification E-mails: notify_email
233     - One-wire sensors information: onewire (experimental, disabled in Debian)
234     - PostgreSQL database statistics: postgresql
235     - Linux ACPI thermal zone information: thermal (Closes: #492580)
236   * Uploading to experimental because of the Lenny freeze.
237   * debian/control:
238     - Added build dependency on libglib2.0-dev and libnotify-dev required by
239       the notify_desktop plugin.
240     - Added build dependency on libesmtp-dev required by the notify_email
241       plugin.
242     - Added build dependency on libpq-dev required by the postgresql plugin.
243     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
244       required when using debhelper.
245   * debian/rules:
246     - Disabled onewire plugin - owfs is not yet available in Debian.
247     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
248     - Set CONFIGFILE to /etc/collectd/collectd.conf.
249   * debian/patches:
250     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
251       uninitialized variable warning causing a FTBFS because of -Werror.
252     - Removed myplugin_strcpy.dpatch - applied upstream.
253     - Removed perl_deadlock.dpatch - included upstream.
254     - Removed memory_libstatgrab.dpatch - included upstream.
255     - Removed collectd_memleak.dpatch - included upstream.
256     - Removed snmp_memleak.dpatch - included upstream.
257     - Removed memcached_fdleak.dpatch - included upstream.
258     - Removed memcached_timeout.dpatch - included upstream.
259     - Removed pod-errors.dpatch - included upstream.
260   * debian/collectd.overrides:
261     - Override "spelling-error-in-description" for the postgresql plugin name
262       - all plugins are spelled lowercase.
263   * debian/collectd.init.d:
264     - Do not restart collectd if the configuration test fails.
266  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
268 collectd (4.4.2-3) unstable; urgency=low
270   * New debconf template translation:
271     - nl.po, thanks to Eric Spreen (Closes: #502204).
272     - sv.po, thanks to Martin Bagge (Closes: #504248).
273   * debian/patches:
274     - Added pod-errors.dpatch to fix some minor POD errors.
275   * debian/rules:
276     - Remove generated manpages in the clean target to avoid cluttering the
277       source diff with the rebuilt manpages.
278   * debian/collectd.conf:
279     - Fixed a wrong type used in the "tail" plugin example.
281  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
283 collectd (4.4.2-2) unstable; urgency=low
285   * Removed the work around for #474087 (broken openipmi .pc files) introduced
286     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
287     which includes fixed .pc files. This fixes an undefined symbol error when
288     loading the ipmi plugin caused by that work around (Closes: #494665).
289   * debian/collectd.init.d:
290     - The "status" command now exits with 1 if collectd is not running.
291     - Do not suppress output when checking the configuration with the -t
292       command line option. This will also show errors that don't cause
293       collectd to abort, e.g. failure to load plugins (Closes: #499232).
294   * debian/control:
295     - Added librrd-dev as the preferred option to the librrd2-dev build
296       dependency - the latter one is a virtual package since rrdtool 1.3.
297   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
298     possible deadlock in the perl plugin (Closes: #499179).
299   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
300     fix a typo in the libstatgrab code of the memory plugin.
301   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
302     fix a possible memory leak.
303   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
304     possible memory leak in the snmp plugin.
305   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
306     fix a possible file descriptor leak in the memcached plugin.
307   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
308     fix the timeout passed to poll(2).
310  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
312 collectd (4.4.2-1) unstable; urgency=low
314   * New upstream release.
315   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
316     those package are no longer available since Etch.
317   * Removed byacc from the build-dependencies - collectd now requires bison.
318   * Removed libupsclient-config.sh - upstream now supports pkg-config for
319     libupsclient.
320   * Include collection3 in /usr/share/doc/collectd/examples/:
321     - Updated README.Debian to point the collection3's README.
322     - Added libconfig-general-perl to the suggested packages.
323   * README.Debian: Added a note about how to get collectd2html.pl working with
324     version 4 of collectd.
325   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
326     strcpy() which is poisoned in collectd.h.
327   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
328     plugin now links against the shared libupsclient.
329   * Do not compress any example files, so they may be used directly.
331  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
333 collectd (4.4.1-2) unstable; urgency=low
335   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
336     affected by #488701 (Closes: #489091).
337   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
338     (>= 2.6.25-4) build dependency - those versions are not affected by
339     #479899.
340   * Added build dependency on pkg-config - this is used by collectd's
341     configure script to check for a couple of libraries.
342   * Added libupsclient-config.sh to imitate libupsclient-config which is no
343     longer available. libupsclient-config.sh is a simple wrapper around
344     pkg-config. This is a workaround until upstream supports pkg-config for
345     libupsclient.
346   * Replaced nut-dev build dependency with libupsclient1-dev:
347     Reenabled the "nut" plugin on all architectures.
349  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
351 collectd (4.4.1-1) unstable; urgency=low
353   * New upstream release.
354     - Fixed another issue of the sensors plugin affecting some chip types
355       (Closes: #468143).
356     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
357     - Fixed a segfault when using libperl 5.10.
358     - collectd now ships libiptc itself.
359     New plugins:
360     - Ascent server statistics: ascent
361     - IPMI sensors information: ipmi
362     - PowerDNS name server statistics: powerdns
363     - incremental parsing of logfiles: tail
364     - TeamSpeak2 server statistics: teamspeak2
365     - detailed virtual memory statistics: vmem
366   * Disable "tcpconns" plugin by default (Closes: #478759).
367   * Reenabled iptables plugin on all architectures (Closes: #473435).
368     - Added the plugin to collectd.conf.
369     - Added /usr/share/doc/collectd/examples/iptables/.
370     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
371       required because of #479899.
372   * New debconf template translations:
373     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
374   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
375     inclusion of the ipmi plugin and manually specifying the dependencies.
376   * Updated standards-version to 3.8.0 (no changes).
378  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
380 collectd (4.3.2-1) unstable; urgency=low
382   * New upstream release.
383     - Fixed handling of ignored sensors instances (Closes: #468143).
384     - Fixed reading of wireless noise values (Closes: #471788).
385   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
386   * Clarified debconf template in respect to packages required for the data
387     migration (Closes: #469336).
388   * collectd.conf: Moved logging plugins to the top of the file.
389   * New debconf template translations:
390     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
391     - fr.po, thanks to Florent Usseil (Closes: #468813).
392     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
393   * collectd.init.d: Consider the DISABLE option only when starting collectd.
394   * Disabled iptables plugin - libiptc is no longer available in Debian.
395     - Removed the plugin from collectd.conf.
396     - Removed /usr/share/doc/collectd/examples/iptables/.
398  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
400 collectd (4.3.0-2) unstable; urgency=low
402   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
403     (this is required by the sensors plugin).
404   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
405     i386 and powerpc (libvirt is only available on those architectures).
406   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
407     sure Xen is supported and to fix some strange FTBFS complaining about a
408     missing symbol "virDomainBlockStats".
410  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
412 collectd (4.3.0-1) unstable; urgency=low
414   * New upstream release.
415     - Added basic support for monitoring by introducing notifications and
416       threshold checking.
417     - Reverse lookups can be disabled using the "ReverseLookups" option of the
418       ntpd plugin (Closes: #455162).
419     New plugins:
420     - Set the hostname to an unique identifier: uuid
421     - CPU, dist, network statistics of guest systems: libvirt
422   * Upload to unstable: With the latest changes to the perl plugin, all parts
423     of collectd are suitable for a release.
424   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
425   * Updated package description to mention the monitoring support.
426   * Install liboping/oping.h to collectd-dev as well.
427   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
428     can be configured using the USE_COLLECTDMON variable - enabled by default.
429   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
430     limit will be set to unlimited - disabled by default.
431   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
432     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
433     plugin (which would otherwise be unable to find symbols defined in libperl
434     when loading perl modules that require such symbols).
435   * Disable debugging support.
436   * watch file: Added uversionmangle for "beta" and "-rc".
437   * Override "spelling-error-in-description" for the mysql plugin name - all
438     plugins are spelled lowercase.
440  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
442 collectd (4.2.4-1) experimental; urgency=low
444   * New upstream release.
445   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
446     with earlier versions because of #452262.
447   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
448     suggested packages.
449   * Added support for the "status" command to the init script.
450   * Updated standards-version to 3.7.3 (no changes).
451   * Added --without-libstatgrab to the configure options to prevent collectd
452     from being linked against this library if it's available.
453   * Disabled xmms plugin - xmms will be removed from unstable
454     (Closes: #459707).
456  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
458 collectd (4.2.1-1) experimental; urgency=low
460   * New upstream release.
461   * Changed XS-Vcs-* to Vcs-*.
462   * Marked advanced rrdtool configuration options as such in collectd.conf.
463   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
464     /usr/share/doc/collectd/examples/.
465   * Moved "Homepage" field from package description to the source stanza.
467  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
469 collectd (4.2.0-1) experimental; urgency=low
471   * New upstream release.
472     - Added options to collectd2html.pl to specify host and data directory
473       (Closes: #438499).
474     - Link against a thread-safe version of librrd.
475     New plugins:
476     - IPVS connection statistics: ipvs
477     - Statistic of the memcached distributed caching system: memcached
478     - Detailed Linux network interface and routing statistics: netlink (32bit
479       systems only)
480     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
481     - Values from SNMP enabled network devices: snmp
482     - Number of TCP connections to specific ports: tcpconns
483     - Bitrate and frequency of music played with XMMS: xmms
484   * Updated init script to wait for collectd to shut down (Closes: #422208).
485   * Merged all plugin packages into the collectd binary package.
486   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
487     dependencies.
488   * Added collectd.overrides to override shlib-with-non-pic-code errors of
489     plugins liked against static libraries which have not been linked with
490     -fPIC.
491   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
492     are included in the upstream sources now.
493   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
494     dependency.
496  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
498 collectd (4.0.7-1) experimental; urgency=low
500   * New upstream release.
501   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
502     caused by #358637 and presumably #419684 (Closes: #430933).
503   * Changed collectd-dbg's section to "utils".
504   * Added httpd-cgi to suggested packages.
505   * Added documentation of the provided examples to README.Debian, thanks to
506     Eduard Bloch for his proposal (Closes: #434182).
508  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
510 collectd (4.0.3-1) experimental; urgency=low
512   * New upstream release.
514  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
516 collectd (4.0.2-1) experimental; urgency=low
518   * New upstream release (Closes: #428114).
519     - Added large file support (Closes: #422212).
520     - Rewrite of the plugin system to allow more flexibility by using
521       different types of plugins.
522     - Added Nagios plugin to query collectd from Nagios.
523     New plugins:
524     - Output to "comma separated values" (CSV) files: csv
525     - Output to RRD files: rrdtool
526     - IO via the network: network
527     - External runtime interface: unixsock
528     - Embedding a Perl interpreter: perl
529     - Logging to files, STDOUT or STDERR: logfile
530     - Logging to syslog: syslog
531     - Amount of available entropy: entropy
532     - Execution of external programs: exec
533     - Iptables statistics: iptables (32bit systems only)
534     - IRQ counters: irq
535     - UPS information: nut (32bit systems only)
536   * New binary package collectd-perl (linking against libperl).
537     - Added collectd-perl to suggested packages.
538   * examples/myplugin.c: Converted to the new plugin interface.
539   * Enabled debugging.
540   * Added possibility to automatically migrate RRD files to collectd-4 using
541     migrate-3-4.px and extractDS.px provided by upstream.
542     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
543     - Using po-debconf to make translations of debconf templates possible.
544   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
545   * Updated init script to only start a single collectd process.
546   * Added examples/MyPlugin.pm.
547   * Added XS-Vcs-{Git,Browser} tags.
548   * Added check_plugins.pl to check the build result of all plugins.
549   * Do not build apple_sensors and tape plugins as they do not provide any
550     functionality any longer.
552  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
554 collectd (3.11.2-1) experimental; urgency=low
556   * New upstream release.
557   * Removed sensors-ignorelist.dpatch - has been merged upstream.
558   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
559   * Added watch file.
560   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
562  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
564 collectd (3.11.0-1) experimental; urgency=low
566   * New upstream release.
567     New plugins:
568     - DNS traffic (query types, response codes, opcodes and traffic): dns
569     - E-Mail statistics (count, traffic, spam scores and checks): email
570     - Motherboard monitor: mbmon
571     - Multimeter statistics: multimeter (beta version)
572   * Upload to experimental because of Etch freeze.
573   * New binary package collectd-dns (linking against libpcap).
574     - Added collectd-dns to suggested packages.
575   * Do not split off packages introducing new recommendations or suggestions.
576     - Merge collectd-hddtemp into collectd.
577     - Add hddtemp and mbmon to suggested packages.
578   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
579     when sensors plugin is not configured.
580   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
581     less than or equal to zero.
583  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
585 collectd (3.10.4-1) unstable; urgency=low
587   * New upstream release.
588     - Fix an infinite loop in server mode if binding to a socket fails and
589       close the socket descriptor (Closes: #404018).
590   * examples/myplugin.c: Include system headers before collectd headers to
591     make it compile without any autoconf defines set (Closes: #401075).
593  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
595 collectd (3.10.3-1) unstable; urgency=low
597   * New upstream release.
598   * Made package binNMUable:
599     - Upstream assures API backward compatibility only between patch releases.
600   * LSBized init script.
602  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
604 collectd (3.10.2-1) unstable; urgency=low
606   * New upstream release.
607     - Retry connecting to remote host and database in ping and mysql plugins
608       respectively (Closes: #393742).
609   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
610     linking against libssl.
612  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
614 collectd (3.10.1-4) unstable; urgency=low
616   * Changed collectd-dbg's section and priority to "devel" and "extra"
617     respectively.
618   * Set init start sequence code to 95 to be sure to start after any daemons
619     that data is collected from.
621  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
623 collectd (3.10.1-3) unstable; urgency=low
625   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
627  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
629 collectd (3.10.1-2) unstable; urgency=low
631   * Added collectd-dbg package.
633  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
635 collectd (3.10.1-1) unstable; urgency=low
637   * New upstream release.
638   * Dynamically link against external liboping.
639     - New binary package collectd-ping.
640     - Added collectd-ping to suggested packages.
641   * Moved config file from /usr/share/doc/collectd/examples/ to
642     /etc/collectd/.
644  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
646 collectd (3.10.0-1) unstable; urgency=low
648   * New upstream release.
649     New plugins:
650     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
651     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
652   * Upstream no longer provides a debian/ directory. Thus no repackaging is
653     required any longer.
654   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
655     no longer needed.
656   * Added collectd-hddtemp as a suggestion to the collectd package.
658  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
660 collectd (3.9.4+debian-1) unstable; urgency=low
662   * Initial release (Closes: #373008).
663   * Removed upstream's debian/ directory from .orig.tar.gz.
664   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
665     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
666     AMD64.
668  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200