From 11ddef27f66f3ceb6b482c1c1f6d82d3d43576c1 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 24 Jun 2007 21:45:17 +0100 Subject: [PATCH] extend 4m in bands.pl to 70631 --- Changes | 1 + data/bands.pl | 2 +- perl/Version.pm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ded4c90e..ddfc347e 100644 --- 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 diff --git a/data/bands.pl b/data/bands.pl index 5fadf916..643358f7 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -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'), diff --git a/perl/Version.pm b/perl/Version.pm index 703e9baf..8bbdc37f 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '85'; +$build = '86'; 1; -- 2.34.1