Merge /scm/spider into SIMPLEROUTE
authordirk <dirk@server.tobit.co.uk>
Thu, 14 Jun 2007 22:03:30 +0000 (00:03 +0200)
committerdirk <dirk@server.tobit.co.uk>
Thu, 14 Jun 2007 22:03:30 +0000 (00:03 +0200)
Conflicts:

.gitignore
Changes
cmd/Aliases
data/.gitignore
filter/.gitignore
msg/.gitignore
perl/DXChannel.pm
perl/DXProt.pm
perl/DXSql/SQLite.pm
perl/DXSql/mysql.pm
perl/DXXml.pm
perl/DXXml/Cmd.pm
perl/DXXml/IM.pm
perl/DXXml/Text.pm
perl/Msg.pm
perl/Route/Node.pm
perl/Version.pm

Fix merge into existing tree

1  2 
Changes
perl/DXChannel.pm
perl/Version.pm
perl/cluster.pl

diff --cc Changes
index 899cc36645c101235a737934eacef90f41ce5c30,b1cbb1c99dc39b7ec6aa90f1a2c7e35a444def01..edf2bfe3d4c1077d4d8ec16139c2e75452236271
+++ b/Changes
@@@ -1,11 -1,38 +1,41 @@@
- 15Jan06=======================================================================
 +13Jun06=======================================================================
 +1. start using git.
 +2. change all the version / build numbering.
 -1. prepare for git repository and moving of anon cvs repository to 
+ 14Jun07=======================================================================
 -1. add show/myfdx to Aliases. 
++1. prepare for git repository and moving of anon cvs repository to
+ scm.tobit.co.uk.
+ 11Jun07=======================================================================
+ 1. Change the frequency normalisation for DX Spot dupe checks so that any
+ decimal part is thrown away (in other words: truncate the freq to integer khz)
+ 20May07=======================================================================
+ 1. add 1704 cty.dat
+ 08Apr07=======================================================================
+ 1. add CTY-1703 cty.dat
+ 2. alter the way the dupefile deletion is done.
+ 18Mar07=======================================================================
+ 1. change URL in show/425.
+ 04Mar07=======================================================================
+ 1. add CTY 1702 prefix data files
+ 22Feb07=======================================================================
 -2. simplify PC17 handling 
++1. add show/myfdx to Aliases.
+ 15Feb07=======================================================================
+ 1. allow convkeps.pl to parse NORAD keps files.
+ 22Jan07=======================================================================
+ 1. disable default propagation of PC9x sentences
++2. simplify PC17 handling
+ 16Jan07=======================================================================
+ 1. back ported a change to PC16 handling so that a locally connected node's
+ info clears out and generally overrides any residual PC16 info gathered from
+ elsewhere.
+ 15Jan07=======================================================================
  1. added CTY-1701
- 07Jan06=======================================================================
+ 07Jan07=======================================================================
 -1. use IO::Socket blocking where available and switch off or ignore all 
 +1. use IO::Socket blocking where available and switch off or ignore all
  attempts to block.
+ 05Jan07=======================================================================
+ 1. increase default ephemeral deduping on PC15 to 6 minutes (from 2).
+ 23Nov06=======================================================================
+ 1. added wrapping to over length lines in console.pl.
  03Nov06=======================================================================
  1. add CTY-1609 changes
  2. add back Geo::Taf code with submitted mods
Simple merge
diff --cc perl/Version.pm
index 92136f5750e3d5e6678b53d392df93a4b5fe523b,42a2c0f454e4e7207fa893619dcafcfbb1e8d5ea..230b4a8395da398715f4d4b2bf8dc7f22e41a360
@@@ -6,5 -9,7 +9,7 @@@ package main
  
  use vars qw($version $build);
  
- $version = "1.54";
- $build = 467;
 -$version = '1.53';
 -$build = '10';
++$version = '1.54';
++$build = '3';
+ 1;
diff --cc perl/cluster.pl
Simple merge