From: djk Date: Sat, 17 Jul 1999 19:38:39 +0000 (+0000) Subject: started DB integration X-Git-Tag: R_1_31~10 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd864f3c8ed69e63f9873bf1728813a7cc56aa79;p=spider.git started DB integration --- 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