Code

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