From dd864f3c8ed69e63f9873bf1728813a7cc56aa79 Mon Sep 17 00:00:00 2001 From: djk Date: Sat, 17 Jul 1999 19:38:39 +0000 Subject: [PATCH] started DB integration --- Changes | 2 ++ cmd/db.pl | 0 cmd/show/version.pl | 2 +- perl/DXDb.pm | 0 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 cmd/db.pl create mode 100644 perl/DXDb.pm diff --git a/Changes b/Changes index ef4bd3d0..4484aed9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +17Jul99======================================================================= +1. Started database integration. 16Jul99======================================================================= 1. drop frames with 'illegal' characters in them (but pass frames with embedded %XX characters). diff --git a/cmd/db.pl b/cmd/db.pl new file mode 100644 index 00000000..e69de29b diff --git a/cmd/show/version.pl b/cmd/show/version.pl index f6184a09..3ce52700 100644 --- a/cmd/show/version.pl +++ b/cmd/show/version.pl @@ -9,6 +9,6 @@ my @out; push @out, "DX Spider Cluster version $main::version"; -push @out, "Copyright (c) 1998 Dirk Koopman G1TLH"; +push @out, "Copyright (c) 1998-1999 Dirk Koopman G1TLH"; return (1, @out); diff --git a/perl/DXDb.pm b/perl/DXDb.pm new file mode 100644 index 00000000..e69de29b -- 2.34.1