Code

566900bb42b2b2eda58b4ac0d92358fc0421afeb
[pkg-collectd.git] / debian / changelog
1 collectd (4.3.1-1) unstable; urgency=low
3   * New upstream release.
5  -- Sebastian Harl <sh@tokkee.org>  Wed, 12 Mar 2008 10:39:41 +0100
7 collectd (4.3.0-2) unstable; urgency=low
9   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
10     (this is required by the sensors plugin).
11   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
12     i386 and powerpc (libvirt is only available on those architectures).
13   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
14     sure Xen is supported and to fix some strange FTBFS complaining about a
15     missing symbol "virDomainBlockStats".
17  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
19 collectd (4.3.0-1) unstable; urgency=low
21   * New upstream release.
22     - Added basic support for monitoring by introducing notifications and
23       threshold checking.
24     - Reverse lookups can be disabled using the "ReverseLookups" option of the
25       ntpd plugin (Closes: #455162).
26     New plugins:
27     - Set the hostname to an unique identifier: uuid
28     - CPU, dist, network statistics of guest systems: libvirt
29   * Upload to unstable: With the latest changes to the perl plugin, all parts
30     of collectd are suitable for a release.
31   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
32   * Updated package description to mention the monitoring support.
33   * Install liboping/oping.h to collectd-dev as well.
34   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
35     can be configured using the USE_COLLECTDMON variable - enabled by default.
36   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
37     limit will be set to unlimited - disabled by default.
38   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
39     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
40     plugin (which would otherwise be unable to find symbols defined in libperl
41     when loading perl modules that require such symbols).
42   * Disable debugging support.
43   * watch file: Added uversionmangle for "beta" and "-rc".
44   * Override "spelling-error-in-description" for the mysql plugin name - all
45     plugins are spelled lowercase.
47  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
49 collectd (4.2.4-1) experimental; urgency=low
51   * New upstream release.
52   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
53     with earlier versions because of #452262.
54   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
55     suggested packages.
56   * Added support for the "status" command to the init script.
57   * Updated standards-version to 3.7.3 (no changes).
58   * Added --without-libstatgrab to the configure options to prevent collectd
59     from being linked against this library if it's available.
60   * Disabled xmms plugin - xmms will be removed from unstable
61     (Closes: #459707).
63  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
65 collectd (4.2.1-1) experimental; urgency=low
67   * New upstream release.
68   * Changed XS-Vcs-* to Vcs-*.
69   * Marked advanced rrdtool configuration options as such in collectd.conf.
70   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
71     /usr/share/doc/collectd/examples/.
72   * Moved "Homepage" field from package description to the source stanza.
74  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
76 collectd (4.2.0-1) experimental; urgency=low
78   * New upstream release.
79     - Added options to collectd2html.pl to specify host and data directory
80       (Closes: #438499).
81     - Link against a thread-safe version of librrd.
82     New plugins:
83     - IPVS connection statistics: ipvs
84     - Statistic of the memcached distributed caching system: memcached
85     - Detailed Linux network interface and routing statistics: netlink (32bit
86       systems only)
87     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
88     - Values from SNMP enabled network devices: snmp
89     - Number of TCP connections to specific ports: tcpconns
90     - Bitrate and frequency of music played with XMMS: xmms
91   * Updated init script to wait for collectd to shut down (Closes: #422208).
92   * Merged all plugin packages into the collectd binary package.
93   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
94     dependencies.
95   * Added collectd.overrides to override shlib-with-non-pic-code errors of
96     plugins liked against static libraries which have not been linked with
97     -fPIC.
98   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
99     are included in the upstream sources now.
100   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
101     dependency.
103  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
105 collectd (4.0.7-1) experimental; urgency=low
107   * New upstream release.
108   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
109     caused by #358637 and presumably #419684 (Closes: #430933).
110   * Changed collectd-dbg's section to "utils".
111   * Added httpd-cgi to suggested packages.
112   * Added documentation of the provided examples to README.Debian, thanks to
113     Eduard Bloch for his proposal (Closes: #434182).
115  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
117 collectd (4.0.3-1) experimental; urgency=low
119   * New upstream release.
121  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
123 collectd (4.0.2-1) experimental; urgency=low
125   * New upstream release (Closes: #428114).
126     - Added large file support (Closes: #422212).
127     - Rewrite of the plugin system to allow more flexibility by using
128       different types of plugins.
129     - Added Nagios plugin to query collectd from Nagios.
130     New plugins:
131     - Output to "comma separated values" (CSV) files: csv
132     - Output to RRD files: rrdtool
133     - IO via the network: network
134     - External runtime interface: unixsock
135     - Embedding a Perl interpreter: perl
136     - Logging to files, STDOUT or STDERR: logfile
137     - Logging to syslog: syslog
138     - Amount of available entropy: entropy
139     - Execution of external programs: exec
140     - Iptables statistics: iptables (32bit systems only)
141     - IRQ counters: irq
142     - UPS information: nut (32bit systems only)
143   * New binary package collectd-perl (linking against libperl).
144     - Added collectd-perl to suggested packages.
145   * examples/myplugin.c: Converted to the new plugin interface.
146   * Enabled debugging.
147   * Added possibility to automatically migrate RRD files to collectd-4 using
148     migrate-3-4.px and extractDS.px provided by upstream.
149     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
150     - Using po-debconf to make translations of debconf templates possible.
151   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
152   * Updated init script to only start a single collectd process.
153   * Added examples/MyPlugin.pm.
154   * Added XS-Vcs-{Git,Browser} tags.
155   * Added check_plugins.pl to check the build result of all plugins.
156   * Do not build apple_sensors and tape plugins as they do not provide any
157     functionality any longer.
159  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
161 collectd (3.11.2-1) experimental; urgency=low
163   * New upstream release.
164   * Removed sensors-ignorelist.dpatch - has been merged upstream.
165   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
166   * Added watch file.
167   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
169  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
171 collectd (3.11.0-1) experimental; urgency=low
173   * New upstream release.
174     New plugins:
175     - DNS traffic (query types, response codes, opcodes and traffic): dns
176     - E-Mail statistics (count, traffic, spam scores and checks): email
177     - Motherboard monitor: mbmon
178     - Multimeter statistics: multimeter (beta version)
179   * Upload to experimental because of Etch freeze.
180   * New binary package collectd-dns (linking against libpcap).
181     - Added collectd-dns to suggested packages.
182   * Do not split off packages introducing new recommendations or suggestions.
183     - Merge collectd-hddtemp into collectd.
184     - Add hddtemp and mbmon to suggested packages.
185   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
186     when sensors plugin is not configured.
187   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
188     less than or equal to zero.
190  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
192 collectd (3.10.4-1) unstable; urgency=low
194   * New upstream release.
195     - Fix an infinite loop in server mode if binding to a socket fails and
196       close the socket descriptor (Closes: #404018).
197   * examples/myplugin.c: Include system headers before collectd headers to
198     make it compile without any autoconf defines set (Closes: #401075).
200  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
202 collectd (3.10.3-1) unstable; urgency=low
204   * New upstream release.
205   * Made package binNMUable:
206     - Upstream assures API backward compatibility only between patch releases.
207   * LSBized init script.
209  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
211 collectd (3.10.2-1) unstable; urgency=low
213   * New upstream release.
214     - Retry connecting to remote host and database in ping and mysql plugins
215       respectively (Closes: #393742).
216   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
217     linking against libssl.
219  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
221 collectd (3.10.1-4) unstable; urgency=low
223   * Changed collectd-dbg's section and priority to "devel" and "extra"
224     respectively.
225   * Set init start sequence code to 95 to be sure to start after any daemons
226     that data is collected from.
228  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
230 collectd (3.10.1-3) unstable; urgency=low
232   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
234  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
236 collectd (3.10.1-2) unstable; urgency=low
238   * Added collectd-dbg package.
240  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
242 collectd (3.10.1-1) unstable; urgency=low
244   * New upstream release.
245   * Dynamically link against external liboping.
246     - New binary package collectd-ping.
247     - Added collectd-ping to suggested packages.
248   * Moved config file from /usr/share/doc/collectd/examples/ to
249     /etc/collectd/.
251  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
253 collectd (3.10.0-1) unstable; urgency=low
255   * New upstream release.
256     New plugins:
257     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
258     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
259   * Upstream no longer provides a debian/ directory. Thus no repackaging is
260     required any longer.
261   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
262     no longer needed.
263   * Added collectd-hddtemp as a suggestion to the collectd package.
265  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
267 collectd (3.9.4+debian-1) unstable; urgency=low
269   * Initial release (Closes: #373008).
270   * Removed upstream's debian/ directory from .orig.tar.gz.
271   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
272     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
273     AMD64.
275  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200