Code

control: Build depend on iptables-dev >= 1.4.3.2-2.
[pkg-collectd.git] / debian / changelog
index d75fdc6a24610e9d2acea780682c2bb02ccd2515..7d1da0df36ed1a6b6008f93b1fa3ecbef15c9792 100644 (file)
@@ -1,7 +1,28 @@
-collectd (4.6.1-1) unstable; urgency=low
+collectd (4.6.2-2) unstable; urgency=low
+
+  * debian/patches:
+    - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
+      error messages in the battery plugin in case /proc/acpi/battery is not
+      available.
+  * debian/collectd.conf, debian/filters.conf:
+    - Added a sample filter chain configuration.
+  * debian/rules:
+    - Added contrib/php-collection/ to /usr/share/doc/collectd/.
+    - Disabled "netlink" plugin on mips and mipsel - those architectures do
+      not allow to link non-PIC code into shared objects (Closes: #524593).
+  * debian/control:
+    - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
+      libiptc which is available as shared library since iptables 1.4.3.
+      Depend on versions >= 1.4.3.2-2 because of #524766.
+
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 20 Apr 2009 22:52:56 +0200
+
+collectd (4.6.2-1) unstable; urgency=low
 
   * New upstream release.
+    - Fixed the use of struct in6_addr (Closes: #521748).
     - Added a filter infrastructure based on "matches" and "targets".
+    - Added support for vmem graphs to collection.cgi (Closes: #521993).
     New plugins:
     - bind9 name-server and zone statistics: bind
     - Parse statistics from websites: curl
@@ -22,11 +43,21 @@ collectd (4.6.1-1) unstable; urgency=low
   * Uploading to unstable, since Lenny has been released.
   * New debconf template translations:
     - vi.po, thanks to Clytie Siddall (Closes: #515872).
+    - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
+      (Closes: #520988).
   * debian/patches:
     - Removed perl-uninitialized-var.dpatch - included upstream.
   * debian/control:
-    - Added new binary packages libcollectdclient0 and libcollectdclient-dev.
-    - Added new binary package collectd-utils.
+    - Added new binary packages libcollectdclient0 and libcollectdclient-dev
+      for the newly added client library.
+    - Added new binary package collectd-utils for optional utilities that pull
+      in additional dependencies. Currently, this only includes
+      collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
+      because it overwrites /usr/bin/collectd-nagios.
+    - Added libdbi0-dev to the build dependencies - this is required by the
+      dbi plugin.
+    - Moved collectd-dbg from section "utils" to the newly added "debug".
+    - Updated Standards-Version to 3.8.1.
   * debian/rules:
     - Use dh_install and *.install files to specify which package some file
       belongs to.
@@ -35,8 +66,15 @@ collectd (4.6.1-1) unstable; urgency=low
   * debian/collectd.overrides:
     - Override "spelling-error-in-description" for the apache plugin name -
       all plugins are spelled lowercase.
-
- -- Sebastian Harl <sh@tokkee.org>  Sun, 22 Feb 2009 20:45:44 +0100
+  * debian/collectd.init.d:
+    - Start the daemon using start-stop-daemon's --oknodo option to exit
+      successfully if the daemon is already running as requested by section
+      9.3.2 of the Debian Policy 3.8.1.
+  * debian/copyright:
+    - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
+      used by some files.
+
+ -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
 
 collectd (4.5.1-1) experimental; urgency=low