started DB integration
authordjk <djk>
Sat, 17 Jul 1999 19:38:39 +0000 (19:38 +0000)
committerdjk <djk>
Sat, 17 Jul 1999 19:38:39 +0000 (19:38 +0000)
Changes
cmd/db.pl [new file with mode: 0644]
cmd/show/version.pl
perl/DXDb.pm [new file with mode: 0644]

diff --git a/Changes b/Changes
index ef4bd3d00e0fa57579478c1f8df01ae1d3640a17..4484aed95926214ff00ad13ba4e1925b9f6e6ce1 100644 (file)
--- 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 (file)
index 0000000..e69de29
index f6184a09f5b78d20495844295426e8b65db76918..3ce52700ec8df523459943a90d94366e2cef17f4 100644 (file)
@@ -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 (file)
index 0000000..e69de29