]> git.etc.gen.nz Git - spong.git/commitdiff
Updated with latest changes.
authorStephen L Johnson <sjohnson@monsters.org>
Thu, 10 Feb 2000 02:20:08 +0000 (02:20 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Thu, 10 Feb 2000 02:20:08 +0000 (02:20 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ba22fc1960e48237fc290783fda054507d832d37..d5b67b14bc438f3e53c8eab2e2e50a05c99a0518 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@ You can pick up the latest spong version from:
 Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.6c
+02/09/00
+CHANGED - Spong::Status::status() is now more agressive in trying to connect
+to spong-server. It will try up to 30 times before aborting.
+  file - lib/Spong/Status.pm
+
+FIXED - spong-network was die'ing when it failed to connect to spong-server.
+It will now just log a message and then continue.
+
+CHANGED - spong-netowrk modules check_ftp and check_smtp now sent the quit\n
+command to the host being check to properly terminate the connection.
+
 CHANGED - spong-network plugin check_http was changed to treat a response code
 of 401 (Authorization Required) as a green status. A 401 should be treated as
 a normal reponse from a passworded page being checking on the web server.