]> git.etc.gen.nz Git - spong.git/commitdiff
updated with lastest changes
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 13 Jun 2001 16:08:27 +0000 (16:08 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 13 Jun 2001 16:08:27 +0000 (16:08 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c0d4c65eb90d422547ad11f560aa7559f4fbc643..fed0681e9b448a1a4ee168d3102a93a4479bc580 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,48 @@ You can pick up the latest spong version from:
 
 Stephen L Johnson <sjohnson@monsters.org>
 
+Version 2.7.4
+
+06/07/01 - fixed logic bug in add_contact() routine with group recipients not
+being expanded - spong-message.pl
+
+05/25/01 - fixed problem with stop_after flag not being reset on servics after
+a flagged service - spong-network.pl
+
+05/07/01 - commiting various odl changed to CVS
+
+04/20/01 - fixed misplaced brace in my previous fix for spong-message.pl
+
+04/16/01 - fixed problem with contacts not being added to FIFO properly spong-message.pl. It broke delay/repeat notifications.
+    
+04/16/01 - fixed array compare bug in load_config_files() routines. Added
+missing parens. (Thanks to John Faichney <faichney@opentext.com>)
+    files - www-spong.pl
+            www-spong-ack.pl
+            wap-spong.pl
+            spong-server.pl
+            spong-network.pl
+
+04/12/01 - fixed bug in check_ntp module with $/ (record seporater) var
+being undef'ed and not restored. 
+
+03/26/01
+FIXED - fixed wrong directory path bug of first_run logic in messaage_user
+(thanks to Christophe Delmon for the fix).
+   spong-server.pl
+
+FIXED - fixed problem with sigmask not being cleared in restarted master
+processes in spong-server. (thanks to Christophe Delmon for the fix)
+
+FIXED - added wml_escape() around $summary in display_wml(). (thanks to
+Christophe Delmon for the fix)
+   SPONGLIB/Spong/Service.pm
+
 Version 2.7.3
 
+02/08/01
+FIXED - replace wrong file version of spong-network in CVS tree
+
 01/30/01
 FIXED - Fixed problem with using month time for for minute field in BB
 emulation in spong-server.
@@ -164,7 +204,7 @@ template is not found in spong.message config file.
 
 11/29/00
 CHANGED - Added code in check_http, check_interfaces and check_snmp use new
-spong.hosts host specific parameters. And added $Id: CHANGES,v 1.58 2001/02/07 14:38:48 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.59 2001/06/13 16:08:27 sljohnson Exp $ RCS keyword.
 
 ADDED - Added wml_escape() in Service.pm module to escape WML format characters
 for display_wml() procedure. (Thanks to Christophe Delmon <delmon@fingo.net>)