Code

Updated changelog to 4.3.0-2.
[pkg-collectd.git] / debian / changelog
index 011bae068613399fbf27c0afe0cb90f903fa9957..fe14a6db99f8a08467ac77b7d3b7d326ce989695 100644 (file)
@@ -1,9 +1,41 @@
-collectd (4.3.0~beta0-1) UNRELEASED; urgency=low
+collectd (4.3.0-2) unstable; urgency=low
+
+  * Added "lm-sensors" to the recommended packages and README.Debian.plugins
+    (this is required by the sensors plugin).
+  * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
+    i386 and powerpc (libvirt is only available on those architectures).
+
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 05 Mar 2008 21:07:21 +0100
+
+collectd (4.3.0-1) unstable; urgency=low
 
   * New upstream release.
+    - Added basic support for monitoring by introducing notifications and
+      threshold checking.
+    - Reverse lookups can be disabled using the "ReverseLookups" option of the
+      ntpd plugin (Closes: #455162).
+    New plugins:
+    - Set the hostname to an unique identifier: uuid
+    - CPU, dist, network statistics of guest systems: libvirt
+  * Upload to unstable: With the latest changes to the perl plugin, all parts
+    of collectd are suitable for a release.
+  * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
+  * Updated package description to mention the monitoring support.
   * Install liboping/oping.h to collectd-dev as well.
-
- -- Sebastian Harl <sh@tokkee.org>  Fri, 01 Feb 2008 21:03:44 +0100
+  * collectd.init.d: Optionally start collectdmon to monitor collectd. This
+    can be configured using the USE_COLLECTDMON variable - enabled by default.
+  * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
+    limit will be set to unlimited - disabled by default.
+  * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
+    lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
+    plugin (which would otherwise be unable to find symbols defined in libperl
+    when loading perl modules that require such symbols).
+  * Disable debugging support.
+  * watch file: Added uversionmangle for "beta" and "-rc".
+  * Override "spelling-error-in-description" for the mysql plugin name - all
+    plugins are spelled lowercase.
+
+ -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
 
 collectd (4.2.4-1) experimental; urgency=low