up version no
authordjk <djk>
Sun, 24 Oct 1999 16:34:47 +0000 (16:34 +0000)
committerdjk <djk>
Sun, 24 Oct 1999 16:34:47 +0000 (16:34 +0000)
Changes
perl/cluster.pl

diff --git a/Changes b/Changes
index 717d5e70374271594b6154a2592a64930afb5a58..3e28a37f8a572c720bd72099db4675a0afa61364 100644 (file)
--- 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 
index d49c7966f96001d8750d5ca3bfd3e99194ef0433..d0ebbe8e16f36d6cc4776e0297c7242ed8bdd5fc 100755 (executable)
@@ -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