]> git.etc.gen.nz Git - spong.git/commitdiff
updated latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 8 Feb 2000 19:10:14 +0000 (19:10 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 8 Feb 2000 19:10:14 +0000 (19:10 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0d3b561acc7a3a209d93da8cb5714c3e7fae31f8..43cfb71fa68ac8d6d444235a85ef846da7b3ea5b 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,41 @@ You can pick up the latest spong version from:
 
 Stephen L Johnson <sjohnson@monsters.org>
 
-Version 2.6.1 Changes
+Version 2.7 Changes
+
+02/08/00
+ADDED - Added time to live parameter for status update messages. 
+   files - spong-server
+           lib/Spong/Status.pm
+
+ADDED - Added new spong-status program to allow update messages to be sent to
+Spong server from scripts and other programs.
+    files - spong-status
+
+
+02/07/00
+ADDED - Added initial support for a new Overview displays. This command 
+displays statuses by Host Groups. Currenly on standard type views are
+supported.
+  files - lib/Spong/HostGroup.pm
+          lib/Spong/HostList.pm
+          cgi-bin/www-spong
+          bin/spong-server
+
+
+01/30/00
+FIXED - change print line in debug() method to print to STDERR instead of
+STDOUT.
+  file - lib/Spong/Log.pm
+
+01/30/00
+FIXED - spong-client.pid was being deleted instead of spong-network.pid if
+--nosleep was specified.
+   files - bin/spong-network.pl
+
+01/03/00
+FIXED - fixed problem with np_file deletion logic when $SEND_MESSAGE = "RED".
+
 01/24/00
 ADDED - New logging modules created. Logger is a generic logging class that can
 log to syslog, stderr, stdout, and a file. Log is modules to encapsulate all
@@ -23,6 +57,16 @@ that ranges from 1-9.
 CHANGED - Modified spong-server to use Getopts::Long for parameter parsing. 
 parameters are no longer position dependent.
 
+01/24/00
+FIXED - Fixed bug in services() and service_objects() method of ServiceList
+class. They were returning undef instead of a null list if there are no 
+service status files.
+
+01/13/00
+FIXED - hostname and service name were not being added to www-spong-ack URL on
+Service Display web page.
+   files - lib/Spong/Service.pm
+
 01/06/00
 FIXED - notification bug in spong-message where contacts without messaging
 method would no receive notifictions.