Code

bb9fd175bec3692a612e2790f679728b1b3fb5c5
[pkg-collectd.git] / debian / changelog
1 collectd (4.8.1-1) unstable; urgency=medium
3   * New upstream release:
4     - Fixed a build issue with libiptc that caused a segfault in the iptables
5       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
6     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
7       thanks to Thomas Morgan for reporting this and Luke Heberling for
8       providing a patch (Closes: #535787).
9     New plugins:
10     - Parse JSON files: curl_json
11     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
12     - Atheros wireless LAN chipset statistics: madwifi
13     - Optimized Link State Routing daemon statistics: olsrd
14     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
15       libtokyotyrant is not available)
16     - Send collected values to a web-server: write_http
17     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
18       libkstat is not available)
19     New matches:
20     - Match zero COUNTER values: empty_counter
21   * Set urgency to medium because of the fix for #535786.
22   * debian/rules:
23     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
24     - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are
25       not available.
26   * debian/patches:
27     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
28     - Removed bts541953-curl-followlocation.dpatch - included upstream.
29     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
30     - Removed java-fix-jvm-start.dpatch - included upstream.
31     - Removed libvirt-reconnect.dpatch - included upstream.
32     - Removed network-fix-cacheflush.dpatch - included upstream.
33     - Removed plugin-fix-unregister.dpatch - included upstream.
34     - Added gmond-fix-compile-error.dpatch - upstream patch fixing a compile
35       error in the gmond plugin.
36   * debian/control:
37     - Build depend on libyajl-dev, which is required by the curl_json plugin.
38   * Added debian/README.source:
39     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
40   * New debconf template translations:
41     - ja.po, thanks to Hideki Yamane (Closes: #550968).
43  -- Sebastian Harl <tokkee@debian.org>  Thu, 15 Oct 2009 20:54:46 +0200
45 collectd (4.7.2-1) unstable; urgency=low
47   * New upstream release (Closes: #541887).
48     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
49       Shmakov for providing a patch (Closes: #482185).
50     New plugins:
51     - Connection tracking table size: conntrack
52     - Linux file-system based caching framework statistics: fscache
53     - Receive and interpret Ganglia multicast traffic: gmond
54     - Embedded Java Virtual Machine: java
55     - Query and parse data from a memcache daemon: memcachec
56     - Information about network protocols: protocols
57     - Parse table-like structured files: table
58     - Power consumption measurements from "The Energy Detective" (TED): ted
59     - System uptime: uptime
60   * debian/rules:
61     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
62     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
63       them in the environment - this is the recommended way.
64     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
65       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
66       archdir mapping used by the openjdk-6 Debian package is used to find
67       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
68     - Use -rpath to tell the "java" plugin where to find libjvm.so.
69     - Pass --enable-all-plugins to configure to make sure that the build fails
70       if any prerequisites are missing.
71   * debian/control:
72     - Build-depend on openjdk-6-jdk.
73     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
74     - Build-depend on libgcrypt11-dev, used by the network plugin.
75     - Updated Standards-Version to 3.8.3 (no changes).
76     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
77       this allows transitions to be handled thru binNMUs if possible.
78   * debian/collectd.install:
79     - Install collectd-java.5.
80   * debian/patches:
81     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
82     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
83       of the 'CacheFlush' config option of the "network" plugin.
84     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
85       plugin re-connect to libvirtd if connecting fails.
86     - Added plugin-fix-unregister.dpatch - upstream patch to make
87       'plugin_unregister_read()' functional again, thus fixing a failed
88       assertion in some cases.
89     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
90     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
91       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
92       reporting this (Closes: #541953).
93     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
94       the handling of the 'LocalSocket' config option of the "powerdns"
95       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
96       for providing a patch (references: #535787).
97     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
98       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
99       reporting this (Closes: #542859).
100   * debian/README.Debian:
101     - Removed the note about how to get collectd2html.pl working with
102       version 4 of collectd - the script now supports the --recursive option
103       which takes care of that.
104   * debian/collectd.overrides:
105     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
106       required by the "java" plugin.
107   * New debconf template translations:
108     - cs.po, thanks to Martin Sin (Closes: #534206).
109     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
110   * debian/control, debian/rules:
111     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
112       seems to be available on all architectures now.
113     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
114       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
115       adding that path to PKG_CONFIG_PATH. Removed the version from the
116       libopenipmi-dev build dependency for now.
117   * debian/collectd.conf:
118     - Set the "apache" plugin's URL according to the default used by Debian's
119       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
120   * debian/libcollectdclient-dev.install, debian/rules:
121     - Do not install libcollectdclient's .la file in favor of the Squeeze
122       release goal to remove those files (for details see
123       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
125  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
127 collectd (4.6.3-1) unstable; urgency=low
129   * New upstream release.
130   * debian/patches:
131     - Removed battery_acpi_complain.dpatch - included upstream.
132     - Removed include_empty_files.dpatch - included upstream.
133     - Removed ntpd_type_pun_fix.dpatch - included upstream.
134     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
135     - Added libcollectdclient_static_sstrerror.dpatch to make a private
136       function in libcollectdclient static.
137   * debian/rules:
138     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
140  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
142 collectd (4.6.2-3) unstable; urgency=low
144   * debian/patches:
145     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
147  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
149 collectd (4.6.2-2) unstable; urgency=low
151   * debian/patches:
152     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
153       error messages in the battery plugin in case /proc/acpi/battery is not
154       available.
155     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
156       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
157       for reporting this (Closes: #526667).
158     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
159       of empty configuration files, thanks to Alexander Wirt for reporting
160       this.
161     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
162       uninitialized value warning in the rrdtool plugin, thanks to Andreas
163       Moog for reporting this.
164   * debian/collectd.conf, debian/filters.conf:
165     - Added a sample filter chain configuration.
166   * debian/rules:
167     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
168     - Disabled "netlink" plugin on mips and mipsel - those architectures do
169       not allow to link non-PIC code into shared objects, thanks to Peter De
170       Schrijver for reporting this (Closes: #524593).
171   * debian/control:
172     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
173       libiptc which is available as shared library since iptables 1.4.3.
174       Depend on versions >= 1.4.3.2-2 because of #524766.
176  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
178 collectd (4.6.2-1) unstable; urgency=low
180   * New upstream release.
181     - Fixed the use of struct in6_addr (Closes: #521748).
182     - Added a filter infrastructure based on "matches" and "targets".
183     - Added support for vmem graphs to collection.cgi (Closes: #521993).
184     New plugins:
185     - bind9 name-server and zone statistics: bind
186     - Parse statistics from websites: curl
187     - Query data from a relational database: dbi
188     - OpenVPN traffic and compression statistics: openvpn
189     - Query data from an Oracle database: oracle (disabled in Debian,
190       libclntsh is not available)
191     - Write data via the RRD accelerator daemon: rrdcached (disabled in
192       Debian, rrdclient support is not yet available)
193     New matches:
194     - Match values by their identifier based on regular expressions: regex
195     - Match values with an invalid timestamp: timediff
196     - Select values by their data sources' values: value
197     New targets:
198     - Create and dispatch a notification: notification
199     - Replace parts of an identifier using regular expressions: replace
200     - Set (overwrite) entire parts of an identifier: set
201   * Uploading to unstable, since Lenny has been released.
202   * New debconf template translations:
203     - vi.po, thanks to Clytie Siddall (Closes: #515872).
204     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
205       (Closes: #520988).
206   * debian/patches:
207     - Removed perl-uninitialized-var.dpatch - included upstream.
208   * debian/control:
209     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
210       for the newly added client library.
211     - Added new binary package collectd-utils for optional utilities that pull
212       in additional dependencies. Currently, this only includes
213       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
214       because it overwrites /usr/bin/collectd-nagios.
215     - Added libdbi0-dev to the build dependencies - this is required by the
216       dbi plugin.
217     - Moved collectd-dbg from section "utils" to the newly added "debug".
218     - Updated Standards-Version to 3.8.1.
219   * debian/rules:
220     - Use dh_install and *.install files to specify which package some file
221       belongs to.
222   * debian/libcollectdclient0.symbols:
223     - Added symbols file for libcollectdclient.
224   * debian/collectd.overrides:
225     - Override "spelling-error-in-description" for the apache plugin name -
226       all plugins are spelled lowercase.
227   * debian/collectd.init.d:
228     - Start the daemon using start-stop-daemon's --oknodo option to exit
229       successfully if the daemon is already running as requested by section
230       9.3.2 of the Debian Policy 3.8.1.
231   * debian/copyright:
232     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
233       used by some files.
235  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
237 collectd (4.5.1-1) experimental; urgency=low
239   * New upstream release.
240     New plugins:
241     - Count the number of files in directories: filecount
242     - Send desktop notifications to a notification daemon: notify_desktop
243     - Send notification E-mails: notify_email
244     - One-wire sensors information: onewire (experimental, disabled in Debian)
245     - PostgreSQL database statistics: postgresql
246     - Linux ACPI thermal zone information: thermal (Closes: #492580)
247   * Uploading to experimental because of the Lenny freeze.
248   * debian/control:
249     - Added build dependency on libglib2.0-dev and libnotify-dev required by
250       the notify_desktop plugin.
251     - Added build dependency on libesmtp-dev required by the notify_email
252       plugin.
253     - Added build dependency on libpq-dev required by the postgresql plugin.
254     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
255       required when using debhelper.
256   * debian/rules:
257     - Disabled onewire plugin - owfs is not yet available in Debian.
258     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
259     - Set CONFIGFILE to /etc/collectd/collectd.conf.
260   * debian/patches:
261     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
262       uninitialized variable warning causing a FTBFS because of -Werror.
263     - Removed myplugin_strcpy.dpatch - applied upstream.
264     - Removed perl_deadlock.dpatch - included upstream.
265     - Removed memory_libstatgrab.dpatch - included upstream.
266     - Removed collectd_memleak.dpatch - included upstream.
267     - Removed snmp_memleak.dpatch - included upstream.
268     - Removed memcached_fdleak.dpatch - included upstream.
269     - Removed memcached_timeout.dpatch - included upstream.
270     - Removed pod-errors.dpatch - included upstream.
271   * debian/collectd.overrides:
272     - Override "spelling-error-in-description" for the postgresql plugin name
273       - all plugins are spelled lowercase.
274   * debian/collectd.init.d:
275     - Do not restart collectd if the configuration test fails.
277  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
279 collectd (4.4.2-3) unstable; urgency=low
281   * New debconf template translation:
282     - nl.po, thanks to Eric Spreen (Closes: #502204).
283     - sv.po, thanks to Martin Bagge (Closes: #504248).
284   * debian/patches:
285     - Added pod-errors.dpatch to fix some minor POD errors.
286   * debian/rules:
287     - Remove generated manpages in the clean target to avoid cluttering the
288       source diff with the rebuilt manpages.
289   * debian/collectd.conf:
290     - Fixed a wrong type used in the "tail" plugin example.
292  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
294 collectd (4.4.2-2) unstable; urgency=low
296   * Removed the work around for #474087 (broken openipmi .pc files) introduced
297     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
298     which includes fixed .pc files. This fixes an undefined symbol error when
299     loading the ipmi plugin caused by that work around (Closes: #494665).
300   * debian/collectd.init.d:
301     - The "status" command now exits with 1 if collectd is not running.
302     - Do not suppress output when checking the configuration with the -t
303       command line option. This will also show errors that don't cause
304       collectd to abort, e.g. failure to load plugins (Closes: #499232).
305   * debian/control:
306     - Added librrd-dev as the preferred option to the librrd2-dev build
307       dependency - the latter one is a virtual package since rrdtool 1.3.
308   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
309     possible deadlock in the perl plugin (Closes: #499179).
310   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
311     fix a typo in the libstatgrab code of the memory plugin.
312   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
313     fix a possible memory leak.
314   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
315     possible memory leak in the snmp plugin.
316   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
317     fix a possible file descriptor leak in the memcached plugin.
318   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
319     fix the timeout passed to poll(2).
321  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
323 collectd (4.4.2-1) unstable; urgency=low
325   * New upstream release.
326   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
327     those package are no longer available since Etch.
328   * Removed byacc from the build-dependencies - collectd now requires bison.
329   * Removed libupsclient-config.sh - upstream now supports pkg-config for
330     libupsclient.
331   * Include collection3 in /usr/share/doc/collectd/examples/:
332     - Updated README.Debian to point the collection3's README.
333     - Added libconfig-general-perl to the suggested packages.
334   * README.Debian: Added a note about how to get collectd2html.pl working with
335     version 4 of collectd.
336   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
337     strcpy() which is poisoned in collectd.h.
338   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
339     plugin now links against the shared libupsclient.
340   * Do not compress any example files, so they may be used directly.
342  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
344 collectd (4.4.1-2) unstable; urgency=low
346   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
347     affected by #488701 (Closes: #489091).
348   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
349     (>= 2.6.25-4) build dependency - those versions are not affected by
350     #479899.
351   * Added build dependency on pkg-config - this is used by collectd's
352     configure script to check for a couple of libraries.
353   * Added libupsclient-config.sh to imitate libupsclient-config which is no
354     longer available. libupsclient-config.sh is a simple wrapper around
355     pkg-config. This is a workaround until upstream supports pkg-config for
356     libupsclient.
357   * Replaced nut-dev build dependency with libupsclient1-dev:
358     Reenabled the "nut" plugin on all architectures.
360  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
362 collectd (4.4.1-1) unstable; urgency=low
364   * New upstream release.
365     - Fixed another issue of the sensors plugin affecting some chip types
366       (Closes: #468143).
367     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
368     - Fixed a segfault when using libperl 5.10.
369     - collectd now ships libiptc itself.
370     New plugins:
371     - Ascent server statistics: ascent
372     - IPMI sensors information: ipmi
373     - PowerDNS name server statistics: powerdns
374     - incremental parsing of logfiles: tail
375     - TeamSpeak2 server statistics: teamspeak2
376     - detailed virtual memory statistics: vmem
377   * Disable "tcpconns" plugin by default (Closes: #478759).
378   * Reenabled iptables plugin on all architectures (Closes: #473435).
379     - Added the plugin to collectd.conf.
380     - Added /usr/share/doc/collectd/examples/iptables/.
381     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
382       required because of #479899.
383   * New debconf template translations:
384     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
385   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
386     inclusion of the ipmi plugin and manually specifying the dependencies.
387   * Updated standards-version to 3.8.0 (no changes).
389  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
391 collectd (4.3.2-1) unstable; urgency=low
393   * New upstream release.
394     - Fixed handling of ignored sensors instances (Closes: #468143).
395     - Fixed reading of wireless noise values (Closes: #471788).
396   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
397   * Clarified debconf template in respect to packages required for the data
398     migration (Closes: #469336).
399   * collectd.conf: Moved logging plugins to the top of the file.
400   * New debconf template translations:
401     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
402     - fr.po, thanks to Florent Usseil (Closes: #468813).
403     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
404   * collectd.init.d: Consider the DISABLE option only when starting collectd.
405   * Disabled iptables plugin - libiptc is no longer available in Debian.
406     - Removed the plugin from collectd.conf.
407     - Removed /usr/share/doc/collectd/examples/iptables/.
409  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
411 collectd (4.3.0-2) unstable; urgency=low
413   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
414     (this is required by the sensors plugin).
415   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
416     i386 and powerpc (libvirt is only available on those architectures).
417   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
418     sure Xen is supported and to fix some strange FTBFS complaining about a
419     missing symbol "virDomainBlockStats".
421  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
423 collectd (4.3.0-1) unstable; urgency=low
425   * New upstream release.
426     - Added basic support for monitoring by introducing notifications and
427       threshold checking.
428     - Reverse lookups can be disabled using the "ReverseLookups" option of the
429       ntpd plugin (Closes: #455162).
430     New plugins:
431     - Set the hostname to an unique identifier: uuid
432     - CPU, dist, network statistics of guest systems: libvirt
433   * Upload to unstable: With the latest changes to the perl plugin, all parts
434     of collectd are suitable for a release.
435   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
436   * Updated package description to mention the monitoring support.
437   * Install liboping/oping.h to collectd-dev as well.
438   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
439     can be configured using the USE_COLLECTDMON variable - enabled by default.
440   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
441     limit will be set to unlimited - disabled by default.
442   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
443     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
444     plugin (which would otherwise be unable to find symbols defined in libperl
445     when loading perl modules that require such symbols).
446   * Disable debugging support.
447   * watch file: Added uversionmangle for "beta" and "-rc".
448   * Override "spelling-error-in-description" for the mysql plugin name - all
449     plugins are spelled lowercase.
451  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
453 collectd (4.2.4-1) experimental; urgency=low
455   * New upstream release.
456   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
457     with earlier versions because of #452262.
458   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
459     suggested packages.
460   * Added support for the "status" command to the init script.
461   * Updated standards-version to 3.7.3 (no changes).
462   * Added --without-libstatgrab to the configure options to prevent collectd
463     from being linked against this library if it's available.
464   * Disabled xmms plugin - xmms will be removed from unstable
465     (Closes: #459707).
467  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
469 collectd (4.2.1-1) experimental; urgency=low
471   * New upstream release.
472   * Changed XS-Vcs-* to Vcs-*.
473   * Marked advanced rrdtool configuration options as such in collectd.conf.
474   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
475     /usr/share/doc/collectd/examples/.
476   * Moved "Homepage" field from package description to the source stanza.
478  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
480 collectd (4.2.0-1) experimental; urgency=low
482   * New upstream release.
483     - Added options to collectd2html.pl to specify host and data directory
484       (Closes: #438499).
485     - Link against a thread-safe version of librrd.
486     New plugins:
487     - IPVS connection statistics: ipvs
488     - Statistic of the memcached distributed caching system: memcached
489     - Detailed Linux network interface and routing statistics: netlink (32bit
490       systems only)
491     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
492     - Values from SNMP enabled network devices: snmp
493     - Number of TCP connections to specific ports: tcpconns
494     - Bitrate and frequency of music played with XMMS: xmms
495   * Updated init script to wait for collectd to shut down (Closes: #422208).
496   * Merged all plugin packages into the collectd binary package.
497   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
498     dependencies.
499   * Added collectd.overrides to override shlib-with-non-pic-code errors of
500     plugins liked against static libraries which have not been linked with
501     -fPIC.
502   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
503     are included in the upstream sources now.
504   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
505     dependency.
507  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
509 collectd (4.0.7-1) experimental; urgency=low
511   * New upstream release.
512   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
513     caused by #358637 and presumably #419684 (Closes: #430933).
514   * Changed collectd-dbg's section to "utils".
515   * Added httpd-cgi to suggested packages.
516   * Added documentation of the provided examples to README.Debian, thanks to
517     Eduard Bloch for his proposal (Closes: #434182).
519  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
521 collectd (4.0.3-1) experimental; urgency=low
523   * New upstream release.
525  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
527 collectd (4.0.2-1) experimental; urgency=low
529   * New upstream release (Closes: #428114).
530     - Added large file support (Closes: #422212).
531     - Rewrite of the plugin system to allow more flexibility by using
532       different types of plugins.
533     - Added Nagios plugin to query collectd from Nagios.
534     New plugins:
535     - Output to "comma separated values" (CSV) files: csv
536     - Output to RRD files: rrdtool
537     - IO via the network: network
538     - External runtime interface: unixsock
539     - Embedding a Perl interpreter: perl
540     - Logging to files, STDOUT or STDERR: logfile
541     - Logging to syslog: syslog
542     - Amount of available entropy: entropy
543     - Execution of external programs: exec
544     - Iptables statistics: iptables (32bit systems only)
545     - IRQ counters: irq
546     - UPS information: nut (32bit systems only)
547   * New binary package collectd-perl (linking against libperl).
548     - Added collectd-perl to suggested packages.
549   * examples/myplugin.c: Converted to the new plugin interface.
550   * Enabled debugging.
551   * Added possibility to automatically migrate RRD files to collectd-4 using
552     migrate-3-4.px and extractDS.px provided by upstream.
553     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
554     - Using po-debconf to make translations of debconf templates possible.
555   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
556   * Updated init script to only start a single collectd process.
557   * Added examples/MyPlugin.pm.
558   * Added XS-Vcs-{Git,Browser} tags.
559   * Added check_plugins.pl to check the build result of all plugins.
560   * Do not build apple_sensors and tape plugins as they do not provide any
561     functionality any longer.
563  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
565 collectd (3.11.2-1) experimental; urgency=low
567   * New upstream release.
568   * Removed sensors-ignorelist.dpatch - has been merged upstream.
569   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
570   * Added watch file.
571   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
573  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
575 collectd (3.11.0-1) experimental; urgency=low
577   * New upstream release.
578     New plugins:
579     - DNS traffic (query types, response codes, opcodes and traffic): dns
580     - E-Mail statistics (count, traffic, spam scores and checks): email
581     - Motherboard monitor: mbmon
582     - Multimeter statistics: multimeter (beta version)
583   * Upload to experimental because of Etch freeze.
584   * New binary package collectd-dns (linking against libpcap).
585     - Added collectd-dns to suggested packages.
586   * Do not split off packages introducing new recommendations or suggestions.
587     - Merge collectd-hddtemp into collectd.
588     - Add hddtemp and mbmon to suggested packages.
589   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
590     when sensors plugin is not configured.
591   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
592     less than or equal to zero.
594  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
596 collectd (3.10.4-1) unstable; urgency=low
598   * New upstream release.
599     - Fix an infinite loop in server mode if binding to a socket fails and
600       close the socket descriptor (Closes: #404018).
601   * examples/myplugin.c: Include system headers before collectd headers to
602     make it compile without any autoconf defines set (Closes: #401075).
604  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
606 collectd (3.10.3-1) unstable; urgency=low
608   * New upstream release.
609   * Made package binNMUable:
610     - Upstream assures API backward compatibility only between patch releases.
611   * LSBized init script.
613  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
615 collectd (3.10.2-1) unstable; urgency=low
617   * New upstream release.
618     - Retry connecting to remote host and database in ping and mysql plugins
619       respectively (Closes: #393742).
620   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
621     linking against libssl.
623  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
625 collectd (3.10.1-4) unstable; urgency=low
627   * Changed collectd-dbg's section and priority to "devel" and "extra"
628     respectively.
629   * Set init start sequence code to 95 to be sure to start after any daemons
630     that data is collected from.
632  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
634 collectd (3.10.1-3) unstable; urgency=low
636   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
638  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
640 collectd (3.10.1-2) unstable; urgency=low
642   * Added collectd-dbg package.
644  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
646 collectd (3.10.1-1) unstable; urgency=low
648   * New upstream release.
649   * Dynamically link against external liboping.
650     - New binary package collectd-ping.
651     - Added collectd-ping to suggested packages.
652   * Moved config file from /usr/share/doc/collectd/examples/ to
653     /etc/collectd/.
655  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
657 collectd (3.10.0-1) unstable; urgency=low
659   * New upstream release.
660     New plugins:
661     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
662     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
663   * Upstream no longer provides a debian/ directory. Thus no repackaging is
664     required any longer.
665   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
666     no longer needed.
667   * Added collectd-hddtemp as a suggestion to the collectd package.
669  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
671 collectd (3.9.4+debian-1) unstable; urgency=low
673   * Initial release (Closes: #373008).
674   * Removed upstream's debian/ directory from .orig.tar.gz.
675   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
676     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
677     AMD64.
679  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200