Code

Do not split off packages introducing new recommendations or suggestions.
[pkg-collectd.git] / debian / changelog
1 collectd (3.11.0-1) experimental; urgency=low
3   * New upstream release.
4     New plugins:
5     - DNS traffic (query types, response codes, opcodes and traffic): dns
6     - E-Mail statistics (count, traffic, spam scores and checks): email
7     - Motherboard monitor: mbmon
8     - Multimeter statistics: multimeter (beta version)
9   * Upload to experimental because of Etch freeze.
10   * New binary package collectd-dns (linking against libpcap).
11     - Added collectd-dns to suggested packages.
12   * Do not split off packages introducing new recommendations or suggestions.
13     - Merge collectd-hddtemp into collectd.
14     - Add hddtemp and mbmon to suggested packages.
16  -- Sebastian Harl <sh@tokkee.org>  Sat, 23 Dec 2006 10:26:04 +0000
18 collectd (3.10.4-1) unstable; urgency=low
20   * New upstream release.
21     - Fix an infinite loop in server mode if binding to a socket fails and
22       close the socket descriptor (Closes: #404018).
23   * examples/myplugin.c: Include system headers before collectd headers to
24     make it compile without any autoconf defines set (Closes: #401075).
26  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
28 collectd (3.10.3-1) unstable; urgency=low
30   * New upstream release.
31   * Made package binNMUable:
32     - Upstream assures API backward compatibility only between patch releases.
33   * LSBized init script.
35  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
37 collectd (3.10.2-1) unstable; urgency=low
39   * New upstream release.
40     - Retry connecting to remote host and database in ping and mysql plugins
41       respectively (Closes: #393742).
42   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
43     linking against libssl.
45  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
47 collectd (3.10.1-4) unstable; urgency=low
49   * Changed collectd-dbg's section and priority to "devel" and "extra"
50     respectively.
51   * Set init start sequence code to 95 to be sure to start after any daemons
52     that data is collected from.
54  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
56 collectd (3.10.1-3) unstable; urgency=low
58   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
60  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
62 collectd (3.10.1-2) unstable; urgency=low
64   * Added collectd-dbg package.
66  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
68 collectd (3.10.1-1) unstable; urgency=low
70   * New upstream release.
71   * Dynamically link against external liboping.
72     - New binary package collectd-ping.
73     - Added collectd-ping to suggested packages.
74   * Moved config file from /usr/share/doc/collectd/examples/ to
75     /etc/collectd/.
77  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
79 collectd (3.10.0-1) unstable; urgency=low
81   * New upstream release.
82     New plugins:
83     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
84     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
85   * Upstream no longer provides a debian/ directory. Thus no repackaging is
86     required any longer.
87   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
88     no longer needed.
89   * Added collectd-hddtemp as a suggestion to the collectd package.
91  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
93 collectd (3.9.4+debian-1) unstable; urgency=low
95   * Initial release (Closes: #373008).
96   * Removed upstream's debian/ directory from .orig.tar.gz.
97   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
98     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
99     AMD64.
101  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200