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
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.