Code

patches: Removed java-fix-jvm-start.dpatch.
[pkg-collectd.git] / debian / changelog
index e6d693689a0c40da0d44621c9104a51d12d46283..378e5fd32760fa9e5b97c7a8f82a5ebca0d19dd7 100644 (file)
@@ -1,3 +1,28 @@
+collectd (4.8.1-1) unstable; urgency=low
+
+  * New upstream release.
+    New plugins:
+    - Parse JSON files: curl_json
+    - Query data from Java processes using JMX: GenericJMX (Java based plugin)
+    - Atheros wireless LAN chipset statistics: madwifi
+    - Optimized Link State Routing daemon statistics: olsrd
+    - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
+      libtokyotyrant is not available)
+    - Send collected values to a web-server: write_http
+    - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
+      libkstat is not available)
+    New matches:
+    - Match zero COUNTER values: empty_counter
+  * debian/rules:
+    - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
+  * debian/patches:
+    - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
+    - Removed bts541953-curl-followlocation.dpatch - included upstream.
+    - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
+    - Removed java-fix-jvm-start.dpatch - included upstream.
+
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 11 Oct 2009 19:18:29 +0200
+
 collectd (4.7.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #541887).
@@ -28,7 +53,7 @@ collectd (4.7.2-1) unstable; urgency=low
     - Build-depend on openjdk-6-jdk.
     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
     - Build-depend on libgcrypt11-dev, used by the network plugin.
-    - Updated Standards-Version to 3.8.2 (no changes).
+    - Updated Standards-Version to 3.8.3 (no changes).
     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
       this allows transitions to be handled thru binNMUs if possible.
   * debian/collectd.install:
@@ -36,38 +61,49 @@ collectd (4.7.2-1) unstable; urgency=low
   * debian/patches:
     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
-      the CacheFlush config option of the network plugin.
-    - Added libvirt-reconnect.dpatch - upstream patch to let the libvirt
+      of the 'CacheFlush' config option of the "network" plugin.
+    - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
       plugin re-connect to libvirtd if connecting fails.
     - Added plugin-fix-unregister.dpatch - upstream patch to make
       'plugin_unregister_read()' functional again, thus fixing a failed
       assertion in some cases.
     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
-    - Added curl-followlocation.dpatch - upstream patch to let plugins using
-      libcurl follow HTTP redirects; thanks to Joey Hess for reporting this
-      (Closes: #541953).
+    - Added bts541953-curl-followlocation.dpatch - upstream patch to let
+      plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
+      reporting this (Closes: #541953).
     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
-      the handling of the LocalSocket config option of the powerdns plugin;
-      thanks to Thomas Morgan for reporting this and Luke Heberling for
-      providing a patch (references: #535787).
+      the handling of the 'LocalSocket' config option of the "powerdns"
+      plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
+      for providing a patch (references: #535787).
+    - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
+      handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
+      reporting this (Closes: #542859).
   * debian/README.Debian:
     - Removed the note about how to get collectd2html.pl working with
       version 4 of collectd - the script now supports the --recursive option
       which takes care of that.
   * debian/collectd.overrides:
     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
-      required by the java plugin.
+      required by the "java" plugin.
   * New debconf template translations:
     - cs.po, thanks to Martin Sin (Closes: #534206).
     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
   * debian/control, debian/rules:
-    - No not limit the libvirt plugin to amd64, i386, powerpc - libvirt-dev
+    - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
       seems to be available on all architectures now.
+    - Reintroduced a work around for #474087 (broken openipmi .pc files) by
+      providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
+      adding that path to PKG_CONFIG_PATH. Removed the version from the
+      libopenipmi-dev build dependency for now.
   * debian/collectd.conf:
-    - Set the 'apache' plugin's URL according to the default used by Debian's
+    - Set the "apache" plugin's URL according to the default used by Debian's
       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
+  * debian/libcollectdclient-dev.install, debian/rules:
+    - Do not install libcollectdclient's .la file in favor of the Squeeze
+      release goal to remove those files (for details see
+      <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
 
- -- Sebastian Harl <tokkee@debian.org>  Thu, 27 Aug 2009 23:41:50 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
 
 collectd (4.6.3-1) unstable; urgency=low