Code

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