Code

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