Merge branch 'collectd-4.1'
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 28 Sep 2007 14:40:06 +0000 (16:40 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 28 Sep 2007 14:40:06 +0000 (16:40 +0200)
Conflicts:

ChangeLog

1  2 
ChangeLog
src/snmp.c

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,15 -1,13 +1,21 @@@
- yyyy-mm-dd, Version 4.1.2
 +yyyy-mm-dd, Version 4.2.0
 +      * collectd: The new config option `Include' lets you include other
 +        configfiles and thus split up your config into smaller parts. This
 +        may be especially interresting for the snmp plugin to keep the data
 +        definitions seperate from the host definitions.
 +      * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
 +        correct the values returned by SNMP-agents.
 +
+ 2007-09-28, Version 4.1.2
        * apcups plugin: Fix reporting of the `load percent' data.
+       * wireless plugin: Correct the handling of cards returning signal and
+         noise quality as percentage.
+       * perl plugin: Fix a possible buffer overflow in get_module_name().
+       * build system: Further improve the detection of libraries.
        * netlink plugin: Build issues under some older versions of the Linux
          includes (i. e. Debian Sarge) have been fixed.
+       * snmp plugin: Fix a potential segfault when a host times out. Add
+         support for the `timeticks' type. 
  
  2007-09-12, Version 4.1.1
        * Build system: The detection of `libnetlink' has been improved.
diff --cc src/snmp.c
Simple merge