aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Holger Weiss <hweiss@users.sourceforge.net> 2007-09-15 11:55:12 +0000
committerGravatar Holger Weiss <hweiss@users.sourceforge.net> 2007-09-15 11:55:12 +0000
commitc11f63ff7eeb72ea220faec778e1b8bd6651b9f7 (patch)
treed81cae251e35eb28aa019524d557841d1fb92117 /NEWS
parente91e92e163d0513c984d6b6b6d28b82310efe01b (diff)
downloadmonitoring-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7170b19c..b687f6ff 100644
--- a/NEWS
+++ b/NEWS
@@ -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