Code

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