diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-11-09 11:44:16 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-11-09 11:44:16 (GMT) |
commit | deadc98264563366726f3698bc57dc1eda13ae75 (patch) | |
tree | 8023f193002b6bb5d716df3aeb6053af657d57b7 /CHANGES | |
parent | a5a4996a639101859bc183c85b33a6e04f5133f9 (diff) | |
download | monitoring-plugins-deadc98264563366726f3698bc57dc1eda13ae75.tar.gz |
Reduced DNS lookups in check_ping and netutils.c in IPv6 configurations
(Pawel Malachowski)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1535 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | ?? | ||
4 | Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations | ||
5 | |||
6 | 1.4.6 | ||
7 | Fixed compile problems with *BSD re: alloca.h | ||
8 | |||
9 | 1.4.5 | ||
10 | Fixed bug in perl's is_hostname routine | ||
11 | |||
3 | 1.4.4 | 12 | 1.4.4 |
4 | New C based check_ntp. The perl version is now deprecated. | 13 | New C based check_ntp. The perl version is now deprecated. |
5 | New check_apt plugin | 14 | New check_apt plugin |