]> git.etc.gen.nz Git - spong.git/commitdiff
documentation updates spong-2_7_2
authorStephen L Johnson <sjohnson@monsters.org>
Sun, 7 Jan 2001 02:01:54 +0000 (02:01 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sun, 7 Jan 2001 02:01:54 +0000 (02:01 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index b8775db1a834c05f81973f8899251da941df040d..fd8f88c6bd988b655caf5e1fadeac4be073ca7fb 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.7.2
 
+01/06/00
+FIXED - Fixed problem in Status.pm perl module about a missing alarm(0)
+when the module die's after an unsuccessfull socket creation. (Thanks for 
+David Bronder <david-bronder@uiowa.edu> finding the problem.)
+
 01/04/00
 UPDATED - The Status.pm module now allows you to specify multple Spong Servers
 along with the upate process port number. The full syntax is
@@ -30,7 +35,7 @@ ADDED - Added printing of new 'name' attribute of message rules to
 
 12/21/00
 ADDED - Added a new attribute flag 'skip_network_checks' for the spong.hosts
-config file. Is is for the spong-network program. When set for a host,
+config file. It is for the spong-network program. When set for a host,
 spong-network will skip all of the testing for that host.
 
 FIXED - Fix problem in the Makefile with a 'tmp' dir not being created in 'make
@@ -123,7 +128,7 @@ template is not found in spong.message config file.
 
 11/29/00
 CHANGED - Added code in check_http, check_interfaces and check_snmp use new
-spong.hosts host specific parameters. And added $Id: CHANGES,v 1.55 2001/01/05 20:49:38 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.56 2001/01/07 02:01:54 sljohnson Exp $ RCS keyword.
 
 ADDED - Added wml_escape() in Service.pm module to escape WML format characters
 for display_wml() procedure. (Thanks to Christophe Delmon <delmon@fingo.net>)