From: djk Date: Sun, 24 Oct 1999 16:34:47 +0000 (+0000) Subject: up version no X-Git-Tag: R_1_33~1 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=77b4df8a7ed96c2385ae2b73f273dd3baf69a1ee;p=spider.git up version no --- diff --git a/Changes b/Changes index 717d5e70..3e28a37f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +24Oct99======================================================================= +1. fixed announces so that nodes only get one of them (not two). 22Oct99======================================================================= 1. allow filter CALLSIGNS to be in upper or lower case. 2. create the concept of input and output filters, input filters are of the diff --git a/perl/cluster.pl b/perl/cluster.pl index d49c7966..d0ebbe8e 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -67,7 +67,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.32"; # the version no of the software +$version = "1.33"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name