diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-09-15 11:55:12 +0000 |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-09-15 11:55:12 +0000 |
commit | c11f63ff7eeb72ea220faec778e1b8bd6651b9f7 (patch) | |
tree | d81cae251e35eb28aa019524d557841d1fb92117 /NEWS | |
parent | e91e92e163d0513c984d6b6b6d28b82310efe01b (diff) | |
download | monitoring-plugins-c11f63ff7eeb72ea220faec778e1b8bd6651b9f7.tar.gz |
Correct all instances of misaligned memory access. This fixes bus erros
on platforms which require alignment (such as SPARC and MIPS).
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1779 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ This file documents the major additions and syntax changes between releases. New check_dhcp -m/--mac option which allows for specifying the MAC address to use in the DHCP request The check_dhcp -r and -s options now accept host names, too + Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms 1.4.9 4th June 2006 Inclusion of contrib/check_cluster2 as check_cluster with some improvements |