Code

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