Code

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