Code

control: Use linux-any, kfreebsd-any, etc.
[pkg-collectd.git] / debian / changelog
1 collectd (4.10.7-1) unstable; urgency=low
3   * New upstream release.
4     - Fixed an endless loop in case the datadir is a symlink pointing to a
5       non-existent target; thanks to Michael Prokop for reporting this and
6       Jonathan Nieder for providing the patch (Closes: #619123).
7   * debian/patches/:
8     - Removed ipvs_h_include.dpatch -- applied upstream.
9   * debian/rules:
10     - Use dpkg-buildflags to determine compiler/linker flags; this also
11       enables hardening build flags; thanks to Moritz Muehlenhoff for
12       providing the patch (Closes: #656271).
13     - Don't force building of the ipvs plugin. The ip_vs.h check has been
14       fixed in configure.
15     - Use /usr/share/javahelper/java-arch.sh to determine the Java
16       architecture directory, thus, making sure armhf and armel are supported
17       as well; thanks to peter green for reporting this and providing the
18       pointer (Closes: #656274).
19   * debian/README.Debian:
20     - Added section 'Cleanup of old data' explaining how to get rid of
21       out-dated data files (e.g. RRD files).
22   * debian/control:
23     - Updated to standards-version 3.9.3 -- no changes.
24     - Build depend on javahelper providing java-arch.sh.
25     - Use linux-any, kfreebsd-any, etc. rather than hardcoded list of
26       non-Linux architectures to make life of porters easier; thanks to Robert
27       Millan for reporting this and providing a pointer to the fix
28       (Closes: #634690).
29   * debian/collectd-core.postrm, debian/collectd-core.templates:
30     - Prompt the user (debconf priority high) when purging the collected data
31       providing an option to opt out. The question defaults to remove the
32       data; thanks to Trent W. Buck for reporting and discussing this
33       (Closes: #631167).
34   * debian/collectd-core.collectd.init.d:
35     - Added cpufrequtils to should-start, else collectd does not reliably
36       detect all CPUs; thanks to Mathias Bauer for reporting and debugging
37       this (Closes: #662040).
38     - Use the exit codes specified by LSB in 'status' command; thanks to
39       Michael Prokop for reporting this (Closes: #615840).
41  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 15:55:39 +0200
43 collectd (4.10.4-1) unstable; urgency=low
45   * New upstream release.
46     - Added support for Yajl version 2; thanks to John Stamp for reporting
47       this (Closes: #653879).
48     - collectd.conf(5) now documents the "Globals" config option and that this
49       is required for the "perl" and "python" plugins; thanks to Jeff Green
50       for reporting this (Closes: #612784).
51     - Be more verbose about why loading a plugin fails; thanks to Martin
52       Steigerwald for reporting this (Closes: #585975).
53     - Don't abort if including a config file fails; thanks to Reinhard Tartler
54       for reporting this (Closes: #592880).
55     - Fixed FTBFS with GCC 4.6; thanks to Matthias Klose for reporting this
56       and Peter Green and Colin Watson for providing patches
57       (Closes: #625323).
58     - Added support for libnotify 0.7; thanks to Michael Biebl for reporting
59       this (Closes: #636818).
60     - Fixed FTBFS with current libiptc; thanks to Lucas Nussbaum for reporting
61       this (Closes: #614439).
62   * debian/patches:
63     - Removed bts595756-notify_email-segfault -- included upstream.
64     - Removed bts592623-curl_json-file -- included upstream.
65     - Removed bts596128-reheap-fix -- included upstream.
66     - Removed CVE-2010-4336 -- included upstream.
67   * debian/rules:
68     - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
69       package.
70     - Split 'build' target into 'build-arch' and 'build-indep' as recommended
71       by policy.
72   * debian/patches/ipvs_h_include, debian/rules:
73     - Let the ipvs plugin use linux/ip_vs.h rather than net/ip_vs.h. Also,
74       make sure to look for the header in /usr/include rather than the kernel
75       directory (which has been deprecated).
76     - Force building of the ipvs plugin since configure is not currently able
77       to correctly check for ip_vs.h.
78   * debian/control:
79     - Updated standards-version to 3.9.2 -- no changes.
80   * debian/collectd-core.collectd.init.d:
81     - Added a description LSB header field.
82   * debian/collectd-core.overrides:
83     - Updated entry for java's binary-or-shlib-defines-rpath.
85  -- Sebastian Harl <tokkee@debian.org>  Mon, 09 Jan 2012 16:10:58 +0100
87 collectd (4.10.1-2.1) unstable; urgency=high
89   * Non-maintainer upload by the security team
90   * Fix DoS in RRD file creation (Closes: #605092)
91     Fixes: CVE-2010-4336
92     Thanks to Florian Forster
94  -- Steffen Joeris <white@debian.org>  Wed, 08 Dec 2010 17:45:50 +1100
96 collectd (4.10.1-2) unstable; urgency=medium
98   * debian/rules:
99     - Added support for ‘powerpcspe’ to the Java arch mapping; thanks to
100       Sebastian Andrzej Siewior for the patch (Closes: #592909).
101   * debian/patches:
102     - Added bts595756-notify_email-segfault -- upstream patch fixing a
103       segfault in the 'notify_email' plugin; thanks to Manuel CISSE for
104       reporting this (Closes: #595756).
105     - Added bts592623-curl_json-file -- upstream patch fixing access to
106       file:// URLs in the 'curl_json' plugin; thanks Baptiste Mille-Mathias
107       for reporting this and pointing out the patch (Closes: #592623).
108     - Added bts596128-reheap-fix -- upstream patch fixing the 'reheap()'
109       function used to manage the "read" callbacks and making sure all plugins
110       get executed correctly and in each interval (Closes: #596128).
111   * Set urgency to "medium" because of the RC bug-fix.
113  -- Sebastian Harl <tokkee@debian.org>  Wed, 08 Sep 2010 22:50:54 +0200
115 collectd (4.10.1-1) unstable; urgency=low
117   * New upstream release.
118   * debian/patches:
119     - Removed bts561577_collectd2html_recursive_fix -- applied upstream.
120     - Removed bts575029-collectd2html-xhtml -- applied upstream.
121     - Removed bts557599_powerdns_fix -- applied upstream.
122   * debian/control:
123     - Updated standards-version to 3.9.1 -- no changes.
125  -- Sebastian Harl <tokkee@debian.org>  Wed, 28 Jul 2010 18:45:31 +0200
127 collectd (4.10.0-1) unstable; urgency=low
129   * New upstream release:
130     New plugins:
131     - Parse XML data: curl_xml
132     - Parse values from Modbus/TCP enabled devices: modbus (disabled in
133       Debian; libmodbus is not available)
134     - Timing values from Pinba: pinba
135   * debian/control:
136     - Build-depend on libprotobuf-c0-dev and protobuf-c-compiler required by
137       the 'pinba' plugin.
138     - Updated to standards-version 3.8.4 -- no changes.
139   * debian/patches:
140     - Removed bts566199_collection_hide_types -- applied upstream.
141     - Removed typo_fixes -- applied upstream.
142     - Added bts575029-collectd2html-xhtml, adding support for XHTML to
143       collectd2html.pl; thanks to Ivan Shmakov for reporting this and Max
144       Henkel and Timur Kirilichev for providing patches (Closes: #575029).
145   * debian/rules:
146     - Define (and pass to configure) $JAR, required by current versions of the
147       Java bindings.
148     - Added support for Renesas SH4 to the Java arch mapping; thanks to
149       Nobuhiro Iwamatsu for the patch (Closes: #564165).
150   * debian/collectd.postinst:
151     - Manually replace /usr/share/doc/collectd/examples/ with a symlink when
152       upgrading from versions << 4.10.0-1~ -- this is not handled by dpkg
153       according to policy 6.6; thanks to Joey Hess for reporting this
154       (Closes: #569268).
155   * debian/collectd-core.overrides:
156     - Override 'capitalization-error-in-description python Python' -- all
157       plugin names are spelled in lower-case letters.
159  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Jun 2010 00:42:56 +0200
161 collectd (4.9.1-2) unstable; urgency=low
163   * debian/rules:
164     - Re-enabled non-kfreebsd plugins on i386 and amd64, which had been
165       disabled accidentally by using findstring (which does a substring match)
166       to compare DEB_BUILD_ARCH with kfreebsd-{amd64,i386}; thanks to ilia
167       kudirov for reporting this (Closes: #567259).
168     - Replaced all occurrences of 'findstring' with appropriate 'filter'
169       statements to make sure to match words rather than substrings.
171  -- Sebastian Harl <tokkee@debian.org>  Thu, 28 Jan 2010 22:09:16 +0100
173 collectd (4.9.1-1) unstable; urgency=low
175   * New upstream release:
176     New plugins:
177     - Number of context switches done by the OS: contextswitch
178     - Query statistics from mon.itor.us: Monitorus (Perl based plugin)
179     - Collect statistics from NetApp filers: netapp (disabled in Debian;
180       libnetapp is not available)
181     - OpenVZ statistics: OpenVZ (Perl based plugin)
182     - Embedding a Python interpreter: python
183     - Query statistics from RouterOS: routeros (disabled in Debian;
184       librouteros is not available)
185     New matches:
186     - Match values using a hash function of the hostname: hashed
187     New targets:
188     - Scale (multiply) values: scale
189   * debian/control:
190     - Build-depend on "python-dev", required to build the "python" plugin.
191   * debian/collectd-core.install:
192     - Install all collectd-*.5 manpages (in particular, this includes the
193       newly added collectd-python.5).
194   * Added support for kfreebsd-{i386,amd64}; see below for details
195     (Closes: #566521).
196   * debian/control, debian/rules:
197     - Disabled the following Linux-specific plugins / removed the following
198       build-deps on kfreebsd-{i386,amd64}:
199       + "iptables" plugin / iptables-dev
200       + "ipvs" plugin / linux-libc-dev
201       + "madwifi" plugin
202       + "netlink" plugin / iproute-dev
203       + "sensors" plugin / libsensors4-dev
204       + "vserver" plugin
205     - Disabled the following plugins / removed the following build-deps on
206       kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
207       kfreebsd:
208       + "gmond" plugin / libganglia1-dev
209       + "libvirt" plugin / libvirt-dev
210       + "java" plugin / openjdk6-jdk
211     - Enabled the "rrdcached" plugin and build-depend on librrd-dev (>= 1.4~)
212       (and removed the optional build-dep on librrd2-dev).
213     - Enabled the "tokyotyrant" plugin (except on kfreebsd-{i386,amd64}) and
214       build-depend on libtokyotyrant-dev (which is not available on kfreebsd).
215       Also, build-depend on libtokyocabinet-dev to work around a missing
216       dependency in libtokyotyrant-dev (see #566584).
217   * debian/rules:
218     - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
219       yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
220       disk, entropy, fscache, irq, nfs, protocols, serial, thermal, vmem,
221       wireless.
222     - Simplified Java archdir mapping: removed entries "pointing" to
223       themselves and let those default to DEB_BUILD_ARCH.
224     - Check whether all patches have been enabled; fail, if not.
225   * debian/patches:
226     - Added bts566199_collection_hide_types.dpatch -- added ability to hide
227       specified types in collection.cgi; thanks to Pavel Piatruk for the patch
228       (Closes: #566199).
229     - Added typo_fixes.dpatch -- fixing some typos in manpages and error
230       messages; thanks to lintian(1) for reporting this.
231   * debian/collectd-core.overrides:
232     - Replaced overrides for spelling-error-in-description with
233       capitalization-error-in-description.
235  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Jan 2010 00:22:32 +0100
237 collectd (4.8.2-1) unstable; urgency=medium
239   * New upstream release:
240     - Now using libtool 2.
241   * Set urgency to medium because of the fix for #559801.
242   * Split the "collectd" binary package into "collectd-core" and "collectd".
243     The former provides the main program file and the plugins while the latter
244     provides the configuration. This allows for much more flexible setups
245     (e.g. providing customizations on top of "collectd-core" without modifying
246     the "collectd" package) and, amongst others, removes the hard dependency
247     on librrd (Closes: #495936, #544311).
248   * debian/collectd-core.collectd.init.d:
249     - Do not (try to) start collectd if the config file does not exist. Else,
250       installation of "collectd-core" (which does not provide configuration)
251       would fail.
252   * debian/collectd.postinst:
253     - Let the "collectd" package restart the daemon, since it provides the
254       config file.
255   * debian/collectd.links:
256     - Symlink /u/s/d/collectd/examples to /u/s/d/collectd-core/examples.
257   * debian/control:
258     - Build-depend on the right combination of libsnmp-dev and perl. Perl's
259       CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector' in
260       version 5.10.1 on some architectures (those supporting that features).
261       net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
262       thanks to Lamont Jones and Dann Frazier for reporting this
263       (Closes: #559087).
264     - Build-depend on libsensors4-dev rather than libsensors-dev. libsnmp-dev,
265       starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus making
266       that possible. This restores the full functionality of the "sensors"
267       plugin, which does not work well with libsensors3 and lm-sensors-3;
268       thanks to Anssi Kolehmainen for reporting this (Closes: #538795).
269     - Build-depend on libltdl-dev to make it possible to use the system-wide
270       libltdl.
271     - No longer conflict/provide/replace the pre-Lenny "collectd-$plugin"
272       packages.
273     - Update the list of collectd-core's suggestions: added various services
274       providing data that may be collected by collectd. Downgraded lm-sensors
275       from a recommendation to a suggestion.
276   * debian/patches:
277     - Removed gmond-fix-compile-error.dpatch -- included upstream.
278     - Added bts561577_collectd2html_recursive_fix.dpatch -- fixed
279       collectd2html.pl's recursive mode and improved some defaults; thanks to
280       Yuri D'Elia for reporting this and providing a patch (Closes: #561577).
281     - Added bts557599_powerdns_fix.dpatch -- fixed communication to pdns
282       versions 2.9.22 and above; thanks to <tm@iprog.com> for reporting this
283       and Luke Heberling for providing the patch (Closes: #557599).
284     - Added bts559801_plugin_find_fix.dpatch -- make collectd resistant
285       against copies of libltdl affected by CVE-2009-3736. This fixes a
286       potential but very unlikely security issue, e.g. found in the embedded
287       copy. For details about how collectd might be affected, see
288       <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559801#15>; thanks to
289       Michael Gilbert for reporting this (Closes: #559801).
290   * debian/rules:
291     - Pass --without-included-ltdl to configure to tell libtool 2 to not use
292       the shipped libltdl but rather the one available in the system. Thus,
293       in the future, libltdl related issues do no longer require updated
294       collectd packages.
295     - Pass --disable-static to configure to tell libtool 2 to not build any
296       static libraries.
297     - Install debian/collectd.conf as an example into "collectd-core".
298     - Output the content of config.log if configure fails -- this might help
299       debugging.
300   * debian/README.Debian:
301     - Added a short explanation of the package split.
303  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Dec 2009 12:06:46 +0100
305 collectd (4.8.1-2) unstable; urgency=low
307   * debian/rules:
308     - Disabled the "java" plugin on hppa for now to work around a backlog in
309       the buildds that currently prevents a transition to testing.
310   * debian/control:
311     - Do not build-depend on openjdk-6-jdk on hppa.
313  -- Sebastian Harl <tokkee@debian.org>  Thu, 19 Nov 2009 10:55:33 +0100
315 collectd (4.8.1-1) unstable; urgency=medium
317   * New upstream release:
318     - Fixed a build issue with libiptc that caused a segfault in the iptables
319       plugin; thanks to Rodrigo Campos for reporting this (Closes: #535786).
320     - Updated the powerdns plugin to support pdns 2.9.22 (and above) as well;
321       thanks to Thomas Morgan for reporting this and Luke Heberling for
322       providing a patch (Closes: #535787).
323     New plugins:
324     - Parse JSON files: curl_json
325     - Query data from Java processes using JMX: GenericJMX (Java based plugin)
326     - Atheros wireless LAN chipset statistics: madwifi
327     - Optimized Link State Routing daemon statistics: olsrd
328     - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
329       libtokyotyrant is not available)
330     - Send collected values to a web-server: write_http
331     - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
332       libkstat is not available)
333     New matches:
334     - Match zero COUNTER values: empty_counter
335   * Set urgency to medium because of the fix for #535786.
336   * debian/rules:
337     - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/.
338     - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are
339       not available.
340   * debian/patches:
341     - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream.
342     - Removed bts541953-curl-followlocation.dpatch - included upstream.
343     - Removed bts542859-df-fix-ignorelist.dpatch - included upstream.
344     - Removed java-fix-jvm-start.dpatch - included upstream.
345     - Removed libvirt-reconnect.dpatch - included upstream.
346     - Removed network-fix-cacheflush.dpatch - included upstream.
347     - Removed plugin-fix-unregister.dpatch - included upstream.
348     - Added gmond-fix-compile-error.dpatch - upstream patch fixing a compile
349       error in the gmond plugin.
350   * debian/control:
351     - Build depend on libyajl-dev, which is required by the curl_json plugin.
352   * Added debian/README.source:
353     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
354   * New debconf template translations:
355     - ja.po, thanks to Hideki Yamane (Closes: #550968).
357  -- Sebastian Harl <tokkee@debian.org>  Thu, 15 Oct 2009 20:54:46 +0200
359 collectd (4.7.2-1) unstable; urgency=low
361   * New upstream release (Closes: #541887).
362     - collectd2html.pl now supports the creation of SVG images; thanks to Ivan
363       Shmakov for providing a patch (Closes: #482185).
364     New plugins:
365     - Connection tracking table size: conntrack
366     - Linux file-system based caching framework statistics: fscache
367     - Receive and interpret Ganglia multicast traffic: gmond
368     - Embedded Java Virtual Machine: java
369     - Query and parse data from a memcache daemon: memcachec
370     - Information about network protocols: protocols
371     - Parse table-like structured files: table
372     - Power consumption measurements from "The Energy Detective" (TED): ted
373     - System uptime: uptime
374   * debian/rules:
375     - Install collectd-unixsock.py to /usr/share/doc/collectd/examples/.
376     - Pass CPPFLAGS and CFLAGS as arguments to configure instead of setting
377       them in the environment - this is the recommended way.
378     - Pass appropriate JAVAC, JAVA_CPPFLAGS and JAVA_LDFLAGS variables to
379       configure, using OpenJDK found in /usr/lib/jvm/java-6-openjdk. The
380       archdir mapping used by the openjdk-6 Debian package is used to find
381       libjvm.so in JAVA_HOME/jre/lib/ARCHDIR/server.
382     - Use -rpath to tell the "java" plugin where to find libjvm.so.
383     - Pass --enable-all-plugins to configure to make sure that the build fails
384       if any prerequisites are missing.
385   * debian/control:
386     - Build-depend on openjdk-6-jdk.
387     - Build-depend on libganglia1-dev (>= 3), required by the gmond plugin.
388     - Build-depend on libgcrypt11-dev, used by the network plugin.
389     - Updated Standards-Version to 3.8.3 (no changes).
390     - Changed build-dependency libmysqlclient15-dev to libmysqlclient-dev -
391       this allows transitions to be handled thru binNMUs if possible.
392   * debian/collectd.install:
393     - Install collectd-java.5.
394   * debian/patches:
395     - Removed libcollectdclient_static_sstrerror.dpatch - included upstream.
396     - Added network-fix-cacheflush.dpatch - upstream patch to fix the handling
397       of the 'CacheFlush' config option of the "network" plugin.
398     - Added libvirt-reconnect.dpatch - upstream patch to let the "libvirt"
399       plugin re-connect to libvirtd if connecting fails.
400     - Added plugin-fix-unregister.dpatch - upstream patch to make
401       'plugin_unregister_read()' functional again, thus fixing a failed
402       assertion in some cases.
403     - Added java-fix-jvm-start.dpatch - upstream patch to fix the JVM startup.
404     - Added bts541953-curl-followlocation.dpatch - upstream patch to let
405       plugins using libcurl follow HTTP redirects; thanks to Joey Hess for
406       reporting this (Closes: #541953).
407     - Added bts535787-powerdns-fix-localsocket.dpatch - upstream patch fixing
408       the handling of the 'LocalSocket' config option of the "powerdns"
409       plugin; thanks to Thomas Morgan for reporting this and Luke Heberling
410       for providing a patch (references: #535787).
411     - Added bts542859-df-fix-ignorelist.dpatch - upstream patch to fix the
412       handling of the ignorelist in the "df" plugin; thanks to Joey Hess for
413       reporting this (Closes: #542859).
414   * debian/README.Debian:
415     - Removed the note about how to get collectd2html.pl working with
416       version 4 of collectd - the script now supports the --recursive option
417       which takes care of that.
418   * debian/collectd.overrides:
419     - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
420       required by the "java" plugin.
421   * New debconf template translations:
422     - cs.po, thanks to Martin Sin (Closes: #534206).
423     - ru.po, thanks to Yuri Kozlov (Closes: #539467).
424   * debian/control, debian/rules:
425     - No not limit the "libvirt" plugin to amd64, i386, powerpc - libvirt-dev
426       seems to be available on all architectures now.
427     - Reintroduced a work around for #474087 (broken openipmi .pc files) by
428       providing a fixed version of OpenIPMIpthread.pc in debian/pkgconfig and
429       adding that path to PKG_CONFIG_PATH. Removed the version from the
430       libopenipmi-dev build dependency for now.
431   * debian/collectd.conf:
432     - Set the "apache" plugin's URL according to the default used by Debian's
433       Apache; thanks to Joey Hess for reporting this (Closes: #541888).
434   * debian/libcollectdclient-dev.install, debian/rules:
435     - Do not install libcollectdclient's .la file in favor of the Squeeze
436       release goal to remove those files (for details see
437       <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
439  -- Sebastian Harl <tokkee@debian.org>  Sat, 29 Aug 2009 12:42:15 +0200
441 collectd (4.6.3-1) unstable; urgency=low
443   * New upstream release.
444   * debian/patches:
445     - Removed battery_acpi_complain.dpatch - included upstream.
446     - Removed include_empty_files.dpatch - included upstream.
447     - Removed ntpd_type_pun_fix.dpatch - included upstream.
448     - Removed rrdtool_uninitialized_fix.dpatch - included upstream.
449     - Added libcollectdclient_static_sstrerror.dpatch to make a private
450       function in libcollectdclient static.
451   * debian/rules:
452     - Install collectd-network.py to /usr/share/doc/collectd/examples/.
454  -- Sebastian Harl <tokkee@debian.org>  Tue, 02 Jun 2009 22:03:10 +0200
456 collectd (4.6.2-3) unstable; urgency=low
458   * debian/patches:
459     - Actually enabled rrdtool_uninitialized_fix.dpatch - d'oh!
461  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 15:49:46 +0200
463 collectd (4.6.2-2) unstable; urgency=low
465   * debian/patches:
466     - Added battery_acpi_complain.dpatch - upstream patch to fix excessive
467       error messages in the battery plugin in case /proc/acpi/battery is not
468       available.
469     - Added ntpd_type_pun_fix.dpatch - upstream patch to fix dereferencing of
470       a type-punned pointer identified by GCC 4.4, thanks to Martin Michlmayr
471       for reporting this (Closes: #526667).
472     - Added include_empty_files.dpatch - upstream patch to fix the inclusion
473       of empty configuration files, thanks to Alexander Wirt for reporting
474       this.
475     - Added rrdtool_uninitialized_fix.dpatch - upstream patch to fix an
476       uninitialized value warning in the rrdtool plugin, thanks to Andreas
477       Moog for reporting this.
478   * debian/collectd.conf, debian/filters.conf:
479     - Added a sample filter chain configuration.
480   * debian/rules:
481     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
482     - Disabled "netlink" plugin on mips and mipsel - those architectures do
483       not allow to link non-PIC code into shared objects, thanks to Peter De
484       Schrijver for reporting this (Closes: #524593).
485   * debian/control:
486     - Build-depend on iptables-dev (>= 1.4.3.2-2) to link against the packaged
487       libiptc which is available as shared library since iptables 1.4.3.
488       Depend on versions >= 1.4.3.2-2 because of #524766.
490  -- Sebastian Harl <tokkee@debian.org>  Fri, 29 May 2009 14:12:36 +0200
492 collectd (4.6.2-1) unstable; urgency=low
494   * New upstream release.
495     - Fixed the use of struct in6_addr (Closes: #521748).
496     - Added a filter infrastructure based on "matches" and "targets".
497     - Added support for vmem graphs to collection.cgi (Closes: #521993).
498     New plugins:
499     - bind9 name-server and zone statistics: bind
500     - Parse statistics from websites: curl
501     - Query data from a relational database: dbi
502     - OpenVPN traffic and compression statistics: openvpn
503     - Query data from an Oracle database: oracle (disabled in Debian,
504       libclntsh is not available)
505     - Write data via the RRD accelerator daemon: rrdcached (disabled in
506       Debian, rrdclient support is not yet available)
507     New matches:
508     - Match values by their identifier based on regular expressions: regex
509     - Match values with an invalid timestamp: timediff
510     - Select values by their data sources' values: value
511     New targets:
512     - Create and dispatch a notification: notification
513     - Replace parts of an identifier using regular expressions: replace
514     - Set (overwrite) entire parts of an identifier: set
515   * Uploading to unstable, since Lenny has been released.
516   * New debconf template translations:
517     - vi.po, thanks to Clytie Siddall (Closes: #515872).
518     - es.po, thanks to Francisco Javier Cuadrado and Erika Chacón Vivas
519       (Closes: #520988).
520   * debian/patches:
521     - Removed perl-uninitialized-var.dpatch - included upstream.
522   * debian/control:
523     - Added new binary packages libcollectdclient0 and libcollectdclient-dev
524       for the newly added client library.
525     - Added new binary package collectd-utils for optional utilities that pull
526       in additional dependencies. Currently, this only includes
527       collectd-nagios. The new package replaces collectd (<< 4.6.1-1~),
528       because it overwrites /usr/bin/collectd-nagios.
529     - Added libdbi0-dev to the build dependencies - this is required by the
530       dbi plugin.
531     - Moved collectd-dbg from section "utils" to the newly added "debug".
532     - Updated Standards-Version to 3.8.1.
533   * debian/rules:
534     - Use dh_install and *.install files to specify which package some file
535       belongs to.
536   * debian/libcollectdclient0.symbols:
537     - Added symbols file for libcollectdclient.
538   * debian/collectd.overrides:
539     - Override "spelling-error-in-description" for the apache plugin name -
540       all plugins are spelled lowercase.
541   * debian/collectd.init.d:
542     - Start the daemon using start-stop-daemon's --oknodo option to exit
543       successfully if the daemon is already running as requested by section
544       9.3.2 of the Debian Policy 3.8.1.
545   * debian/copyright:
546     - Reference GPL-2 in addition to GPL (latest version), since GPL2-only is
547       used by some files.
549  -- Sebastian Harl <sh@tokkee.org>  Thu, 02 Apr 2009 16:38:57 +0200
551 collectd (4.5.1-1) experimental; urgency=low
553   * New upstream release.
554     New plugins:
555     - Count the number of files in directories: filecount
556     - Send desktop notifications to a notification daemon: notify_desktop
557     - Send notification E-mails: notify_email
558     - One-wire sensors information: onewire (experimental, disabled in Debian)
559     - PostgreSQL database statistics: postgresql
560     - Linux ACPI thermal zone information: thermal (Closes: #492580)
561   * Uploading to experimental because of the Lenny freeze.
562   * debian/control:
563     - Added build dependency on libglib2.0-dev and libnotify-dev required by
564       the notify_desktop plugin.
565     - Added build dependency on libesmtp-dev required by the notify_email
566       plugin.
567     - Added build dependency on libpq-dev required by the postgresql plugin.
568     - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is
569       required when using debhelper.
570   * debian/rules:
571     - Disabled onewire plugin - owfs is not yet available in Debian.
572     - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/.
573     - Set CONFIGFILE to /etc/collectd/collectd.conf.
574   * debian/patches:
575     - Added perl-uninitialized-var.dpatch - upstream patch to fix an
576       uninitialized variable warning causing a FTBFS because of -Werror.
577     - Removed myplugin_strcpy.dpatch - applied upstream.
578     - Removed perl_deadlock.dpatch - included upstream.
579     - Removed memory_libstatgrab.dpatch - included upstream.
580     - Removed collectd_memleak.dpatch - included upstream.
581     - Removed snmp_memleak.dpatch - included upstream.
582     - Removed memcached_fdleak.dpatch - included upstream.
583     - Removed memcached_timeout.dpatch - included upstream.
584     - Removed pod-errors.dpatch - included upstream.
585   * debian/collectd.overrides:
586     - Override "spelling-error-in-description" for the postgresql plugin name
587       - all plugins are spelled lowercase.
588   * debian/collectd.init.d:
589     - Do not restart collectd if the configuration test fails.
591  -- Sebastian Harl <sh@tokkee.org>  Fri, 12 Dec 2008 10:09:48 +0100
593 collectd (4.4.2-3) unstable; urgency=low
595   * New debconf template translation:
596     - nl.po, thanks to Eric Spreen (Closes: #502204).
597     - sv.po, thanks to Martin Bagge (Closes: #504248).
598   * debian/patches:
599     - Added pod-errors.dpatch to fix some minor POD errors.
600   * debian/rules:
601     - Remove generated manpages in the clean target to avoid cluttering the
602       source diff with the rebuilt manpages.
603   * debian/collectd.conf:
604     - Fixed a wrong type used in the "tail" plugin example.
606  -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
608 collectd (4.4.2-2) unstable; urgency=low
610   * Removed the work around for #474087 (broken openipmi .pc files) introduced
611     in 4.4.1-1 and instead build depend on libopenipmi-dev (>= 2.0.14-1~)
612     which includes fixed .pc files. This fixes an undefined symbol error when
613     loading the ipmi plugin caused by that work around (Closes: #494665).
614   * debian/collectd.init.d:
615     - The "status" command now exits with 1 if collectd is not running.
616     - Do not suppress output when checking the configuration with the -t
617       command line option. This will also show errors that don't cause
618       collectd to abort, e.g. failure to load plugins (Closes: #499232).
619   * debian/control:
620     - Added librrd-dev as the preferred option to the librrd2-dev build
621       dependency - the latter one is a virtual package since rrdtool 1.3.
622   * Added debian/patches/perl_deadlock.dpatch - upstream patch to fix a
623     possible deadlock in the perl plugin (Closes: #499179).
624   * Added debian/patches/memory_libstatgrab.dpatch - trivial upstream patch to
625     fix a typo in the libstatgrab code of the memory plugin.
626   * Added debian/patches/collectd_memleak.dpatch - trivial upstream patch to
627     fix a possible memory leak.
628   * Added debian/patches/snmp_memleak.dpatch - trivial upstream patch to fix a
629     possible memory leak in the snmp plugin.
630   * Added debian/patches/memcached_fdleak.dpatch - trivial upstream patch to
631     fix a possible file descriptor leak in the memcached plugin.
632   * Added debian/patches/memcached_timeout.dpatch - trivial upstream patch to
633     fix the timeout passed to poll(2).
635  -- Sebastian Harl <sh@tokkee.org>  Thu, 18 Sep 2008 19:12:54 +0200
637 collectd (4.4.2-1) unstable; urgency=low
639   * New upstream release.
640   * Removed librrd0-dev and libmysqlclient14-dev from the build-dependencies -
641     those package are no longer available since Etch.
642   * Removed byacc from the build-dependencies - collectd now requires bison.
643   * Removed libupsclient-config.sh - upstream now supports pkg-config for
644     libupsclient.
645   * Include collection3 in /usr/share/doc/collectd/examples/:
646     - Updated README.Debian to point the collection3's README.
647     - Added libconfig-general-perl to the suggested packages.
648   * README.Debian: Added a note about how to get collectd2html.pl working with
649     version 4 of collectd.
650   * Added debian/patches/myplugin_strcpy.dpatch - use sstrncpy() instead of
651     strcpy() which is poisoned in collectd.h.
652   * collectd.overrides: Removed shlib-with-non-pic-code for nut.so - the
653     plugin now links against the shared libupsclient.
654   * Do not compress any example files, so they may be used directly.
656  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 19:58:58 +0200
658 collectd (4.4.1-2) unstable; urgency=low
660   * Restrict libcurl4-gnutls-dev build dependency to versions which are not
661     affected by #488701 (Closes: #489091).
662   * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev
663     (>= 2.6.25-4) build dependency - those versions are not affected by
664     #479899.
665   * Added build dependency on pkg-config - this is used by collectd's
666     configure script to check for a couple of libraries.
667   * Added libupsclient-config.sh to imitate libupsclient-config which is no
668     longer available. libupsclient-config.sh is a simple wrapper around
669     pkg-config. This is a workaround until upstream supports pkg-config for
670     libupsclient.
671   * Replaced nut-dev build dependency with libupsclient1-dev:
672     Reenabled the "nut" plugin on all architectures.
674  -- Sebastian Harl <sh@tokkee.org>  Mon, 07 Jul 2008 20:45:53 +0000
676 collectd (4.4.1-1) unstable; urgency=low
678   * New upstream release.
679     - Fixed another issue of the sensors plugin affecting some chip types
680       (Closes: #468143).
681     - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
682     - Fixed a segfault when using libperl 5.10.
683     - collectd now ships libiptc itself.
684     New plugins:
685     - Ascent server statistics: ascent
686     - IPMI sensors information: ipmi
687     - PowerDNS name server statistics: powerdns
688     - incremental parsing of logfiles: tail
689     - TeamSpeak2 server statistics: teamspeak2
690     - detailed virtual memory statistics: vmem
691   * Disable "tcpconns" plugin by default (Closes: #478759).
692   * Reenabled iptables plugin on all architectures (Closes: #473435).
693     - Added the plugin to collectd.conf.
694     - Added /usr/share/doc/collectd/examples/iptables/.
695     - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
696       required because of #479899.
697   * New debconf template translations:
698     - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
699   * Added a work around for #474087 (broken openipmi .pc files) by forcing the
700     inclusion of the ipmi plugin and manually specifying the dependencies.
701   * Updated standards-version to 3.8.0 (no changes).
703  -- Sebastian Harl <sh@tokkee.org>  Tue, 17 Jun 2008 10:35:51 +0200
705 collectd (4.3.2-1) unstable; urgency=low
707   * New upstream release.
708     - Fixed handling of ignored sensors instances (Closes: #468143).
709     - Fixed reading of wireless noise values (Closes: #471788).
710   * Adopted patches and script to extractDS.px being renamed to rrd_filter.px.
711   * Clarified debconf template in respect to packages required for the data
712     migration (Closes: #469336).
713   * collectd.conf: Moved logging plugins to the top of the file.
714   * New debconf template translations:
715     - de.po, thanks to Kai Wasserbäch (Closes: #469334).
716     - fr.po, thanks to Florent Usseil (Closes: #468813).
717     - pt.po, thanks to Américo Monteiro (Closes: #469745, #472183).
718   * collectd.init.d: Consider the DISABLE option only when starting collectd.
719   * Disabled iptables plugin - libiptc is no longer available in Debian.
720     - Removed the plugin from collectd.conf.
721     - Removed /usr/share/doc/collectd/examples/iptables/.
723  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:13:18 +0200
725 collectd (4.3.0-2) unstable; urgency=low
727   * Added "lm-sensors" to the recommended packages and README.Debian.plugins
728     (this is required by the sensors plugin).
729   * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64,
730     i386 and powerpc (libvirt is only available on those architectures).
731   * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make
732     sure Xen is supported and to fix some strange FTBFS complaining about a
733     missing symbol "virDomainBlockStats".
735  -- Sebastian Harl <sh@tokkee.org>  Thu, 06 Mar 2008 23:37:44 +0100
737 collectd (4.3.0-1) unstable; urgency=low
739   * New upstream release.
740     - Added basic support for monitoring by introducing notifications and
741       threshold checking.
742     - Reverse lookups can be disabled using the "ReverseLookups" option of the
743       ntpd plugin (Closes: #455162).
744     New plugins:
745     - Set the hostname to an unique identifier: uuid
746     - CPU, dist, network statistics of guest systems: libvirt
747   * Upload to unstable: With the latest changes to the perl plugin, all parts
748     of collectd are suitable for a release.
749   * Added libvirt-dev, libxml2-dev and libhal-dev to the build dependencies.
750   * Updated package description to mention the monitoring support.
751   * Install liboping/oping.h to collectd-dev as well.
752   * collectd.init.d: Optionally start collectdmon to monitor collectd. This
753     can be configured using the USE_COLLECTDMON variable - enabled by default.
754   * collectd.init.d: Added ENABLE_COREFILES option - if enabled the core file
755     limit will be set to unlimited - disabled by default.
756   * Compile collectd with -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL' to force
757     lt_dlopen() to use the RTLD_GLOBAL flag which is required by the perl
758     plugin (which would otherwise be unable to find symbols defined in libperl
759     when loading perl modules that require such symbols).
760   * Disable debugging support.
761   * watch file: Added uversionmangle for "beta" and "-rc".
762   * Override "spelling-error-in-description" for the mysql plugin name - all
763     plugins are spelled lowercase.
765  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Feb 2008 21:44:42 +0100
767 collectd (4.2.4-1) experimental; urgency=low
769   * New upstream release.
770   * Added versioned build-dependency on dpkg-dev (>= 1.14.10); collectd FTBFS
771     with earlier versions because of #452262.
772   * Added libregexp-common-perl (required by Collectd::Unixsock) to the
773     suggested packages.
774   * Added support for the "status" command to the init script.
775   * Updated standards-version to 3.7.3 (no changes).
776   * Added --without-libstatgrab to the configure options to prevent collectd
777     from being linked against this library if it's available.
778   * Disabled xmms plugin - xmms will be removed from unstable
779     (Closes: #459707).
781  -- Sebastian Harl <sh@tokkee.org>  Sun, 27 Jan 2008 18:34:23 +0100
783 collectd (4.2.1-1) experimental; urgency=low
785   * New upstream release.
786   * Changed XS-Vcs-* to Vcs-*.
787   * Marked advanced rrdtool configuration options as such in collectd.conf.
788   * Added exec-munin.px, exec-munin.conf, exec-smartctl and snmp-data.conf to
789     /usr/share/doc/collectd/examples/.
790   * Moved "Homepage" field from package description to the source stanza.
792  -- Sebastian Harl <sh@tokkee.org>  Wed, 21 Nov 2007 09:50:46 +0000
794 collectd (4.2.0-1) experimental; urgency=low
796   * New upstream release.
797     - Added options to collectd2html.pl to specify host and data directory
798       (Closes: #438499).
799     - Link against a thread-safe version of librrd.
800     New plugins:
801     - IPVS connection statistics: ipvs
802     - Statistic of the memcached distributed caching system: memcached
803     - Detailed Linux network interface and routing statistics: netlink (32bit
804       systems only)
805     - Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
806     - Values from SNMP enabled network devices: snmp
807     - Number of TCP connections to specific ports: tcpconns
808     - Bitrate and frequency of music played with XMMS: xmms
809   * Updated init script to wait for collectd to shut down (Closes: #422208).
810   * Merged all plugin packages into the collectd binary package.
811   * Added README.Debian.plugins and gen_plugin_deps.pl to document the plugin
812     dependencies.
813   * Added collectd.overrides to override shlib-with-non-pic-code errors of
814     plugins liked against static libraries which have not been linked with
815     -fPIC.
816   * Removed debian/examples/myplugin.c and debian/examples/MyPlugin.pm - they
817     are included in the upstream sources now.
818   * Added libcurl4-gnutls-dev as option to the libcurl3-gnutls-dev build
819     dependency.
821  -- Sebastian Harl <sh@tokkee.org>  Sun, 28 Oct 2007 13:38:21 +0100
823 collectd (4.0.7-1) experimental; urgency=low
825   * New upstream release.
826   * Disable iptables and nut plugins on hppa as well to work around a FTBFS
827     caused by #358637 and presumably #419684 (Closes: #430933).
828   * Changed collectd-dbg's section to "utils".
829   * Added httpd-cgi to suggested packages.
830   * Added documentation of the provided examples to README.Debian, thanks to
831     Eduard Bloch for his proposal (Closes: #434182).
833  -- Sebastian Harl <sh@tokkee.org>  Fri, 31 Aug 2007 10:04:41 +0200
835 collectd (4.0.3-1) experimental; urgency=low
837   * New upstream release.
839  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 21:41:21 +0100
841 collectd (4.0.2-1) experimental; urgency=low
843   * New upstream release (Closes: #428114).
844     - Added large file support (Closes: #422212).
845     - Rewrite of the plugin system to allow more flexibility by using
846       different types of plugins.
847     - Added Nagios plugin to query collectd from Nagios.
848     New plugins:
849     - Output to "comma separated values" (CSV) files: csv
850     - Output to RRD files: rrdtool
851     - IO via the network: network
852     - External runtime interface: unixsock
853     - Embedding a Perl interpreter: perl
854     - Logging to files, STDOUT or STDERR: logfile
855     - Logging to syslog: syslog
856     - Amount of available entropy: entropy
857     - Execution of external programs: exec
858     - Iptables statistics: iptables (32bit systems only)
859     - IRQ counters: irq
860     - UPS information: nut (32bit systems only)
861   * New binary package collectd-perl (linking against libperl).
862     - Added collectd-perl to suggested packages.
863   * examples/myplugin.c: Converted to the new plugin interface.
864   * Enabled debugging.
865   * Added possibility to automatically migrate RRD files to collectd-4 using
866     migrate-3-4.px and extractDS.px provided by upstream.
867     - Added extractDS_path.dpatch to set an absolute path in migrate-3-4.px.
868     - Using po-debconf to make translations of debconf templates possible.
869   * Added NEWS.Debian with notes regarding the upgrade to collectd-4.
870   * Updated init script to only start a single collectd process.
871   * Added examples/MyPlugin.pm.
872   * Added XS-Vcs-{Git,Browser} tags.
873   * Added check_plugins.pl to check the build result of all plugins.
874   * Do not build apple_sensors and tape plugins as they do not provide any
875     functionality any longer.
877  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Jun 2007 18:58:34 +0100
879 collectd (3.11.2-1) experimental; urgency=low
881   * New upstream release.
882   * Removed sensors-ignorelist.dpatch - has been merged upstream.
883   * Removed email-ignore-size-le-0.dpatch - has been merged upstream.
884   * Added watch file.
885   * examples/myplugin.c: Pass "-" instead of NULL to plugin_submit().
887  -- Sebastian Harl <sh@tokkee.org>  Thu, 15 Feb 2007 09:19:15 +0000
889 collectd (3.11.0-1) experimental; urgency=low
891   * New upstream release.
892     New plugins:
893     - DNS traffic (query types, response codes, opcodes and traffic): dns
894     - E-Mail statistics (count, traffic, spam scores and checks): email
895     - Motherboard monitor: mbmon
896     - Multimeter statistics: multimeter (beta version)
897   * Upload to experimental because of Etch freeze.
898   * New binary package collectd-dns (linking against libpcap).
899     - Added collectd-dns to suggested packages.
900   * Do not split off packages introducing new recommendations or suggestions.
901     - Merge collectd-hddtemp into collectd.
902     - Add hddtemp and mbmon to suggested packages.
903   * Added sensors-ignorelist.dpatch: Avoid assertion in ignorelist_match ()
904     when sensors plugin is not configured.
905   * Added email-ignore-size-le-0.dpatch: Ignore the size of an email if it is
906     less than or equal to zero.
908  -- Sebastian Harl <sh@tokkee.org>  Sun, 24 Dec 2006 14:09:39 +0000
910 collectd (3.10.4-1) unstable; urgency=low
912   * New upstream release.
913     - Fix an infinite loop in server mode if binding to a socket fails and
914       close the socket descriptor (Closes: #404018).
915   * examples/myplugin.c: Include system headers before collectd headers to
916     make it compile without any autoconf defines set (Closes: #401075).
918  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 00:33:30 +0000
920 collectd (3.10.3-1) unstable; urgency=low
922   * New upstream release.
923   * Made package binNMUable:
924     - Upstream assures API backward compatibility only between patch releases.
925   * LSBized init script.
927  -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 13:09:28 +0000
929 collectd (3.10.2-1) unstable; urgency=low
931   * New upstream release.
932     - Retry connecting to remote host and database in ping and mysql plugins
933       respectively (Closes: #393742).
934   * Replaced libcurl3-dev build dependency with libcurl3-gnutls-dev to prevent
935     linking against libssl.
937  -- Sebastian Harl <sh@tokkee.org>  Fri,  3 Nov 2006 15:18:17 +0000
939 collectd (3.10.1-4) unstable; urgency=low
941   * Changed collectd-dbg's section and priority to "devel" and "extra"
942     respectively.
943   * Set init start sequence code to 95 to be sure to start after any daemons
944     that data is collected from.
946  -- Sebastian Harl <sh@tokkee.org>  Thu,  5 Oct 2006 10:25:07 +0000
948 collectd (3.10.1-3) unstable; urgency=low
950   * Added --oknodo to start-stop-daemon in the init script (Closes: #379703).
952  -- Sebastian Harl <sh@tokkee.org>  Tue, 25 Jul 2006 18:34:55 +0200
954 collectd (3.10.1-2) unstable; urgency=low
956   * Added collectd-dbg package.
958  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 23:39:42 +0200
960 collectd (3.10.1-1) unstable; urgency=low
962   * New upstream release.
963   * Dynamically link against external liboping.
964     - New binary package collectd-ping.
965     - Added collectd-ping to suggested packages.
966   * Moved config file from /usr/share/doc/collectd/examples/ to
967     /etc/collectd/.
969  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 21:43:37 +0200
971 collectd (3.10.0-1) unstable; urgency=low
973   * New upstream release.
974     New plugins:
975     - APC UPS's charge, load, input/output/battery voltage, etc.: apcups
976     - NTP daemon's local clock drift, offset to peers, etc.: ntpd
977   * Upstream no longer provides a debian/ directory. Thus no repackaging is
978     required any longer.
979   * Not using getifaddrs() is now the default in upstream. getifaddrs.dpatch
980     no longer needed.
981   * Added collectd-hddtemp as a suggestion to the collectd package.
983  -- Sebastian Harl <sh@tokkee.org>  Sun,  9 Jul 2006 21:52:13 +0200
985 collectd (3.9.4+debian-1) unstable; urgency=low
987   * Initial release (Closes: #373008).
988   * Removed upstream's debian/ directory from .orig.tar.gz.
989   * getifaddrs.dpatch: Patching src/traffic.c to read data from /proc instead
990     of using getifaddrs(). getifaddrs() does not seem to work correctly on 
991     AMD64.
993  -- Sebastian Harl <sh@tokkee.org>  Fri,  7 Jul 2006 15:49:42 +0200