Code

Updated changelog.
[pkg-collectd.git] / debian / changelog
index 6494f2f49927b435a766845ee81aeab13152608f..02e4e3dd3dbdc9e279440d3aa83bbdbd331972f8 100644 (file)
@@ -1,4 +1,4 @@
-collectd (4.9.0-1) unstable; urgency=low
+collectd (4.9.1-1) unstable; urgency=low
 
   * New upstream release:
     New plugins:
@@ -14,8 +14,39 @@ collectd (4.9.0-1) unstable; urgency=low
     - Match values using a hash function of the hostname: hashed
     New targets:
     - Scale (multiply) values: scale
-
- -- Sebastian Harl <tokkee@debian.org>  Sun, 27 Dec 2009 01:41:47 +0100
+  * debian/control:
+    - Build-depend on "python-dev", required to build the "python" plugin.
+  * debian/collectd-core.install:
+    - Install all collectd-*.5 manpages (in particular, this includes the
+      newly added collectd-python.5).
+  * Added support for kfreebsd-{i386,amd64}; see below for details
+    (Closes: #566521).
+  * debian/control, debian/rules:
+    - Disabled the following Linux-specific plugins / removed the following
+      build-deps on kfreebsd-{i386,amd64}:
+      + "iptables" plugin / iptables-dev
+      + "ipvs" plugin / linux-libc-dev
+      + "netlink" plugin / iproute-dev
+      + "sensors" plugin / libsensors4-dev
+    - Disabled the following plugins / removed the following build-deps on
+      kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
+      kfreebsd:
+      + "gmond" plugin / libganglia1-dev
+      + "libvirt" plugin / libvirt-dev
+      + "java" plugin / openjdk6-jdk
+    - Enabled the "rrdcached" plugin and build-depend on librrd-dev (>= 1.4~)
+      (and removed the optional build-dep on librrd2-dev).
+    - Enabled the "tokyotyrant" plugin (except on kfreebsd-{i386,amd64}) and
+      build-depend on libtokyotyrant-dev (which is not available on kfreebsd).
+  * debian/rules:
+    - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
+      yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
+      disk, entropy, fscache, irq, madwifi, nfs, protocols, serial, thermal,
+      vmem, vserver, wireless.
+    - Simplified Java archdir mapping: removed entries "pointing" to
+      themselves and let those default to DEB_BUILD_ARCH.
+
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Jan 2010 23:42:50 +0100
 
 collectd (4.8.2-1) unstable; urgency=medium