From: Stephen L Johnson Date: Tue, 19 Dec 2000 22:21:06 +0000 (+0000) Subject: latest updates X-Git-Tag: spong-2_7_2~23 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4617e2baadba2407944e0facff70711b1dc6659;p=spong.git latest updates --- diff --git a/CHANGES b/CHANGES index 75a751c..3ef395d 100755 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,15 @@ Stephen L Johnson Version 2.7.1 12/19/00 +FIXED - Fixed problem in spong-message.pl with message throttling and +contacts that are hashes. (Thanks to Michael Brown for +the patches) + +FIXED - Fixed problem in spong-server.pl with SEND_MESSAGE = CHANGE mode. +Notifications were being sent out if status was green and it was the first +status update. (Thanks to Michael Brown for the +patches) + ADDED - Added "group" attribute for %HUAMNS entries. It allows a group of users to be specified. The change handles contact hashes properly. Read the documentation in the spong.hosts documentation for more info. (Thanks to @@ -56,7 +65,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.50 2000/12/19 21:16:37 sljohnson Exp $ RCS keyword. +spong.hosts host specific parameters. And added $Id: CHANGES,v 1.51 2000/12/19 22:21:06 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 )