Merge commit '64461bf14f8ce1a'
authorDirk Koopman <djk@tobit.co.uk>
Wed, 3 Mar 2010 14:50:44 +0000 (14:50 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 3 Mar 2010 14:50:44 +0000 (14:50 +0000)
merge in 500khz changes

Conflicts:

Changes
perl/Version.pm

1  2 
Changes
perl/Version.pm

diff --cc Changes
index 3878652153f0a05f36f2d973482947420f217449,252d316dfb67feddc097517cb0eb2ae326b52cd2..3ae1e0658f9f2be7457602aaa50017bece3c2db2
+++ b/Changes
@@@ -1,5 -1,6 +1,10 @@@
++03Mar10=======================================================================
++1. add IP addresses to connecting PC92 A addresses and log them
+ 27Nov09=======================================================================
+ 1. Add 500khz band as suggested by Béla, HA5DI.
+ 2. Add CTY-1923 prefixes
 +26Nov09=======================================================================
 +1. add ip address to PC92 A records
  25Nov09=======================================================================
  1. Change sh/qrz to use the xml interface. You will have to subscribe to
  the xml interface - see http://www.qrz.com/XML/index.html for more info.
diff --cc perl/Version.pm
index 8b2a022e3767b2e8d2578ea8c73c6b71bdf700c9,55bcb9505639ee95b321aab095d08b3871966d44..55e382339a46633933886a1c63024fbbc6a69f28
@@@ -9,8 -9,8 +9,8 @@@ package main
  
  use vars qw($version $subversion $build);
  
 -$version = '1.55';
 +$version = '';
  $subversion = '0';
- $build = '57';
 -$build = '55';
++$build = '1';
  
  1;