Code

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