Code

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