Code

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