add some words about creating input route filters
authorDirk Koopman <djk@tobit.co.uk>
Mon, 18 Jun 2007 14:45:26 +0000 (15:45 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 18 Jun 2007 14:45:26 +0000 (15:45 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index 372380a2eb6d255e8abaa82466ecdff4396fd7da..79166aabe1f077ec0121e98e69ef121b8c7cccb4 100644 (file)
--- 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.
index 470fa7852543d950b17e4cf3ace201c4ea67c368..c77cd83efb51cd5c5545e77d3605cdff4aa44a16 100644 (file)
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.54';
-$build = '47';
+$build = '48';
 
 1;