Code

Added new binary package collectd-dns.
[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.
11     - Added collectd-dns to suggested packages.
13  -- Sebastian Harl <sh@tokkee.org>  Sat, 23 Dec 2006 00:22:39 +0000
15 collectd (3.10.4-1) unstable; urgency=low
17   * New upstream release.
18     - Fix an infinite loop in server mode if binding to a socket fails and
19       close the socket descriptor (Closes: #404018).
20   * examples/myplugin.c: Include system headers before collectd headers to
21     make it compile without any autoconf defines set (Closes: #401075).
23  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
25 collectd (3.10.3-1) unstable; urgency=low
27   * New upstream release.
28   * Made package binNMUable:
29     - Upstream assures API backward compatibility only between patch releases.
30   * LSBized init script.
32  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
34 collectd (3.10.2-1) unstable; urgency=low
36   * New upstream release.
37     - Retry connecting to remote host and database in ping and mysql plugins
38       respectively (Closes: #393742).
39   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
40     linking against libssl.
42  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
44 collectd (3.10.1-4) unstable; urgency=low
46   * Changed collectd-dbg's section and priority to "devel" and "extra"
47     respectively.
48   * Set init start sequence code to 95 to be sure to start after any daemons
49     that data is collected from.
51  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
53 collectd (3.10.1-3) unstable; urgency=low
55   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
57  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
59 collectd (3.10.1-2) unstable; urgency=low
61   * Added collectd-dbg package.
63  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
65 collectd (3.10.1-1) unstable; urgency=low
67   * New upstream release.
68   * Dynamically link against external liboping.
69     - New binary package collectd-ping.
70     - Added collectd-ping to suggested packages.
71   * Moved config file from /usr/share/doc/collectd/examples/ to
72     /etc/collectd/.
74  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
76 collectd (3.10.0-1) unstable; urgency=low
78   * New upstream release.
79     New plugins:
80     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
81     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
82   * Upstream no longer provides a debian/ directory. Thus no repackaging is
83     required any longer.
84   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
85     no longer needed.
86   * Added collectd-hddtemp as a suggestion to the collectd package.
88  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
90 collectd (3.9.4+debian-1) unstable; urgency=low
92   * Initial release (Closes: #373008).
93   * Removed upstream's debian/ directory from .orig.tar.gz.
94   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
95     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
96     AMD64.
98  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200