From: Stephen L Johnson <sjohnson@monsters.org>
Date: Sun, 16 Sep 2001 18:07:00 +0000 (+0000)
Subject: updated with latest changes
X-Git-Tag: spong-2_4_6~3
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc7f0f81dadf63d7a72acc302c52f6eb26a03ee;p=spong.git

updated with latest changes
---

diff --git a/CHANGES b/CHANGES
index f235e5f..8e7ee08 100755
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,23 @@ You can pick up the latest spong version from:
 
 Stephen L Johnson <sjohnson@monsters.org>
 
+09/16/01
+
+FIXED - Updated check_cpu, check_disk, check_mailq and check_processes
+to use Spong::SafeExec::safe_exec() to safely run external programs and
+kill child processes.
+
+08/07/01
+
+FIXED - Updated check_ping, check_ntp, check_nfs, check_dns to use new 
+Spong::SafeExec::safe_exec() routine to safely run external programs and kill 
+child processes.
+
+ADDED - Spong::SafeExec.pm module into CVS
+
+06/20/01 - patch to check_tcp() in spong-network.pl to allow size of data 
+grabbed from socket to be set. (Micheal B - michaelb@opentext.com)
+
 Spong 2.7.5
 
 06/07/01 - fixed logic bug in add_contact() routine with group recipients not
@@ -206,7 +223,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.60 2001/06/13 16:12:24 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.61 2001/09/16 18:07:00 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>)