From: cvs Date: Tue, 7 Dec 1999 07:15:11 +0000 (+0000) Subject: Added lastest changes. X-Git-Tag: spong-2_6-beta8~18 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d5d876b8f6a03007944e3aa459a3cf087ccb22;p=spong.git Added lastest changes. --- diff --git a/CHANGES b/CHANGES index 149be80..8a685f2 100755 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,29 @@ Stephen L Johnson Version 2.6 Changes +12/06/99 +CHANGED - Moved spong-cleanup's configuration parameters to spong.conf file. + +CHANGED - Update documentation with new changes. + +12/05/99 +FIXED - Fixed bug in spong-message which cause contact with a delay and +repeat attributes to be continually notified. + +FEATURE - Added host_groups and exclude_host_groups matching to spong-message. +The hostname will be checked to see if it in any of the host groups defined +in host_groups and exclude_host_groups. + +CHANGE - Moved the &load_msg_func() function from begging of program to +after the rules scanning. They messaging functions will now only be loaded +it there are notifications to be sent. + +CHANGE - Create module Status.pm to encapsulate the &status() function. +Changed spong-network and spong-client to use the new package. + files - lib/Spong/Status.pm + spong-client + spong-network + 12/01/99 FIXED - Added error checking code to query process display routined. Querying for invalid information caused the query process to crash.