add missing call for CTY-1805 cty.dat
authorDirk Koopman <djk@tobit.co.uk>
Wed, 28 May 2008 21:53:57 +0000 (22:53 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 28 May 2008 21:53:57 +0000 (22:53 +0100)
Changes
data/cty.dat
data/prefix_data.pl
perl/Version.pm

diff --git a/Changes b/Changes
index 6bc2e1a3c750ac4d58133f8d8ff2f0ba90655cb1..9834a7ae1467a90f6772fce28e7dcb59e26595a6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
 1. Improve the detection of short exact callsigns that are out of prefix area
 (eg K7A) (thank you FCC).
 2. Improve long line handling on console.pl
 1. Improve the detection of short exact callsigns that are out of prefix area
 (eg K7A) (thank you FCC).
 2. Improve long line handling on console.pl
+3. Add CTY-1805 cty.dat
 26May08=======================================================================
 1. Put a hard limit on the depth of searching for routes
 2. Add CTY-1804 prefix changes
 26May08=======================================================================
 1. Put a hard limit on the depth of searching for routes
 2. Add CTY-1804 prefix changes
index 204af60474d94f16bff52cf7b231acf05f84ba69..7c11903d8363f01907fe888a15aa82d79c402660 100644 (file)
@@ -877,7 +877,7 @@ El Salvador:              07:  11:  NA:   13.70:    89.20:     6.0:  YS:
 Serbia:                   15:  28:  EU:   44.90:   -20.50:    -1.0:  YU:
     4N,YT,YU,YZ;
 Kosova:                   15:  28:  EU:   42.70:   -21.20:    -1.0:  *YU8:
 Serbia:                   15:  28:  EU:   44.90:   -20.50:    -1.0:  YU:
     4N,YT,YU,YZ;
 Kosova:                   15:  28:  EU:   42.70:   -21.20:    -1.0:  *YU8:
-    =YU8/HB4FG,=YU8/OH2R;
+    =YU8/HB4FG,=YU8/OH2R,=YU8/LZ1BJ;
 Venezuela:                09:  12:  SA:   10.50:    67.00:     4.5:  YV:
     4M,YV,YW,YX,YY;
 Aves I.:                  08:  11:  NA:   15.70:    63.70:     4.0:  YV0:
 Venezuela:                09:  12:  SA:   10.50:    67.00:     4.5:  YV:
     4M,YV,YW,YX,YY;
 Aves I.:                  08:  11:  NA:   15.70:    63.70:     4.0:  YV0:
index f1444bdbbed27ba8c4e576ab35344c150c65aebb..892d0b6edd90c6fc1c9e295332a39b82eb9524b0 100644 (file)
   '=WT5L' => '220',
   '=WX4TM' => '220',
   '=YU8/HB4FG' => '338',
   '=WT5L' => '220',
   '=WX4TM' => '220',
   '=YU8/HB4FG' => '338',
+  '=YU8/LZ1BJ' => '338',
   '=YU8/OH2R' => '338',
   '=ZM80WB' => '253,520,521,522,523',
   'A2' => '1',
   '=YU8/OH2R' => '338',
   '=ZM80WB' => '253,520,521,522,523',
   'A2' => '1',
index 5af98d09d78f42d8b575ad03d19ec531103a1b7b..541cf53a96d65cfa2b67b34e8998be2d2d21246c 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
 
 $version = '1.55';
 $subversion = '0';
-$build = '11';
+$build = '12';
 
 1;
 
 1;