X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=8786d9b30ede797d2f76e19e4eecee23a8e04840;hb=7ea55ea7453740246e34d83dbb80fc0fc92f4319;hp=12779901b6f22f547f923ebcba659287641446e4;hpb=4df137d4aaa5690ff2109d9d930ce95e263a5bd2;p=pkg-collectd.git diff --git a/debian/changelog b/debian/changelog index 1277990..8786d9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,94 @@ +collectd (5.7.1-1) unstable; urgency=medium + + * New upstream release. + * debian/patches: + - drop dpdkstat-portable-format-string.patch, included upstream. + - add mqtt_resource_leak.patch, fixing a connection leak. + - add mqtt_invalid_symbols.patch, stripping out invalid characters from + MQTT topic names. + - add dpdkstat_goto_label.patch, fixing a small mistake which prevented + the dpdkstat from building. + + -- Marc Fournier Mon, 23 Jan 2017 20:45:34 +0100 + +collectd (5.7.0-3) unstable; urgency=medium + + * debian/control: Skip libdpdk-dev build dependency on non-Intel + architectures. + + -- Marc Fournier Sun, 18 Dec 2016 22:08:27 +0100 + +collectd (5.7.0-2) unstable; urgency=medium + + * debian/patches: add dpdkstat-portable-format-string.patch, fixing the + build on i386. + * debian/rules: Disable dpdkstat plugin on non-Intel architectures. + + -- Marc Fournier Sun, 18 Dec 2016 17:05:10 +0100 + +collectd (5.7.0-1) unstable; urgency=medium + + * New upstream release. + New plugins: + - DPDK interface statistics: dpdkstat + - Report the number of used and free hugepages: hugepages (Linux-specific) + - Intel Resource Director Technology statistics: intel_rdt (disabled in + Debian because of missing dependencies) + - Publish values in a Prometheus-compatible format: write_prometheus + * debian/rules: + - Disable hugepages plugin on non-Linux. + - Disable the intel_rdt plugin. + * debian/control: + - Build-depend on libdpdk-dev: Needed by the new dpdkstat plugin. + - Build-depend on libmicrohttpd-dev: Needed by the new write_prometheus + plugin. + - Suggests icinga instead of nagios packages (nagios3 removed from + Debian. Closes: #846859). Thanks to Bas Couwenberg. + * debian/patches: + - Removed configure_find_lc_all.patch; included upstream. + - Added nagios-debian-paths.patch, to use nagios-nrpe-server & + monitoring-plugin paths for Debian. Thanks to Bas Couwenberg. + + -- Marc Fournier Fri, 16 Dec 2016 22:11:21 +0100 + +collectd (5.6.1-2) unstable; urgency=medium + + * debian/control: + - Add libdevstat-dev and libgeom-dev to kfreebsd build-deps, as they're + needed by the disk plugin. Thanks to Florian Forster for pointing this + out. + - Update "Vcs-Git" and "Vcs-Browser" fields to point to GitHub repo. + - Changed build-dependency libmysqlclient-dev to + default-libmysqlclient-dev, and mysql-server to default-mysql-server. + - collectd-core.deb: Add "Depends" on lsb-base, as /etc/init.d/collectd + requires /lib/lsb/init-functions. + - Remove "Multi-Arch: same" from libcollectdclient-dev, until the package + gets reworked to really be multi-arch ready. + * debian/control, debian/compat: + - Bump debhelper compat version to 9. + + -- Marc Fournier Tue, 01 Nov 2016 07:32:47 +0100 + +collectd (5.6.1-1) unstable; urgency=medium + + * New upstream release. + - write_graphite plugin is no longer linked against libyajl. Thanks to + Shish for reporting this (Closes: #839771). + - rrdcached plugin now reconnects to daemon. Thanks to Matthias Urlichs + for reporting this (Closes: #657877). + * debian/control: + - Add "Multi-Arch: same" to libcollectdclient-dev, as suggested by the + Multiarch hinter. + * debian/patches: + - Update configure_find_lc_all.patch to reliably pick the same JVM for + each build, making the process reproducible. + * debian/rules: + - Disable building the barometer, drbd, fhcount and ipc plugins on + kfreebsd architectures, as they are Linux-only. + - Run the test suite using dh_auto_test. + + -- Marc Fournier Sun, 09 Oct 2016 21:42:29 +0200 + collectd (5.6.0-1) unstable; urgency=medium * New upstream release.