From: Dirk Koopman <djk@tobit.co.uk>
Date: Mon, 18 Jun 2007 14:45:26 +0000 (+0100)
Subject: add some words about creating input route filters
X-Git-Tag: 1.55~160^2
X-Git-Url: http://dxspider.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d4a32b02d01c70c475119c3617bb42ebe1fc03a;p=spider.git

add some words about creating input route filters
---

diff --git a/Changes b/Changes
index 372380a2..79166aab 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 18Jun06=======================================================================
 1. add a optional dependency on Encode (included in 5.8.x) to encode strings
 to latin1 for deduping purposes, hopefully getting rid of some dupes.
+2. add a default INPUT filter for a node (by_dxcc <node's country>) if no
+specific or default INPUT node exists.
 13Jun06=======================================================================
 1. start using git.
 2. change all the version / build numbering.
diff --git a/perl/Version.pm b/perl/Version.pm
index 470fa785..c77cd83e 100644
--- a/perl/Version.pm
+++ b/perl/Version.pm
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.54';
-$build = '47';
+$build = '48';
 
 1;