Code

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