Code

97ca2b47a3111757845d92a6a7164b996f9e4272
[pkg-collectd.git] / debian / changelog
1 collectd (4.4.2-2) unstable; urgency=low
3   * Removed the work around for #474087 (broken openipmi .pc files) introduced
4     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
5     which includes fixed .pc files. This fixes an undefined symbol error when
6     loading the ipmi plugin caused by that work around (Closes: #494665).
7   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
8     fix a typo in the libstatgrab code of the memory plugin.
9   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
10     fix a possible memory leak.
11   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
12     possible memory leak in the snmp plugin.
13   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
14     fix a possible file descriptor leak in the memcached plugin.
15   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
16     fix the timeout passed to poll(2).
18  -- Sebastian Harl <sh@tokkee.org>  Wed, 17 Sep 2008 20:08:55 +0200
20 collectd (4.4.2-1) unstable; urgency=low
22   * New upstream release.
23   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
24     those package are no longer available since Etch.
25   * Removed byacc from the build-dependencies - collectd now requires bison.
26   * Removed libupsclient-config.sh - upstream now supports pkg-config for
27     libupsclient.
28   * Include collection3 in /usr/share/doc/collectd/examples/:
29     - Updated README.Debian to point the collection3's README.
30     - Added libconfig-general-perl to the suggested packages.
31   * README.Debian: Added a note about how to get collectd2html.pl working with
32     version 4 of collectd.
33   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
34     strcpy() which is poisoned in collectd.h.
35   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
36     plugin now links against the shared libupsclient.
37   * Do not compress any example files, so they may be used directly.
39  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
41 collectd (4.4.1-2) unstable; urgency=low
43   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
44     affected by #488701 (Closes: #489091).
45   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
46     (>= 2.6.25-4) build dependency - those versions are not affected by
47     #479899.
48   * Added build dependency on pkg-config - this is used by collectd's
49     configure script to check for a couple of libraries.
50   * Added libupsclient-config.sh to imitate libupsclient-config which is no
51     longer available. libupsclient-config.sh is a simple wrapper around
52     pkg-config. This is a workaround until upstream supports pkg-config for
53     libupsclient.
54   * Replaced nut-dev build dependency with libupsclient1-dev:
55     Reenabled the "nut" plugin on all architectures.
57  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
59 collectd (4.4.1-1) unstable; urgency=low
61   * New upstream release.
62     - Fixed another issue of the sensors plugin affecting some chip types
63       (Closes: #468143).
64     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
65     - Fixed a segfault when using libperl 5.10.
66     - collectd now ships libiptc itself.
67     New plugins:
68     - Ascent server statistics: ascent
69     - IPMI sensors information: ipmi
70     - PowerDNS name server statistics: powerdns
71     - incremental parsing of logfiles: tail
72     - TeamSpeak2 server statistics: teamspeak2
73     - detailed virtual memory statistics: vmem
74   * Disable "tcpconns" plugin by default (Closes: #478759).
75   * Reenabled iptables plugin on all architectures (Closes: #473435).
76     - Added the plugin to collectd.conf.
77     - Added /usr/share/doc/collectd/examples/iptables/.
78     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
79       required because of #479899.
80   * New debconf template translations:
81     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
82   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
83     inclusion of the ipmi plugin and manually specifying the dependencies.
84   * Updated standards-version to 3.8.0 (no changes).
86  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
88 collectd (4.3.2-1) unstable; urgency=low
90   * New upstream release.
91     - Fixed handling of ignored sensors instances (Closes: #468143).
92     - Fixed reading of wireless noise values (Closes: #471788).
93   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
94   * Clarified debconf template in respect to packages required for the data
95     migration (Closes: #469336).
96   * collectd.conf: Moved logging plugins to the top of the file.
97   * New debconf template translations:
98     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
99     - fr.po, thanks to Florent Usseil (Closes: #468813).
100     - pt.po, thanks to AmĂ©rico Monteiro (Closes: #469745, #472183).
101   * collectd.init.d: Consider the DISABLE option only when starting collectd.
102   * Disabled iptables plugin - libiptc is no longer available in Debian.
103     - Removed the plugin from collectd.conf.
104     - Removed /usr/share/doc/collectd/examples/iptables/.
106  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
108 collectd (4.3.0-2) unstable; urgency=low
110   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
111     (this is required by the sensors plugin).
112   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
113     i386 and powerpc (libvirt is only available on those architectures).
114   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
115     sure Xen is supported and to fix some strange FTBFS complaining about a
116     missing symbol "virDomainBlockStats".
118  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
120 collectd (4.3.0-1) unstable; urgency=low
122   * New upstream release.
123     - Added basic support for monitoring by introducing notifications and
124       threshold checking.
125     - Reverse lookups can be disabled using the "ReverseLookups" option of the
126       ntpd plugin (Closes: #455162).
127     New plugins:
128     - Set the hostname to an unique identifier: uuid
129     - CPU, dist, network statistics of guest systems: libvirt
130   * Upload to unstable: With the latest changes to the perl plugin, all parts
131     of collectd are suitable for a release.
132   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
133   * Updated package description to mention the monitoring support.
134   * Install liboping/oping.h to collectd-dev as well.
135   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
136     can be configured using the USE_COLLECTDMON variable - enabled by default.
137   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
138     limit will be set to unlimited - disabled by default.
139   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
140     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
141     plugin (which would otherwise be unable to find symbols defined in libperl
142     when loading perl modules that require such symbols).
143   * Disable debugging support.
144   * watch file: Added uversionmangle for "beta" and "-rc".
145   * Override "spelling-error-in-description" for the mysql plugin name - all
146     plugins are spelled lowercase.
148  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
150 collectd (4.2.4-1) experimental; urgency=low
152   * New upstream release.
153   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
154     with earlier versions because of #452262.
155   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
156     suggested packages.
157   * Added support for the "status" command to the init script.
158   * Updated standards-version to 3.7.3 (no changes).
159   * Added --without-libstatgrab to the configure options to prevent collectd
160     from being linked against this library if it's available.
161   * Disabled xmms plugin - xmms will be removed from unstable
162     (Closes: #459707).
164  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
166 collectd (4.2.1-1) experimental; urgency=low
168   * New upstream release.
169   * Changed XS-Vcs-* to Vcs-*.
170   * Marked advanced rrdtool configuration options as such in collectd.conf.
171   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
172     /usr/share/doc/collectd/examples/.
173   * Moved "Homepage" field from package description to the source stanza.
175  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
177 collectd (4.2.0-1) experimental; urgency=low
179   * New upstream release.
180     - Added options to collectd2html.pl to specify host and data directory
181       (Closes: #438499).
182     - Link against a thread-safe version of librrd.
183     New plugins:
184     - IPVS connection statistics: ipvs
185     - Statistic of the memcached distributed caching system: memcached
186     - Detailed Linux network interface and routing statistics: netlink (32bit
187       systems only)
188     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
189     - Values from SNMP enabled network devices: snmp
190     - Number of TCP connections to specific ports: tcpconns
191     - Bitrate and frequency of music played with XMMS: xmms
192   * Updated init script to wait for collectd to shut down (Closes: #422208).
193   * Merged all plugin packages into the collectd binary package.
194   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
195     dependencies.
196   * Added collectd.overrides to override shlib-with-non-pic-code errors of
197     plugins liked against static libraries which have not been linked with
198     -fPIC.
199   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
200     are included in the upstream sources now.
201   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
202     dependency.
204  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
206 collectd (4.0.7-1) experimental; urgency=low
208   * New upstream release.
209   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
210     caused by #358637 and presumably #419684 (Closes: #430933).
211   * Changed collectd-dbg's section to "utils".
212   * Added httpd-cgi to suggested packages.
213   * Added documentation of the provided examples to README.Debian, thanks to
214     Eduard Bloch for his proposal (Closes: #434182).
216  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
218 collectd (4.0.3-1) experimental; urgency=low
220   * New upstream release.
222  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
224 collectd (4.0.2-1) experimental; urgency=low
226   * New upstream release (Closes: #428114).
227     - Added large file support (Closes: #422212).
228     - Rewrite of the plugin system to allow more flexibility by using
229       different types of plugins.
230     - Added Nagios plugin to query collectd from Nagios.
231     New plugins:
232     - Output to "comma separated values" (CSV) files: csv
233     - Output to RRD files: rrdtool
234     - IO via the network: network
235     - External runtime interface: unixsock
236     - Embedding a Perl interpreter: perl
237     - Logging to files, STDOUT or STDERR: logfile
238     - Logging to syslog: syslog
239     - Amount of available entropy: entropy
240     - Execution of external programs: exec
241     - Iptables statistics: iptables (32bit systems only)
242     - IRQ counters: irq
243     - UPS information: nut (32bit systems only)
244   * New binary package collectd-perl (linking against libperl).
245     - Added collectd-perl to suggested packages.
246   * examples/myplugin.c: Converted to the new plugin interface.
247   * Enabled debugging.
248   * Added possibility to automatically migrate RRD files to collectd-4 using
249     migrate-3-4.px and extractDS.px provided by upstream.
250     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
251     - Using po-debconf to make translations of debconf templates possible.
252   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
253   * Updated init script to only start a single collectd process.
254   * Added examples/MyPlugin.pm.
255   * Added XS-Vcs-{Git,Browser} tags.
256   * Added check_plugins.pl to check the build result of all plugins.
257   * Do not build apple_sensors and tape plugins as they do not provide any
258     functionality any longer.
260  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
262 collectd (3.11.2-1) experimental; urgency=low
264   * New upstream release.
265   * Removed sensors-ignorelist.dpatch - has been merged upstream.
266   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
267   * Added watch file.
268   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
270  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
272 collectd (3.11.0-1) experimental; urgency=low
274   * New upstream release.
275     New plugins:
276     - DNS traffic (query types, response codes, opcodes and traffic): dns
277     - E-Mail statistics (count, traffic, spam scores and checks): email
278     - Motherboard monitor: mbmon
279     - Multimeter statistics: multimeter (beta version)
280   * Upload to experimental because of Etch freeze.
281   * New binary package collectd-dns (linking against libpcap).
282     - Added collectd-dns to suggested packages.
283   * Do not split off packages introducing new recommendations or suggestions.
284     - Merge collectd-hddtemp into collectd.
285     - Add hddtemp and mbmon to suggested packages.
286   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
287     when sensors plugin is not configured.
288   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
289     less than or equal to zero.
291  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
293 collectd (3.10.4-1) unstable; urgency=low
295   * New upstream release.
296     - Fix an infinite loop in server mode if binding to a socket fails and
297       close the socket descriptor (Closes: #404018).
298   * examples/myplugin.c: Include system headers before collectd headers to
299     make it compile without any autoconf defines set (Closes: #401075).
301  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
303 collectd (3.10.3-1) unstable; urgency=low
305   * New upstream release.
306   * Made package binNMUable:
307     - Upstream assures API backward compatibility only between patch releases.
308   * LSBized init script.
310  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
312 collectd (3.10.2-1) unstable; urgency=low
314   * New upstream release.
315     - Retry connecting to remote host and database in ping and mysql plugins
316       respectively (Closes: #393742).
317   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
318     linking against libssl.
320  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
322 collectd (3.10.1-4) unstable; urgency=low
324   * Changed collectd-dbg's section and priority to "devel" and "extra"
325     respectively.
326   * Set init start sequence code to 95 to be sure to start after any daemons
327     that data is collected from.
329  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
331 collectd (3.10.1-3) unstable; urgency=low
333   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
335  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
337 collectd (3.10.1-2) unstable; urgency=low
339   * Added collectd-dbg package.
341  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
343 collectd (3.10.1-1) unstable; urgency=low
345   * New upstream release.
346   * Dynamically link against external liboping.
347     - New binary package collectd-ping.
348     - Added collectd-ping to suggested packages.
349   * Moved config file from /usr/share/doc/collectd/examples/ to
350     /etc/collectd/.
352  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
354 collectd (3.10.0-1) unstable; urgency=low
356   * New upstream release.
357     New plugins:
358     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
359     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
360   * Upstream no longer provides a debian/ directory. Thus no repackaging is
361     required any longer.
362   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
363     no longer needed.
364   * Added collectd-hddtemp as a suggestion to the collectd package.
366  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
368 collectd (3.9.4+debian-1) unstable; urgency=low
370   * Initial release (Closes: #373008).
371   * Removed upstream's debian/ directory from .orig.tar.gz.
372   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
373     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
374     AMD64.
376  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200