Code

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