]> git.etc.gen.nz Git - spong.git/commitdiff
added latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 16 Aug 2000 04:00:34 +0000 (04:00 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 16 Aug 2000 04:00:34 +0000 (04:00 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d890312b96c6ff55a75b153b920f90fe8d19cb23..df405c075108388a7cfcbefc6946acb91d37a51b 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,22 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 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