]> git.etc.gen.nz Git - spong.git/commitdiff
Added lastest changes.
authorcvs <cvs>
Tue, 7 Dec 1999 07:15:11 +0000 (07:15 +0000)
committercvs <cvs>
Tue, 7 Dec 1999 07:15:11 +0000 (07:15 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 149be80ccefc6b374e72415e3674d9d7f73855f7..8a685f24c8ffe72eafb2a379a65326aced9b1ec9 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,29 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 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.