Code

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