Code

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