Code

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