summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-09-15 11:55:12 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-09-15 11:55:12 (GMT)
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 7170b19..b687f6f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ This file documents the major additions and syntax changes between releases.
14 New check_dhcp -m/--mac option which allows for specifying the MAC 14 New check_dhcp -m/--mac option which allows for specifying the MAC
15 address to use in the DHCP request 15 address to use in the DHCP request
16 The check_dhcp -r and -s options now accept host names, too 16 The check_dhcp -r and -s options now accept host names, too
17 Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms
17 18
181.4.9 4th June 2006 191.4.9 4th June 2006
19 Inclusion of contrib/check_cluster2 as check_cluster with some improvements 20 Inclusion of contrib/check_cluster2 as check_cluster with some improvements