Code

changelog: Updated to 4.7.0-1.
[pkg-collectd.git] / debian / changelog
1 collectd (4.7.0-1) unstable; urgency=low
3   * New upstream release.
4     New plugins:
5     - Connection tracking table size: conntrack
6     - Linux file-system based caching framework statistics: fscache
7     - Receive and interpret Ganglia multicast traffic: gmond
8     - Embedded Java Virtual Machine: java
9     - Query and parse data from a memcache daemon: memcachec
10     - Information about network protocols: protocols
11     - Parse table-like structured files: table
12     - Power consumption measurements from "The Energy Detective" (TED): ted
13     - System uptime: uptime
15  -- Sebastian Harl <sh@tokkee.org>  Sun, 10 May 2009 13:12:16 +0200
17 collectd (4.6.2-2) unstable; urgency=low
19   * debian/patches:
20     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
21       error messages in the battery plugin in case /proc/acpi/battery is not
22       available.
23     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
24       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
25       for reporting this (Closes: #526667).
26   * debian/collectd.conf, debian/filters.conf:
27     - Added a sample filter chain configuration.
28   * debian/rules:
29     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
30     - Disabled "netlink" plugin on mips and mipsel - those architectures do
31       not allow to link non-PIC code into shared objects, thanks to Peter De
32       Schrijver for reporting this (Closes: #524593).
33   * debian/control:
34     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
35       libiptc which is available as shared library since iptables 1.4.3.
36       Depend on versions >= 1.4.3.2-2 because of #524766.
38  -- Sebastian Harl <sh@tokkee.org>  Tue, 05 May 2009 22:59:33 +0200
40 collectd (4.6.2-1) unstable; urgency=low
42   * New upstream release.
43     - Fixed the use of struct in6_addr (Closes: #521748).
44     - Added a filter infrastructure based on "matches" and "targets".
45     - Added support for vmem graphs to collection.cgi (Closes: #521993).
46     New plugins:
47     - bind9 name-server and zone statistics: bind
48     - Parse statistics from websites: curl
49     - Query data from a relational database: dbi
50     - OpenVPN traffic and compression statistics: openvpn
51     - Query data from an Oracle database: oracle (disabled in Debian,
52       libclntsh is not available)
53     - Write data via the RRD accelerator daemon: rrdcached (disabled in
54       Debian, rrdclient support is not yet available)
55     New matches:
56     - Match values by their identifier based on regular expressions: regex
57     - Match values with an invalid timestamp: timediff
58     - Select values by their data sources' values: value
59     New targets:
60     - Create and dispatch a notification: notification
61     - Replace parts of an identifier using regular expressions: replace
62     - Set (overwrite) entire parts of an identifier: set
63   * Uploading to unstable, since Lenny has been released.
64   * New debconf template translations:
65     - vi.po, thanks to Clytie Siddall (Closes: #515872).
66     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
67       (Closes: #520988).
68   * debian/patches:
69     - Removed perl-uninitialized-var.dpatch - included upstream.
70   * debian/control:
71     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
72       for the newly added client library.
73     - Added new binary package collectd-utils for optional utilities that pull
74       in additional dependencies. Currently, this only includes
75       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
76       because it overwrites /usr/bin/collectd-nagios.
77     - Added libdbi0-dev to the build dependencies - this is required by the
78       dbi plugin.
79     - Moved collectd-dbg from section "utils" to the newly added "debug".
80     - Updated Standards-Version to 3.8.1.
81   * debian/rules:
82     - Use dh_install and *.install files to specify which package some file
83       belongs to.
84   * debian/libcollectdclient0.symbols:
85     - Added symbols file for libcollectdclient.
86   * debian/collectd.overrides:
87     - Override "spelling-error-in-description" for the apache plugin name -
88       all plugins are spelled lowercase.
89   * debian/collectd.init.d:
90     - Start the daemon using start-stop-daemon's --oknodo option to exit
91       successfully if the daemon is already running as requested by section
92       9.3.2 of the Debian Policy 3.8.1.
93   * debian/copyright:
94     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
95       used by some files.
97  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
99 collectd (4.5.1-1) experimental; urgency=low
101   * New upstream release.
102     New plugins:
103     - Count the number of files in directories: filecount
104     - Send desktop notifications to a notification daemon: notify_desktop
105     - Send notification E-mails: notify_email
106     - One-wire sensors information: onewire (experimental, disabled in Debian)
107     - PostgreSQL database statistics: postgresql
108     - Linux ACPI thermal zone information: thermal (Closes: #492580)
109   * Uploading to experimental because of the Lenny freeze.
110   * debian/control:
111     - Added build dependency on libglib2.0-dev and libnotify-dev required by
112       the notify_desktop plugin.
113     - Added build dependency on libesmtp-dev required by the notify_email
114       plugin.
115     - Added build dependency on libpq-dev required by the postgresql plugin.
116     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
117       required when using debhelper.
118   * debian/rules:
119     - Disabled onewire plugin - owfs is not yet available in Debian.
120     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
121     - Set CONFIGFILE to /etc/collectd/collectd.conf.
122   * debian/patches:
123     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
124       uninitialized variable warning causing a FTBFS because of -Werror.
125     - Removed myplugin_strcpy.dpatch - applied upstream.
126     - Removed perl_deadlock.dpatch - included upstream.
127     - Removed memory_libstatgrab.dpatch - included upstream.
128     - Removed collectd_memleak.dpatch - included upstream.
129     - Removed snmp_memleak.dpatch - included upstream.
130     - Removed memcached_fdleak.dpatch - included upstream.
131     - Removed memcached_timeout.dpatch - included upstream.
132     - Removed pod-errors.dpatch - included upstream.
133   * debian/collectd.overrides:
134     - Override "spelling-error-in-description" for the postgresql plugin name
135       - all plugins are spelled lowercase.
136   * debian/collectd.init.d:
137     - Do not restart collectd if the configuration test fails.
139  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
141 collectd (4.4.2-3) unstable; urgency=low
143   * New debconf template translation:
144     - nl.po, thanks to Eric Spreen (Closes: #502204).
145     - sv.po, thanks to Martin Bagge (Closes: #504248).
146   * debian/patches:
147     - Added pod-errors.dpatch to fix some minor POD errors.
148   * debian/rules:
149     - Remove generated manpages in the clean target to avoid cluttering the
150       source diff with the rebuilt manpages.
151   * debian/collectd.conf:
152     - Fixed a wrong type used in the "tail" plugin example.
154  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
156 collectd (4.4.2-2) unstable; urgency=low
158   * Removed the work around for #474087 (broken openipmi .pc files) introduced
159     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
160     which includes fixed .pc files. This fixes an undefined symbol error when
161     loading the ipmi plugin caused by that work around (Closes: #494665).
162   * debian/collectd.init.d:
163     - The "status" command now exits with 1 if collectd is not running.
164     - Do not suppress output when checking the configuration with the -t
165       command line option. This will also show errors that don't cause
166       collectd to abort, e.g. failure to load plugins (Closes: #499232).
167   * debian/control:
168     - Added librrd-dev as the preferred option to the librrd2-dev build
169       dependency - the latter one is a virtual package since rrdtool 1.3.
170   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
171     possible deadlock in the perl plugin (Closes: #499179).
172   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
173     fix a typo in the libstatgrab code of the memory plugin.
174   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
175     fix a possible memory leak.
176   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
177     possible memory leak in the snmp plugin.
178   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
179     fix a possible file descriptor leak in the memcached plugin.
180   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
181     fix the timeout passed to poll(2).
183  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
185 collectd (4.4.2-1) unstable; urgency=low
187   * New upstream release.
188   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
189     those package are no longer available since Etch.
190   * Removed byacc from the build-dependencies - collectd now requires bison.
191   * Removed libupsclient-config.sh - upstream now supports pkg-config for
192     libupsclient.
193   * Include collection3 in /usr/share/doc/collectd/examples/:
194     - Updated README.Debian to point the collection3's README.
195     - Added libconfig-general-perl to the suggested packages.
196   * README.Debian: Added a note about how to get collectd2html.pl working with
197     version 4 of collectd.
198   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
199     strcpy() which is poisoned in collectd.h.
200   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
201     plugin now links against the shared libupsclient.
202   * Do not compress any example files, so they may be used directly.
204  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
206 collectd (4.4.1-2) unstable; urgency=low
208   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
209     affected by #488701 (Closes: #489091).
210   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
211     (>= 2.6.25-4) build dependency - those versions are not affected by
212     #479899.
213   * Added build dependency on pkg-config - this is used by collectd's
214     configure script to check for a couple of libraries.
215   * Added libupsclient-config.sh to imitate libupsclient-config which is no
216     longer available. libupsclient-config.sh is a simple wrapper around
217     pkg-config. This is a workaround until upstream supports pkg-config for
218     libupsclient.
219   * Replaced nut-dev build dependency with libupsclient1-dev:
220     Reenabled the "nut" plugin on all architectures.
222  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
224 collectd (4.4.1-1) unstable; urgency=low
226   * New upstream release.
227     - Fixed another issue of the sensors plugin affecting some chip types
228       (Closes: #468143).
229     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
230     - Fixed a segfault when using libperl 5.10.
231     - collectd now ships libiptc itself.
232     New plugins:
233     - Ascent server statistics: ascent
234     - IPMI sensors information: ipmi
235     - PowerDNS name server statistics: powerdns
236     - incremental parsing of logfiles: tail
237     - TeamSpeak2 server statistics: teamspeak2
238     - detailed virtual memory statistics: vmem
239   * Disable "tcpconns" plugin by default (Closes: #478759).
240   * Reenabled iptables plugin on all architectures (Closes: #473435).
241     - Added the plugin to collectd.conf.
242     - Added /usr/share/doc/collectd/examples/iptables/.
243     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
244       required because of #479899.
245   * New debconf template translations:
246     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
247   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
248     inclusion of the ipmi plugin and manually specifying the dependencies.
249   * Updated standards-version to 3.8.0 (no changes).
251  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
253 collectd (4.3.2-1) unstable; urgency=low
255   * New upstream release.
256     - Fixed handling of ignored sensors instances (Closes: #468143).
257     - Fixed reading of wireless noise values (Closes: #471788).
258   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
259   * Clarified debconf template in respect to packages required for the data
260     migration (Closes: #469336).
261   * collectd.conf: Moved logging plugins to the top of the file.
262   * New debconf template translations:
263     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
264     - fr.po, thanks to Florent Usseil (Closes: #468813).
265     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
266   * collectd.init.d: Consider the DISABLE option only when starting collectd.
267   * Disabled iptables plugin - libiptc is no longer available in Debian.
268     - Removed the plugin from collectd.conf.
269     - Removed /usr/share/doc/collectd/examples/iptables/.
271  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
273 collectd (4.3.0-2) unstable; urgency=low
275   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
276     (this is required by the sensors plugin).
277   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
278     i386 and powerpc (libvirt is only available on those architectures).
279   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
280     sure Xen is supported and to fix some strange FTBFS complaining about a
281     missing symbol "virDomainBlockStats".
283  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
285 collectd (4.3.0-1) unstable; urgency=low
287   * New upstream release.
288     - Added basic support for monitoring by introducing notifications and
289       threshold checking.
290     - Reverse lookups can be disabled using the "ReverseLookups" option of the
291       ntpd plugin (Closes: #455162).
292     New plugins:
293     - Set the hostname to an unique identifier: uuid
294     - CPU, dist, network statistics of guest systems: libvirt
295   * Upload to unstable: With the latest changes to the perl plugin, all parts
296     of collectd are suitable for a release.
297   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
298   * Updated package description to mention the monitoring support.
299   * Install liboping/oping.h to collectd-dev as well.
300   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
301     can be configured using the USE_COLLECTDMON variable - enabled by default.
302   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
303     limit will be set to unlimited - disabled by default.
304   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
305     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
306     plugin (which would otherwise be unable to find symbols defined in libperl
307     when loading perl modules that require such symbols).
308   * Disable debugging support.
309   * watch file: Added uversionmangle for "beta" and "-rc".
310   * Override "spelling-error-in-description" for the mysql plugin name - all
311     plugins are spelled lowercase.
313  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
315 collectd (4.2.4-1) experimental; urgency=low
317   * New upstream release.
318   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
319     with earlier versions because of #452262.
320   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
321     suggested packages.
322   * Added support for the "status" command to the init script.
323   * Updated standards-version to 3.7.3 (no changes).
324   * Added --without-libstatgrab to the configure options to prevent collectd
325     from being linked against this library if it's available.
326   * Disabled xmms plugin - xmms will be removed from unstable
327     (Closes: #459707).
329  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
331 collectd (4.2.1-1) experimental; urgency=low
333   * New upstream release.
334   * Changed XS-Vcs-* to Vcs-*.
335   * Marked advanced rrdtool configuration options as such in collectd.conf.
336   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
337     /usr/share/doc/collectd/examples/.
338   * Moved "Homepage" field from package description to the source stanza.
340  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
342 collectd (4.2.0-1) experimental; urgency=low
344   * New upstream release.
345     - Added options to collectd2html.pl to specify host and data directory
346       (Closes: #438499).
347     - Link against a thread-safe version of librrd.
348     New plugins:
349     - IPVS connection statistics: ipvs
350     - Statistic of the memcached distributed caching system: memcached
351     - Detailed Linux network interface and routing statistics: netlink (32bit
352       systems only)
353     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
354     - Values from SNMP enabled network devices: snmp
355     - Number of TCP connections to specific ports: tcpconns
356     - Bitrate and frequency of music played with XMMS: xmms
357   * Updated init script to wait for collectd to shut down (Closes: #422208).
358   * Merged all plugin packages into the collectd binary package.
359   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
360     dependencies.
361   * Added collectd.overrides to override shlib-with-non-pic-code errors of
362     plugins liked against static libraries which have not been linked with
363     -fPIC.
364   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
365     are included in the upstream sources now.
366   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
367     dependency.
369  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
371 collectd (4.0.7-1) experimental; urgency=low
373   * New upstream release.
374   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
375     caused by #358637 and presumably #419684 (Closes: #430933).
376   * Changed collectd-dbg's section to "utils".
377   * Added httpd-cgi to suggested packages.
378   * Added documentation of the provided examples to README.Debian, thanks to
379     Eduard Bloch for his proposal (Closes: #434182).
381  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
383 collectd (4.0.3-1) experimental; urgency=low
385   * New upstream release.
387  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
389 collectd (4.0.2-1) experimental; urgency=low
391   * New upstream release (Closes: #428114).
392     - Added large file support (Closes: #422212).
393     - Rewrite of the plugin system to allow more flexibility by using
394       different types of plugins.
395     - Added Nagios plugin to query collectd from Nagios.
396     New plugins:
397     - Output to "comma separated values" (CSV) files: csv
398     - Output to RRD files: rrdtool
399     - IO via the network: network
400     - External runtime interface: unixsock
401     - Embedding a Perl interpreter: perl
402     - Logging to files, STDOUT or STDERR: logfile
403     - Logging to syslog: syslog
404     - Amount of available entropy: entropy
405     - Execution of external programs: exec
406     - Iptables statistics: iptables (32bit systems only)
407     - IRQ counters: irq
408     - UPS information: nut (32bit systems only)
409   * New binary package collectd-perl (linking against libperl).
410     - Added collectd-perl to suggested packages.
411   * examples/myplugin.c: Converted to the new plugin interface.
412   * Enabled debugging.
413   * Added possibility to automatically migrate RRD files to collectd-4 using
414     migrate-3-4.px and extractDS.px provided by upstream.
415     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
416     - Using po-debconf to make translations of debconf templates possible.
417   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
418   * Updated init script to only start a single collectd process.
419   * Added examples/MyPlugin.pm.
420   * Added XS-Vcs-{Git,Browser} tags.
421   * Added check_plugins.pl to check the build result of all plugins.
422   * Do not build apple_sensors and tape plugins as they do not provide any
423     functionality any longer.
425  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
427 collectd (3.11.2-1) experimental; urgency=low
429   * New upstream release.
430   * Removed sensors-ignorelist.dpatch - has been merged upstream.
431   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
432   * Added watch file.
433   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
435  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
437 collectd (3.11.0-1) experimental; urgency=low
439   * New upstream release.
440     New plugins:
441     - DNS traffic (query types, response codes, opcodes and traffic): dns
442     - E-Mail statistics (count, traffic, spam scores and checks): email
443     - Motherboard monitor: mbmon
444     - Multimeter statistics: multimeter (beta version)
445   * Upload to experimental because of Etch freeze.
446   * New binary package collectd-dns (linking against libpcap).
447     - Added collectd-dns to suggested packages.
448   * Do not split off packages introducing new recommendations or suggestions.
449     - Merge collectd-hddtemp into collectd.
450     - Add hddtemp and mbmon to suggested packages.
451   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
452     when sensors plugin is not configured.
453   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
454     less than or equal to zero.
456  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
458 collectd (3.10.4-1) unstable; urgency=low
460   * New upstream release.
461     - Fix an infinite loop in server mode if binding to a socket fails and
462       close the socket descriptor (Closes: #404018).
463   * examples/myplugin.c: Include system headers before collectd headers to
464     make it compile without any autoconf defines set (Closes: #401075).
466  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
468 collectd (3.10.3-1) unstable; urgency=low
470   * New upstream release.
471   * Made package binNMUable:
472     - Upstream assures API backward compatibility only between patch releases.
473   * LSBized init script.
475  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
477 collectd (3.10.2-1) unstable; urgency=low
479   * New upstream release.
480     - Retry connecting to remote host and database in ping and mysql plugins
481       respectively (Closes: #393742).
482   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
483     linking against libssl.
485  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
487 collectd (3.10.1-4) unstable; urgency=low
489   * Changed collectd-dbg's section and priority to "devel" and "extra"
490     respectively.
491   * Set init start sequence code to 95 to be sure to start after any daemons
492     that data is collected from.
494  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
496 collectd (3.10.1-3) unstable; urgency=low
498   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
500  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
502 collectd (3.10.1-2) unstable; urgency=low
504   * Added collectd-dbg package.
506  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
508 collectd (3.10.1-1) unstable; urgency=low
510   * New upstream release.
511   * Dynamically link against external liboping.
512     - New binary package collectd-ping.
513     - Added collectd-ping to suggested packages.
514   * Moved config file from /usr/share/doc/collectd/examples/ to
515     /etc/collectd/.
517  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
519 collectd (3.10.0-1) unstable; urgency=low
521   * New upstream release.
522     New plugins:
523     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
524     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
525   * Upstream no longer provides a debian/ directory. Thus no repackaging is
526     required any longer.
527   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
528     no longer needed.
529   * Added collectd-hddtemp as a suggestion to the collectd package.
531  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
533 collectd (3.9.4+debian-1) unstable; urgency=low
535   * Initial release (Closes: #373008).
536   * Removed upstream's debian/ directory from .orig.tar.gz.
537   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
538     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
539     AMD64.
541  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200