Code

Disable the 'java' plugin on sparc for now. It fails to build.
[pkg-collectd.git] / debian / changelog
index 06f1d7709437c4fbfff6d2224c2762fa7f112be4..045bba294431b0c87635507e20a7efe736e9d9cf 100644 (file)
@@ -1,11 +1,84 @@
+collectd (5.4.1-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Disable preprocessor warnings on kfreebsd to work around an error
+      resulting from a redefined macro in PostgreSQL's pg_config_manual.h;
+      thanks to Ivo De Decker for reporting this (Closes: #760719).
+  * debian/control, debian/rules:
+    - Disable the 'java' plugin on sparc for now. It fails to build.
+
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 27 Sep 2014 19:51:49 +0000
+
+collectd (5.4.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    - Build-Depend on libprotobuf-c-dev instead of libprotobuf-c0-dev due to
+      the protobuf-c transition (Closes: #756422).
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Tue, 12 Aug 2014 15:36:27 -0400
+
+collectd (5.4.1-3) unstable; urgency=medium
+
+  * debian/control:
+    - Added libupsclient-dev as primary alternate build-dep to
+      libupsclient1-dev; thanks to Laurent Bigonville for reporting this and
+      Marc Fournier for sending a patch (Closes: #730397).
+
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 28 Apr 2014 23:29:53 +0200
+
+collectd (5.4.1-2) unstable; urgency=medium
+
+  * debian/rules, debian/control:
+    - Disable varnish for now; it does not work with varnish 4;
+      c.f. https://bugs.debian.org/745902 (Closes: #745894).
+    - Drop build dependency on libvarnishapi-dev.
+    - Build-depend on libow-dev and re-enable the onewire plugin; thanks to
+      Adam Smutnicki for pointing this out (Closes: #744956).
+  * debian/rules:
+    - Added INSTALL_BASE= to perl options; else, modules are installed
+      into $HOME.
+    - Prepend collectd/core to collectd's header files; thanks to Sergio
+      Jimenez for reporting this (Closes: #739516).
+  * debian/patches:
+    - Added collection.cgi.dpatch fixing apache data-sources; thanks to
+      Fabiano Pires for reporting this and providing a patch
+      (Closes: #743881).
+    - Added myplugin_api.dpatch updating myplugin.c to the latest API.
+
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 16:54:19 +0200
+
+collectd (5.4.1-1) unstable; urgency=medium
+
+  * New upstream release:
+    - Fixed a segfault when using <Match> without an Instance; thanks to
+      Alexander Golovko for reporting this (Closes: #732701).
+    - Fixed gcrypt initialization issues (partly fixed in 5.1.1 already);
+      thanks to Pieter Lexis for reporting this (Closes: #735173).
+  * debian/patches:
+    - Removed amqp_0_4.dpatch; merged upstream.
+  * debian/control:
+    - Updated standards-version to 3.9.5; no changes.
+  * debian/rules:
+    - Use -Wno-error=deprecated-declarations to suppress libdbi deprecation
+      warnings for now; they would else cause build failures due to -Werror.
+
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 28 Jan 2014 21:47:00 +0100
+
 collectd (5.4.0-3) unstable; urgency=low
 
   * debian/control:
     - Removed build-dep on iproute-dev which is about to be removed and has
       been superseded by libmnl-dev in collectd. Thanks to Laurent Bigonville
       and Andreas Henriksson for reporting this (Closes: #726921).
+  * debian/collectd.conf:
+    - Removed sample configuration for the write_mongodb plugin; the plugin is
+      not available on Debian; thanks to Bryan Fullerton for reporting this
+      (cf. LP:#1206813, Closes: #724699).
+  * debian/patches:
+    - Added amqp_0_4.dpatch: Added support for rabbitmq-c 0.4.x.
 
- -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 11:51:43 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 16:08:05 +0100
 
 collectd (5.4.0-2) unstable; urgency=low