From: Stephen L Johnson Date: Wed, 16 Aug 2000 04:00:34 +0000 (+0000) Subject: added latest changes X-Git-Tag: spong-2_7_0-beta1~65 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045b23e5ba9f327570e1a248eec3529b41c9ea98;p=spong.git added latest changes --- diff --git a/CHANGES b/CHANGES index d890312..df405c0 100755 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,22 @@ Stephen L Johnson Version 2.7 Changes +04/15/00 +CHANGED - Changed SendMsg to handle multiple servers in $SPONGSERVER variable. +Port numbers can also be specified as a part of the host names. New syntax for +$SPONGSERVER is now "hostname[:port] hostname2[:port] ...". If ":port" is not +specified the the port will default to the $port variable passed in the +function calls. + +08/02/00 +CHANGED - Changed status, event and page functions in /lib/Spong/Status.pm +module to called a common SendMsg routine to send message. Updated error +reporting to use main::error() routine. + +07/28/00 +UPDATED - Update question 2 in spongfaq.pod file with $HOST = "hostname" in +spong.conf option + 07/26/00 CHANGED - Various files. All other code that displays a date and/or a time have been changed to use the new DATETIMEFMT, DATEFMT, TIMEFMT, TIMEFMTNOSEC