]> git.etc.gen.nz Git - spong.git/commitdiff
next batch of updates
authorStephen L Johnson <sjohnson@monsters.org>
Thu, 24 Feb 2000 15:30:36 +0000 (15:30 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Thu, 24 Feb 2000 15:30:36 +0000 (15:30 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c740b4bc5e5d5bb6a0d87f1892a78be4b2fcb4ce..9f249cf2ea9bf9f0ef332bef9bcd167a2b5a6ffe 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.7 Changes
 
+02/23/00
+FIXED - fixed problem in HostList.pm where host URL's in display_html() are
+invalid when WWW_FQDN = 0 (Thanks to "mike bayliss" <mbayliss@datax.be>)
+
 02/20/00
 ADDED - added display_problem() function to HostGroups.pm modules
    file - lib/Spong/HostGroups.pm
@@ -17,6 +21,15 @@ FIXED - added eval block around status() to prevent program from dying if
 it can't connect to spong-server
 
 ADDED - added support for 'page' message type to spong-status.
+ file - spong-status
+        lib/Spong/Status.pm
+
+FIXED - Added eval block around status() function to prevent program aborts if
+spong-server can't be contacted.
+  file - lib/Spong/Status.pm
+
+FIXED - removed use Data::Dumper; statement from Host.pm
+   file - lib/Spong/Host.pm
 
 02/08/00
 ADDED - Added time to live parameter for status update messages.