]> git.etc.gen.nz Git - spong.git/commitdiff
Update changes.
authorStephen L Johnson <sjohnson@monsters.org>
Thu, 6 Jan 2000 22:28:16 +0000 (22:28 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Thu, 6 Jan 2000 22:28:16 +0000 (22:28 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 87f3c5fc2aecda4a995fdb4b82a3526088b4dc55..3a6c5ee48e8b5c29efc4709960ed44f23aa997f9 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,8 +7,21 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.6.1 Changes
 
+01/06/00
+FIXED - notification bug in spong-message where contacts without messaging
+method would no receive notifictions.
+
+01/06/00
+CHANGED - The debug loggin code in spong-message has been changed to allow
+the user to select how verbose the debugging output is.
+
+01/04/00
+CHANGED - Code for spwaning and handling child processes in spong-server has
+been rewritten.  Update proceses can now be selectivedly turned off. The new
+code will make scaling up easier.
+
 12/28/99
-FEATURE - The status updates associated with History entries are now kept. They
+ADDED - The status updates associated with History entries are now kept. They
 are displayed by clicking the color icon or block in the first columns of
 the History Display web page. It is controlled by the $STATUS_HISTORY variable
 in spong.conf file.
@@ -20,7 +33,7 @@ in spong.conf file.
            etc/spong.conf
 
 12/27/99
-FEATURE - Added status summary line to image ALT text attribute to web pages
+ADDED - Added status summary line to image ALT text attribute to web pages
 using IMAGES. On most browsers this will display the status summary line 
 in a popup window when the pointer is over the status icon.
    files - lib/Spong/HostList.pm
@@ -29,7 +42,7 @@ in a popup window when the pointer is over the status icon.
 Version 2.6 Changes
 
 12/08/99
-FEATURE - Added data plugin mechanism to spong-server. This is a hook to 
+ADDED - Added data plugin mechanism to spong-server. This is a hook to 
 the service status update to be used by output programs. Two sample plugin 
 modules in contrib/plugins/spong-server are included. They both write data
 to RRD Tool databases. data_rrd_disk logs usage for file system on a host.