Code

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