extend 4m in bands.pl to 70631
authorDirk Koopman <djk@tobit.co.uk>
Sun, 24 Jun 2007 20:45:17 +0000 (21:45 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sun, 24 Jun 2007 20:45:17 +0000 (21:45 +0100)
Changes
data/bands.pl
perl/Version.pm

diff --git a/Changes b/Changes
index ded4c90ee1004ef0c7a2e294fc5a823a634b0d7e..ddfc347e72ae1b18b4612d4db74c0134673c4eed 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
 1. Fix the routing algorithms to allow route selection in the face of
 incomplete trees of nodes (trees as produced by sh/newc).
 2. Fix the obscout issues which mean that many nodes get timed out after 3hrs.
+3. Extend 4m to 70631 to cover CT.
 23Jun06=======================================================================
 1. fix basic deduping algorithm
 2. rearrange node startup protocol to avoid issuing unnecessary PC92 and also
index 5fadf9160455a9185356edea3f6eda13254b89c9..643358f7027a894c7db39b4e49a49d951ca60f1e 100644 (file)
@@ -98,7 +98,7 @@
                                                   ssb => [50100, 50500],
                                                 }, 'Bands'),
 
-                 '4m' => bless( { band => [70000, 70500],
+                 '4m' => bless( { band => [70000, 70631],
                                                   cw => [70030, 70250],
                                                   ssb => [70030, 70250],
                                                 }, 'Bands'),
index 703e9baf4762402fd5878093a3e7dd00d2e0a0a8..8bbdc37f76617168fc3e4533460b4ce66c1a0115 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '85';
+$build = '86';
 
 1;