Code

338defae2ad58b76cdade7a8dcfacd53564381fe
[pkg-collectd.git] / debian / changelog
1 collectd (4.10.7-1) unstable; urgency=low
3   * New upstream release.
4     - Fixed an endless loop in case the datadir is a symlink pointing to a
5       non-existent target; thanks to Michael Prokop for reporting this and
6       Jonathan Nieder for providing the patch (Closes: #619123).
7   * debian/patches/:
8     - Removed ipvs_h_include.dpatch -- applied upstream.
9   * debian/rules:
10     - Use dpkg-buildflags to determine compiler/linker flags; this also
11       enables hardening build flags; thanks to Moritz Muehlenhoff for
12       providing the patch (Closes: #656271).
13     - Don't force building of the ipvs plugin. The ip_vs.h check has been
14       fixed in configure.
15     - Use /usr/share/javahelper/java-arch.sh to determine the Java
16       architecture directory, thus, making sure armhf and armel are supported
17       as well; thanks to peter green for reporting this and providing the
18       pointer (Closes: #656274).
19   * debian/README.Debian:
20     - Added section 'Cleanup of old data' explaining how to get rid of
21       out-dated data files (e.g. RRD files).
22   * debian/control:
23     - Updated to standards-version 3.9.3 -- no changes.
24   * debian/collectd-core.postrm, debian/collectd-core.templates:
25     - Prompt the user (debconf priority high) when purging the collected data
26       providing an option to opt out. The question defaults to remove the
27       data; thanks to Trent W. Buck for reporting and discussing this
28       (Closes: #631167).
30  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 15:55:39 +0200
32 collectd (4.10.4-1) unstable; urgency=low
34   * New upstream release.
35     - Added support for Yajl version 2; thanks to John Stamp for reporting
36       this (Closes: #653879).
37     - collectd.conf(5) now documents the "Globals" config option and that this
38       is required for the "perl" and "python" plugins; thanks to Jeff Green
39       for reporting this (Closes: #612784).
40     - Be more verbose about why loading a plugin fails; thanks to Martin
41       Steigerwald for reporting this (Closes: #585975).
42     - Don't abort if including a config file fails; thanks to Reinhard Tartler
43       for reporting this (Closes: #592880).
44     - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
45       and Peter Green and Colin Watson for providing patches
46       (Closes: #625323).
47     - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
48       this (Closes: #636818).
49     - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
50       this (Closes: #614439).
51   * debian/patches:
52     - Removed bts595756-notify_email-segfault -- included upstream.
53     - Removed bts592623-curl_json-file -- included upstream.
54     - Removed bts596128-reheap-fix -- included upstream.
55     - Removed CVE-2010-4336 -- included upstream.
56   * debian/rules:
57     - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
58       package.
59     - Split 'build' target into 'build-arch' and 'build-indep' as recommended
60       by policy.
61   * debian/patches/ipvs_h_include, debian/rules:
62     - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
63       make sure to look for the header in /usr/include rather than the kernel
64       directory (which has been deprecated).
65     - Force building of the ipvs plugin since configure is not currently able
66       to correctly check for ip_vs.h.
67   * debian/control:
68     - Updated standards-version to 3.9.2 -- no changes.
69   * debian/collectd-core.collectd.init.d:
70     - Added a description LSB header field.
71   * debian/collectd-core.overrides:
72     - Updated entry for java's binary-or-shlib-defines-rpath.
74  -- Sebastian Harl <tokkee@debian.org>  Mon, 09 Jan 2012 16:10:58 +0100
76 collectd (4.10.1-2.1) unstable; urgency=high
78   * Non-maintainer upload by the security team
79   * Fix DoS in RRD file creation (Closes: #605092)
80     Fixes: CVE-2010-4336
81     Thanks to Florian Forster
83  -- Steffen Joeris <white@debian.org>  Wed, 08 Dec 2010 17:45:50 +1100
85 collectd (4.10.1-2) unstable; urgency=medium
87   * debian/rules:
88     - Added support for ‘powerpcspe’ to the Java arch mapping; thanks to
89       Sebastian Andrzej Siewior for the patch (Closes: #592909).
90   * debian/patches:
91     - Added bts595756-notify_email-segfault -- upstream patch fixing a
92       segfault in the 'notify_email' plugin; thanks to Manuel CISSE for
93       reporting this (Closes: #595756).
94     - Added bts592623-curl_json-file -- upstream patch fixing access to
95       file:// URLs in the 'curl_json' plugin; thanks Baptiste Mille-Mathias
96       for reporting this and pointing out the patch (Closes: #592623).
97     - Added bts596128-reheap-fix -- upstream patch fixing the 'reheap()'
98       function used to manage the "read" callbacks and making sure all plugins
99       get executed correctly and in each interval (Closes: #596128).
100   * Set urgency to "medium" because of the RC bug-fix.
102  -- Sebastian Harl <tokkee@debian.org>  Wed, 08 Sep 2010 22:50:54 +0200
104 collectd (4.10.1-1) unstable; urgency=low
106   * New upstream release.
107   * debian/patches:
108     - Removed bts561577_collectd2html_recursive_fix -- applied upstream.
109     - Removed bts575029-collectd2html-xhtml -- applied upstream.
110     - Removed bts557599_powerdns_fix -- applied upstream.
111   * debian/control:
112     - Updated standards-version to 3.9.1 -- no changes.
114  -- Sebastian Harl <tokkee@debian.org>  Wed, 28 Jul 2010 18:45:31 +0200
116 collectd (4.10.0-1) unstable; urgency=low
118   * New upstream release:
119     New plugins:
120     - Parse XML data: curl_xml
121     - Parse values from Modbus/TCP enabled devices: modbus (disabled in
122       Debian; libmodbus is not available)
123     - Timing values from Pinba: pinba
124   * debian/control:
125     - Build-depend on libprotobuf-c0-dev and protobuf-c-compiler required by
126       the 'pinba' plugin.
127     - Updated to standards-version 3.8.4 -- no changes.
128   * debian/patches:
129     - Removed bts566199_collection_hide_types -- applied upstream.
130     - Removed typo_fixes -- applied upstream.
131     - Added bts575029-collectd2html-xhtml, adding support for XHTML to
132       collectd2html.pl; thanks to Ivan Shmakov for reporting this and Max
133       Henkel and Timur Kirilichev for providing patches (Closes: #575029).
134   * debian/rules:
135     - Define (and pass to configure) $JAR, required by current versions of the
136       Java bindings.
137     - Added support for Renesas SH4 to the Java arch mapping; thanks to
138       Nobuhiro Iwamatsu for the patch (Closes: #564165).
139   * debian/collectd.postinst:
140     - Manually replace /usr/share/doc/collectd/examples/ with a symlink when
141       upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
142       according to policy 6.6; thanks to Joey Hess for reporting this
143       (Closes: #569268).
144   * debian/collectd-core.overrides:
145     - Override 'capitalization-error-in-description python Python' -- all
146       plugin names are spelled in lower-case letters.
148  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Jun 2010 00:42:56 +0200
150 collectd (4.9.1-2) unstable; urgency=low
152   * debian/rules:
153     - Re-enabled non-kfreebsd plugins on i386 and amd64, which had been
154       disabled accidentally by using findstring (which does a substring match)
155       to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}; thanks to ilia
156       kudirov for reporting this (Closes: #567259).
157     - Replaced all occurrences of 'findstring' with appropriate 'filter'
158       statements to make sure to match words rather than substrings.
160  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jan 2010 22:09:16 +0100
162 collectd (4.9.1-1) unstable; urgency=low
164   * New upstream release:
165     New plugins:
166     - Number of context switches done by the OS: contextswitch
167     - Query statistics from mon.itor.us: Monitorus (Perl based plugin)
168     - Collect statistics from NetApp filers: netapp (disabled in Debian;
169       libnetapp is not available)
170     - OpenVZ statistics: OpenVZ (Perl based plugin)
171     - Embedding a Python interpreter: python
172     - Query statistics from RouterOS: routeros (disabled in Debian;
173       librouteros is not available)
174     New matches:
175     - Match values using a hash function of the hostname: hashed
176     New targets:
177     - Scale (multiply) values: scale
178   * debian/control:
179     - Build-depend on "python-dev", required to build the "python" plugin.
180   * debian/collectd-core.install:
181     - Install all collectd-*.5 manpages (in particular, this includes the
182       newly added collectd-python.5).
183   * Added support for kfreebsd-{i386,amd64}; see below for details
184     (Closes: #566521).
185   * debian/control, debian/rules:
186     - Disabled the following Linux-specific plugins / removed the following
187       build-deps on kfreebsd-{i386,amd64}:
188       + "iptables" plugin / iptables-dev
189       + "ipvs" plugin / linux-libc-dev
190       + "madwifi" plugin
191       + "netlink" plugin / iproute-dev
192       + "sensors" plugin / libsensors4-dev
193       + "vserver" plugin
194     - Disabled the following plugins / removed the following build-deps on
195       kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
196       kfreebsd:
197       + "gmond" plugin / libganglia1-dev
198       + "libvirt" plugin / libvirt-dev
199       + "java" plugin / openjdk6-jdk
200     - Enabled the "rrdcached" plugin and build-depend on librrd-dev (>= 1.4~)
201       (and removed the optional build-dep on librrd2-dev).
202     - Enabled the "tokyotyrant" plugin (except on kfreebsd-{i386,amd64}) and
203       build-depend on libtokyotyrant-dev (which is not available on kfreebsd).
204       Also, build-depend on libtokyocabinet-dev to work around a missing
205       dependency in libtokyotyrant-dev (see #566584).
206   * debian/rules:
207     - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
208       yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
209       disk, entropy, fscache, irq, nfs, protocols, serial, thermal, vmem,
210       wireless.
211     - Simplified Java archdir mapping: removed entries "pointing" to
212       themselves and let those default to DEB_BUILD_ARCH.
213     - Check whether all patches have been enabled; fail, if not.
214   * debian/patches:
215     - Added bts566199_collection_hide_types.dpatch -- added ability to hide
216       specified types in collection.cgi; thanks to Pavel Piatruk for the patch
217       (Closes: #566199).
218     - Added typo_fixes.dpatch -- fixing some typos in manpages and error
219       messages; thanks to lintian(1) for reporting this.
220   * debian/collectd-core.overrides:
221     - Replaced overrides for spelling-error-in-description with
222       capitalization-error-in-description.
224  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Jan 2010 00:22:32 +0100
226 collectd (4.8.2-1) unstable; urgency=medium
228   * New upstream release:
229     - Now using libtool 2.
230   * Set urgency to medium because of the fix for #559801.
231   * Split the "collectd" binary package into "collectd-core" and "collectd".
232     The former provides the main program file and the plugins while the latter
233     provides the configuration. This allows for much more flexible setups
234     (e.g. providing customizations on top of "collectd-core" without modifying
235     the "collectd" package) and, amongst others, removes the hard dependency
236     on librrd (Closes: #495936, #544311).
237   * debian/collectd-core.collectd.init.d:
238     - Do not (try to) start collectd if the config file does not exist. Else,
239       installation of "collectd-core" (which does not provide configuration)
240       would fail.
241   * debian/collectd.postinst:
242     - Let the "collectd" package restart the daemon, since it provides the
243       config file.
244   * debian/collectd.links:
245     - Symlink /u/s/d/collectd/examples to /u/s/d/collectd-core/examples.
246   * debian/control:
247     - Build-depend on the right combination of libsnmp-dev and perl. Perl's
248       CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector' in
249       version 5.10.1 on some architectures (those supporting that features).
250       net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
251       thanks to Lamont Jones and Dann Frazier for reporting this
252       (Closes: #559087).
253     - Build-depend on libsensors4-dev rather than libsensors-dev. libsnmp-dev,
254       starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus making
255       that possible. This restores the full functionality of the "sensors"
256       plugin, which does not work well with libsensors3 and lm-sensors-3;
257       thanks to Anssi Kolehmainen for reporting this (Closes: #538795).
258     - Build-depend on libltdl-dev to make it possible to use the system-wide
259       libltdl.
260     - No longer conflict/provide/replace the pre-Lenny "collectd-$plugin"
261       packages.
262     - Update the list of collectd-core's suggestions: added various services
263       providing data that may be collected by collectd. Downgraded lm-sensors
264       from a recommendation to a suggestion.
265   * debian/patches:
266     - Removed gmond-fix-compile-error.dpatch -- included upstream.
267     - Added bts561577_collectd2html_recursive_fix.dpatch -- fixed
268       collectd2html.pl's recursive mode and improved some defaults; thanks to
269       Yuri D'Elia for reporting this and providing a patch (Closes: #561577).
270     - Added bts557599_powerdns_fix.dpatch -- fixed communication to pdns
271       versions 2.9.22 and above; thanks to <tm@iprog.com> for reporting this
272       and Luke Heberling for providing the patch (Closes: #557599).
273     - Added bts559801_plugin_find_fix.dpatch -- make collectd resistant
274       against copies of libltdl affected by CVE-2009-3736. This fixes a
275       potential but very unlikely security issue, e.g. found in the embedded
276       copy. For details about how collectd might be affected, see
277       <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>; thanks to
278       Michael Gilbert for reporting this (Closes: #559801).
279   * debian/rules:
280     - Pass --without-included-ltdl to configure to tell libtool 2 to not use
281       the shipped libltdl but rather the one available in the system. Thus,
282       in the future, libltdl related issues do no longer require updated
283       collectd packages.
284     - Pass --disable-static to configure to tell libtool 2 to not build any
285       static libraries.
286     - Install debian/collectd.conf as an example into "collectd-core".
287     - Output the content of config.log if configure fails -- this might help
288       debugging.
289   * debian/README.Debian:
290     - Added a short explanation of the package split.
292  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Dec 2009 12:06:46 +0100
294 collectd (4.8.1-2) unstable; urgency=low
296   * debian/rules:
297     - Disabled the "java" plugin on hppa for now to work around a backlog in
298       the buildds that currently prevents a transition to testing.
299   * debian/control:
300     - Do not build-depend on openjdk-6-jdk on hppa.
302  -- Sebastian Harl <tokkee@debian.org>  Thu, 19 Nov 2009 10:55:33 +0100
304 collectd (4.8.1-1) unstable; urgency=medium
306   * New upstream release:
307     - Fixed a build issue with libiptc that caused a segfault in the iptables
308       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
309     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
310       thanks to Thomas Morgan for reporting this and Luke Heberling for
311       providing a patch (Closes: #535787).
312     New plugins:
313     - Parse JSON files: curl_json
314     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
315     - Atheros wireless LAN chipset statistics: madwifi
316     - Optimized Link State Routing daemon statistics: olsrd
317     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
318       libtokyotyrant is not available)
319     - Send collected values to a web-server: write_http
320     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
321       libkstat is not available)
322     New matches:
323     - Match zero COUNTER values: empty_counter
324   * Set urgency to medium because of the fix for #535786.
325   * debian/rules:
326     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
327     - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are
328       not available.
329   * debian/patches:
330     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
331     - Removed bts541953-curl-followlocation.dpatch - included upstream.
332     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
333     - Removed java-fix-jvm-start.dpatch - included upstream.
334     - Removed libvirt-reconnect.dpatch - included upstream.
335     - Removed network-fix-cacheflush.dpatch - included upstream.
336     - Removed plugin-fix-unregister.dpatch - included upstream.
337     - Added gmond-fix-compile-error.dpatch - upstream patch fixing a compile
338       error in the gmond plugin.
339   * debian/control:
340     - Build depend on libyajl-dev, which is required by the curl_json plugin.
341   * Added debian/README.source:
342     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
343   * New debconf template translations:
344     - ja.po, thanks to Hideki Yamane (Closes: #550968).
346  -- Sebastian Harl <tokkee@debian.org>  Thu, 15 Oct 2009 20:54:46 +0200
348 collectd (4.7.2-1) unstable; urgency=low
350   * New upstream release (Closes: #541887).
351     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
352       Shmakov for providing a patch (Closes: #482185).
353     New plugins:
354     - Connection tracking table size: conntrack
355     - Linux file-system based caching framework statistics: fscache
356     - Receive and interpret Ganglia multicast traffic: gmond
357     - Embedded Java Virtual Machine: java
358     - Query and parse data from a memcache daemon: memcachec
359     - Information about network protocols: protocols
360     - Parse table-like structured files: table
361     - Power consumption measurements from "The Energy Detective" (TED): ted
362     - System uptime: uptime
363   * debian/rules:
364     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
365     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
366       them in the environment - this is the recommended way.
367     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
368       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
369       archdir mapping used by the openjdk-6 Debian package is used to find
370       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
371     - Use -rpath to tell the "java" plugin where to find libjvm.so.
372     - Pass --enable-all-plugins to configure to make sure that the build fails
373       if any prerequisites are missing.
374   * debian/control:
375     - Build-depend on openjdk-6-jdk.
376     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
377     - Build-depend on libgcrypt11-dev, used by the network plugin.
378     - Updated Standards-Version to 3.8.3 (no changes).
379     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
380       this allows transitions to be handled thru binNMUs if possible.
381   * debian/collectd.install:
382     - Install collectd-java.5.
383   * debian/patches:
384     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
385     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
386       of the 'CacheFlush' config option of the "network" plugin.
387     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
388       plugin re-connect to libvirtd if connecting fails.
389     - Added plugin-fix-unregister.dpatch - upstream patch to make
390       'plugin_unregister_read()' functional again, thus fixing a failed
391       assertion in some cases.
392     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
393     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
394       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
395       reporting this (Closes: #541953).
396     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
397       the handling of the 'LocalSocket' config option of the "powerdns"
398       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
399       for providing a patch (references: #535787).
400     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
401       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
402       reporting this (Closes: #542859).
403   * debian/README.Debian:
404     - Removed the note about how to get collectd2html.pl working with
405       version 4 of collectd - the script now supports the --recursive option
406       which takes care of that.
407   * debian/collectd.overrides:
408     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
409       required by the "java" plugin.
410   * New debconf template translations:
411     - cs.po, thanks to Martin Sin (Closes: #534206).
412     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
413   * debian/control, debian/rules:
414     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
415       seems to be available on all architectures now.
416     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
417       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
418       adding that path to PKG_CONFIG_PATH. Removed the version from the
419       libopenipmi-dev build dependency for now.
420   * debian/collectd.conf:
421     - Set the "apache" plugin's URL according to the default used by Debian's
422       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
423   * debian/libcollectdclient-dev.install, debian/rules:
424     - Do not install libcollectdclient's .la file in favor of the Squeeze
425       release goal to remove those files (for details see
426       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
428  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
430 collectd (4.6.3-1) unstable; urgency=low
432   * New upstream release.
433   * debian/patches:
434     - Removed battery_acpi_complain.dpatch - included upstream.
435     - Removed include_empty_files.dpatch - included upstream.
436     - Removed ntpd_type_pun_fix.dpatch - included upstream.
437     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
438     - Added libcollectdclient_static_sstrerror.dpatch to make a private
439       function in libcollectdclient static.
440   * debian/rules:
441     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
443  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
445 collectd (4.6.2-3) unstable; urgency=low
447   * debian/patches:
448     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
450  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
452 collectd (4.6.2-2) unstable; urgency=low
454   * debian/patches:
455     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
456       error messages in the battery plugin in case /proc/acpi/battery is not
457       available.
458     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
459       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
460       for reporting this (Closes: #526667).
461     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
462       of empty configuration files, thanks to Alexander Wirt for reporting
463       this.
464     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
465       uninitialized value warning in the rrdtool plugin, thanks to Andreas
466       Moog for reporting this.
467   * debian/collectd.conf, debian/filters.conf:
468     - Added a sample filter chain configuration.
469   * debian/rules:
470     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
471     - Disabled "netlink" plugin on mips and mipsel - those architectures do
472       not allow to link non-PIC code into shared objects, thanks to Peter De
473       Schrijver for reporting this (Closes: #524593).
474   * debian/control:
475     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
476       libiptc which is available as shared library since iptables 1.4.3.
477       Depend on versions >= 1.4.3.2-2 because of #524766.
479  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
481 collectd (4.6.2-1) unstable; urgency=low
483   * New upstream release.
484     - Fixed the use of struct in6_addr (Closes: #521748).
485     - Added a filter infrastructure based on "matches" and "targets".
486     - Added support for vmem graphs to collection.cgi (Closes: #521993).
487     New plugins:
488     - bind9 name-server and zone statistics: bind
489     - Parse statistics from websites: curl
490     - Query data from a relational database: dbi
491     - OpenVPN traffic and compression statistics: openvpn
492     - Query data from an Oracle database: oracle (disabled in Debian,
493       libclntsh is not available)
494     - Write data via the RRD accelerator daemon: rrdcached (disabled in
495       Debian, rrdclient support is not yet available)
496     New matches:
497     - Match values by their identifier based on regular expressions: regex
498     - Match values with an invalid timestamp: timediff
499     - Select values by their data sources' values: value
500     New targets:
501     - Create and dispatch a notification: notification
502     - Replace parts of an identifier using regular expressions: replace
503     - Set (overwrite) entire parts of an identifier: set
504   * Uploading to unstable, since Lenny has been released.
505   * New debconf template translations:
506     - vi.po, thanks to Clytie Siddall (Closes: #515872).
507     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
508       (Closes: #520988).
509   * debian/patches:
510     - Removed perl-uninitialized-var.dpatch - included upstream.
511   * debian/control:
512     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
513       for the newly added client library.
514     - Added new binary package collectd-utils for optional utilities that pull
515       in additional dependencies. Currently, this only includes
516       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
517       because it overwrites /usr/bin/collectd-nagios.
518     - Added libdbi0-dev to the build dependencies - this is required by the
519       dbi plugin.
520     - Moved collectd-dbg from section "utils" to the newly added "debug".
521     - Updated Standards-Version to 3.8.1.
522   * debian/rules:
523     - Use dh_install and *.install files to specify which package some file
524       belongs to.
525   * debian/libcollectdclient0.symbols:
526     - Added symbols file for libcollectdclient.
527   * debian/collectd.overrides:
528     - Override "spelling-error-in-description" for the apache plugin name -
529       all plugins are spelled lowercase.
530   * debian/collectd.init.d:
531     - Start the daemon using start-stop-daemon's --oknodo option to exit
532       successfully if the daemon is already running as requested by section
533       9.3.2 of the Debian Policy 3.8.1.
534   * debian/copyright:
535     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
536       used by some files.
538  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
540 collectd (4.5.1-1) experimental; urgency=low
542   * New upstream release.
543     New plugins:
544     - Count the number of files in directories: filecount
545     - Send desktop notifications to a notification daemon: notify_desktop
546     - Send notification E-mails: notify_email
547     - One-wire sensors information: onewire (experimental, disabled in Debian)
548     - PostgreSQL database statistics: postgresql
549     - Linux ACPI thermal zone information: thermal (Closes: #492580)
550   * Uploading to experimental because of the Lenny freeze.
551   * debian/control:
552     - Added build dependency on libglib2.0-dev and libnotify-dev required by
553       the notify_desktop plugin.
554     - Added build dependency on libesmtp-dev required by the notify_email
555       plugin.
556     - Added build dependency on libpq-dev required by the postgresql plugin.
557     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
558       required when using debhelper.
559   * debian/rules:
560     - Disabled onewire plugin - owfs is not yet available in Debian.
561     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
562     - Set CONFIGFILE to /etc/collectd/collectd.conf.
563   * debian/patches:
564     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
565       uninitialized variable warning causing a FTBFS because of -Werror.
566     - Removed myplugin_strcpy.dpatch - applied upstream.
567     - Removed perl_deadlock.dpatch - included upstream.
568     - Removed memory_libstatgrab.dpatch - included upstream.
569     - Removed collectd_memleak.dpatch - included upstream.
570     - Removed snmp_memleak.dpatch - included upstream.
571     - Removed memcached_fdleak.dpatch - included upstream.
572     - Removed memcached_timeout.dpatch - included upstream.
573     - Removed pod-errors.dpatch - included upstream.
574   * debian/collectd.overrides:
575     - Override "spelling-error-in-description" for the postgresql plugin name
576       - all plugins are spelled lowercase.
577   * debian/collectd.init.d:
578     - Do not restart collectd if the configuration test fails.
580  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
582 collectd (4.4.2-3) unstable; urgency=low
584   * New debconf template translation:
585     - nl.po, thanks to Eric Spreen (Closes: #502204).
586     - sv.po, thanks to Martin Bagge (Closes: #504248).
587   * debian/patches:
588     - Added pod-errors.dpatch to fix some minor POD errors.
589   * debian/rules:
590     - Remove generated manpages in the clean target to avoid cluttering the
591       source diff with the rebuilt manpages.
592   * debian/collectd.conf:
593     - Fixed a wrong type used in the "tail" plugin example.
595  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
597 collectd (4.4.2-2) unstable; urgency=low
599   * Removed the work around for #474087 (broken openipmi .pc files) introduced
600     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
601     which includes fixed .pc files. This fixes an undefined symbol error when
602     loading the ipmi plugin caused by that work around (Closes: #494665).
603   * debian/collectd.init.d:
604     - The "status" command now exits with 1 if collectd is not running.
605     - Do not suppress output when checking the configuration with the -t
606       command line option. This will also show errors that don't cause
607       collectd to abort, e.g. failure to load plugins (Closes: #499232).
608   * debian/control:
609     - Added librrd-dev as the preferred option to the librrd2-dev build
610       dependency - the latter one is a virtual package since rrdtool 1.3.
611   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
612     possible deadlock in the perl plugin (Closes: #499179).
613   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
614     fix a typo in the libstatgrab code of the memory plugin.
615   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
616     fix a possible memory leak.
617   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
618     possible memory leak in the snmp plugin.
619   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
620     fix a possible file descriptor leak in the memcached plugin.
621   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
622     fix the timeout passed to poll(2).
624  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
626 collectd (4.4.2-1) unstable; urgency=low
628   * New upstream release.
629   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
630     those package are no longer available since Etch.
631   * Removed byacc from the build-dependencies - collectd now requires bison.
632   * Removed libupsclient-config.sh - upstream now supports pkg-config for
633     libupsclient.
634   * Include collection3 in /usr/share/doc/collectd/examples/:
635     - Updated README.Debian to point the collection3's README.
636     - Added libconfig-general-perl to the suggested packages.
637   * README.Debian: Added a note about how to get collectd2html.pl working with
638     version 4 of collectd.
639   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
640     strcpy() which is poisoned in collectd.h.
641   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
642     plugin now links against the shared libupsclient.
643   * Do not compress any example files, so they may be used directly.
645  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
647 collectd (4.4.1-2) unstable; urgency=low
649   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
650     affected by #488701 (Closes: #489091).
651   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
652     (>= 2.6.25-4) build dependency - those versions are not affected by
653     #479899.
654   * Added build dependency on pkg-config - this is used by collectd's
655     configure script to check for a couple of libraries.
656   * Added libupsclient-config.sh to imitate libupsclient-config which is no
657     longer available. libupsclient-config.sh is a simple wrapper around
658     pkg-config. This is a workaround until upstream supports pkg-config for
659     libupsclient.
660   * Replaced nut-dev build dependency with libupsclient1-dev:
661     Reenabled the "nut" plugin on all architectures.
663  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
665 collectd (4.4.1-1) unstable; urgency=low
667   * New upstream release.
668     - Fixed another issue of the sensors plugin affecting some chip types
669       (Closes: #468143).
670     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
671     - Fixed a segfault when using libperl 5.10.
672     - collectd now ships libiptc itself.
673     New plugins:
674     - Ascent server statistics: ascent
675     - IPMI sensors information: ipmi
676     - PowerDNS name server statistics: powerdns
677     - incremental parsing of logfiles: tail
678     - TeamSpeak2 server statistics: teamspeak2
679     - detailed virtual memory statistics: vmem
680   * Disable "tcpconns" plugin by default (Closes: #478759).
681   * Reenabled iptables plugin on all architectures (Closes: #473435).
682     - Added the plugin to collectd.conf.
683     - Added /usr/share/doc/collectd/examples/iptables/.
684     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
685       required because of #479899.
686   * New debconf template translations:
687     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
688   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
689     inclusion of the ipmi plugin and manually specifying the dependencies.
690   * Updated standards-version to 3.8.0 (no changes).
692  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
694 collectd (4.3.2-1) unstable; urgency=low
696   * New upstream release.
697     - Fixed handling of ignored sensors instances (Closes: #468143).
698     - Fixed reading of wireless noise values (Closes: #471788).
699   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
700   * Clarified debconf template in respect to packages required for the data
701     migration (Closes: #469336).
702   * collectd.conf: Moved logging plugins to the top of the file.
703   * New debconf template translations:
704     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
705     - fr.po, thanks to Florent Usseil (Closes: #468813).
706     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
707   * collectd.init.d: Consider the DISABLE option only when starting collectd.
708   * Disabled iptables plugin - libiptc is no longer available in Debian.
709     - Removed the plugin from collectd.conf.
710     - Removed /usr/share/doc/collectd/examples/iptables/.
712  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
714 collectd (4.3.0-2) unstable; urgency=low
716   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
717     (this is required by the sensors plugin).
718   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
719     i386 and powerpc (libvirt is only available on those architectures).
720   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
721     sure Xen is supported and to fix some strange FTBFS complaining about a
722     missing symbol "virDomainBlockStats".
724  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
726 collectd (4.3.0-1) unstable; urgency=low
728   * New upstream release.
729     - Added basic support for monitoring by introducing notifications and
730       threshold checking.
731     - Reverse lookups can be disabled using the "ReverseLookups" option of the
732       ntpd plugin (Closes: #455162).
733     New plugins:
734     - Set the hostname to an unique identifier: uuid
735     - CPU, dist, network statistics of guest systems: libvirt
736   * Upload to unstable: With the latest changes to the perl plugin, all parts
737     of collectd are suitable for a release.
738   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
739   * Updated package description to mention the monitoring support.
740   * Install liboping/oping.h to collectd-dev as well.
741   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
742     can be configured using the USE_COLLECTDMON variable - enabled by default.
743   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
744     limit will be set to unlimited - disabled by default.
745   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
746     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
747     plugin (which would otherwise be unable to find symbols defined in libperl
748     when loading perl modules that require such symbols).
749   * Disable debugging support.
750   * watch file: Added uversionmangle for "beta" and "-rc".
751   * Override "spelling-error-in-description" for the mysql plugin name - all
752     plugins are spelled lowercase.
754  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
756 collectd (4.2.4-1) experimental; urgency=low
758   * New upstream release.
759   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
760     with earlier versions because of #452262.
761   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
762     suggested packages.
763   * Added support for the "status" command to the init script.
764   * Updated standards-version to 3.7.3 (no changes).
765   * Added --without-libstatgrab to the configure options to prevent collectd
766     from being linked against this library if it's available.
767   * Disabled xmms plugin - xmms will be removed from unstable
768     (Closes: #459707).
770  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
772 collectd (4.2.1-1) experimental; urgency=low
774   * New upstream release.
775   * Changed XS-Vcs-* to Vcs-*.
776   * Marked advanced rrdtool configuration options as such in collectd.conf.
777   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
778     /usr/share/doc/collectd/examples/.
779   * Moved "Homepage" field from package description to the source stanza.
781  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
783 collectd (4.2.0-1) experimental; urgency=low
785   * New upstream release.
786     - Added options to collectd2html.pl to specify host and data directory
787       (Closes: #438499).
788     - Link against a thread-safe version of librrd.
789     New plugins:
790     - IPVS connection statistics: ipvs
791     - Statistic of the memcached distributed caching system: memcached
792     - Detailed Linux network interface and routing statistics: netlink (32bit
793       systems only)
794     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
795     - Values from SNMP enabled network devices: snmp
796     - Number of TCP connections to specific ports: tcpconns
797     - Bitrate and frequency of music played with XMMS: xmms
798   * Updated init script to wait for collectd to shut down (Closes: #422208).
799   * Merged all plugin packages into the collectd binary package.
800   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
801     dependencies.
802   * Added collectd.overrides to override shlib-with-non-pic-code errors of
803     plugins liked against static libraries which have not been linked with
804     -fPIC.
805   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
806     are included in the upstream sources now.
807   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
808     dependency.
810  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
812 collectd (4.0.7-1) experimental; urgency=low
814   * New upstream release.
815   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
816     caused by #358637 and presumably #419684 (Closes: #430933).
817   * Changed collectd-dbg's section to "utils".
818   * Added httpd-cgi to suggested packages.
819   * Added documentation of the provided examples to README.Debian, thanks to
820     Eduard Bloch for his proposal (Closes: #434182).
822  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
824 collectd (4.0.3-1) experimental; urgency=low
826   * New upstream release.
828  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
830 collectd (4.0.2-1) experimental; urgency=low
832   * New upstream release (Closes: #428114).
833     - Added large file support (Closes: #422212).
834     - Rewrite of the plugin system to allow more flexibility by using
835       different types of plugins.
836     - Added Nagios plugin to query collectd from Nagios.
837     New plugins:
838     - Output to "comma separated values" (CSV) files: csv
839     - Output to RRD files: rrdtool
840     - IO via the network: network
841     - External runtime interface: unixsock
842     - Embedding a Perl interpreter: perl
843     - Logging to files, STDOUT or STDERR: logfile
844     - Logging to syslog: syslog
845     - Amount of available entropy: entropy
846     - Execution of external programs: exec
847     - Iptables statistics: iptables (32bit systems only)
848     - IRQ counters: irq
849     - UPS information: nut (32bit systems only)
850   * New binary package collectd-perl (linking against libperl).
851     - Added collectd-perl to suggested packages.
852   * examples/myplugin.c: Converted to the new plugin interface.
853   * Enabled debugging.
854   * Added possibility to automatically migrate RRD files to collectd-4 using
855     migrate-3-4.px and extractDS.px provided by upstream.
856     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
857     - Using po-debconf to make translations of debconf templates possible.
858   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
859   * Updated init script to only start a single collectd process.
860   * Added examples/MyPlugin.pm.
861   * Added XS-Vcs-{Git,Browser} tags.
862   * Added check_plugins.pl to check the build result of all plugins.
863   * Do not build apple_sensors and tape plugins as they do not provide any
864     functionality any longer.
866  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
868 collectd (3.11.2-1) experimental; urgency=low
870   * New upstream release.
871   * Removed sensors-ignorelist.dpatch - has been merged upstream.
872   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
873   * Added watch file.
874   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
876  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
878 collectd (3.11.0-1) experimental; urgency=low
880   * New upstream release.
881     New plugins:
882     - DNS traffic (query types, response codes, opcodes and traffic): dns
883     - E-Mail statistics (count, traffic, spam scores and checks): email
884     - Motherboard monitor: mbmon
885     - Multimeter statistics: multimeter (beta version)
886   * Upload to experimental because of Etch freeze.
887   * New binary package collectd-dns (linking against libpcap).
888     - Added collectd-dns to suggested packages.
889   * Do not split off packages introducing new recommendations or suggestions.
890     - Merge collectd-hddtemp into collectd.
891     - Add hddtemp and mbmon to suggested packages.
892   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
893     when sensors plugin is not configured.
894   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
895     less than or equal to zero.
897  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
899 collectd (3.10.4-1) unstable; urgency=low
901   * New upstream release.
902     - Fix an infinite loop in server mode if binding to a socket fails and
903       close the socket descriptor (Closes: #404018).
904   * examples/myplugin.c: Include system headers before collectd headers to
905     make it compile without any autoconf defines set (Closes: #401075).
907  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
909 collectd (3.10.3-1) unstable; urgency=low
911   * New upstream release.
912   * Made package binNMUable:
913     - Upstream assures API backward compatibility only between patch releases.
914   * LSBized init script.
916  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
918 collectd (3.10.2-1) unstable; urgency=low
920   * New upstream release.
921     - Retry connecting to remote host and database in ping and mysql plugins
922       respectively (Closes: #393742).
923   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
924     linking against libssl.
926  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
928 collectd (3.10.1-4) unstable; urgency=low
930   * Changed collectd-dbg's section and priority to "devel" and "extra"
931     respectively.
932   * Set init start sequence code to 95 to be sure to start after any daemons
933     that data is collected from.
935  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
937 collectd (3.10.1-3) unstable; urgency=low
939   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
941  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
943 collectd (3.10.1-2) unstable; urgency=low
945   * Added collectd-dbg package.
947  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
949 collectd (3.10.1-1) unstable; urgency=low
951   * New upstream release.
952   * Dynamically link against external liboping.
953     - New binary package collectd-ping.
954     - Added collectd-ping to suggested packages.
955   * Moved config file from /usr/share/doc/collectd/examples/ to
956     /etc/collectd/.
958  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
960 collectd (3.10.0-1) unstable; urgency=low
962   * New upstream release.
963     New plugins:
964     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
965     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
966   * Upstream no longer provides a debian/ directory. Thus no repackaging is
967     required any longer.
968   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
969     no longer needed.
970   * Added collectd-hddtemp as a suggestion to the collectd package.
972  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
974 collectd (3.9.4+debian-1) unstable; urgency=low
976   * Initial release (Closes: #373008).
977   * Removed upstream's debian/ directory from .orig.tar.gz.
978   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
979     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
980     AMD64.
982  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200