Code

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