[interchange-cvs] interchange - jon modified 58 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jan 24 00:08:00 2002


User:      jon
Date:      2002-01-24 05:07:04 GMT
Modified:  .        Tag: STABLE_4_8-branch Makefile.PL README
Modified:  SPECS    Tag: STABLE_4_8-branch interchange.spec
Modified:  dist/lib/UI Tag: STABLE_4_8-branch Primitive.pm
Modified:  lib/Vend Tag: STABLE_4_8-branch Cart.pm Config.pm Control.pm
Modified:           Data.pm DbSearch.pm Document.pm ECML.pm Error.pm
Modified:           External.pm Glimpse.pm Interpolate.pm MakeCat.pm
Modified:           Order.pm Page.pm Parse.pm Parser.pm Payment.pm
Modified:           SOAP.pm Scan.pm Search.pm Server.pm Session.pm
Modified:           SessionDB.pm SessionFile.pm Tags.pm TextSearch.pm
Modified:           UserDB.pm Util.pm
Modified:  lib/Vend/Payment Tag: STABLE_4_8-branch AuthorizeNet.pm
Modified:           BoA.pm CCVS.pm CyberCash.pm Signio.pm Skipjack.pm
Modified:           iTransact.pm
Modified:  lib/Vend/SOAP Tag: STABLE_4_8-branch Transport.pm
Modified:  lib/Vend/Table Tag: STABLE_4_8-branch Common.pm DBI.pm
Modified:           DB_File.pm GDBM.pm InMemory.pm LDAP.pm SDBM.pm
Modified:  scripts  Tag: STABLE_4_8-branch compile_link.PL
Modified:           config_prog.PL dump.PL expire.PL expireall.PL
Modified:           interchange.PL localize.PL makecat.PL offline.PL
Modified:           restart.PL update.PL
Log:
Update version number and copyright year, to prepare for the eventual
day when we release version 4.8.4.

Revision  Changes    Path
No                   revision



No                   revision



2.9.2.9   +2 -2      interchange/Makefile.PL


rev 2.9.2.9, prev_rev 2.9.2.8
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.9.2.8
retrieving revision 2.9.2.9
diff -u -u -r2.9.2.8 -r2.9.2.9
--- Makefile.PL	27 Nov 2001 17:02:35 -0000	2.9.2.8
+++ Makefile.PL	24 Jan 2002 05:07:01 -0000	2.9.2.9
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '4.8.3';
+$VERSION = '4.8.4';
 
 # See if we have the CPAN module
 
@@ -153,7 +153,7 @@
 
  Interchange V$VERSION
  
-  Copyright (C) 1996-2001 Red Hat, Inc. <interchange\@redhat.com>
+  Copyright (C) 1996-2002 Red Hat, Inc. <interchange\@redhat.com>
 
  Interchange is free under the terms of the GNU General Public License.
 



2.4.2.3   +3 -3      interchange/README


rev 2.4.2.3, prev_rev 2.4.2.2
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.4.2.2
retrieving revision 2.4.2.3
diff -u -u -r2.4.2.2 -r2.4.2.3
--- README	13 Oct 2001 23:10:22 -0000	2.4.2.2
+++ README	24 Jan 2002 05:07:01 -0000	2.4.2.3
@@ -2,9 +2,9 @@
 
                            I N T E R C H A N G E
 
-Interchange 4.8.3
+Interchange 4.8.4
 
-Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 
 Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox.
 
@@ -106,7 +106,7 @@
 may not be available if you are not using an SQL database such as
 MySQL or PostgreSQL.
 
-Visit http://demo.akopia.com/ to see a live demo on our servers.
+Visit http://demo.interchange.redhat.com/ to see a live demo on our servers.
 
 -----------------------------------------------------------------------------
 



No                   revision



No                   revision



2.4.2.5   +1 -1      interchange/SPECS/interchange.spec


rev 2.4.2.5, prev_rev 2.4.2.4
Index: interchange.spec
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.spec,v
retrieving revision 2.4.2.4
retrieving revision 2.4.2.5
diff -u -u -r2.4.2.4 -r2.4.2.5
--- interchange.spec	7 Nov 2001 01:40:44 -0000	2.4.2.4
+++ interchange.spec	24 Jan 2002 05:07:01 -0000	2.4.2.5
@@ -1,4 +1,4 @@
-%define ic_version			4.8.3
+%define ic_version			4.8.4
 %define ic_rpm_release		1
 %define ic_package_basename	interchange
 %define ic_user				interch



No                   revision



No                   revision



2.1.2.3   +3 -3      interchange/dist/lib/UI/Primitive.pm


rev 2.1.2.3, prev_rev 2.1.2.2
Index: Primitive.pm
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/Primitive.pm,v
retrieving revision 2.1.2.2
retrieving revision 2.1.2.3
diff -u -u -r2.1.2.2 -r2.1.2.3
--- Primitive.pm	29 Nov 2001 21:19:27 -0000	2.1.2.2
+++ Primitive.pm	24 Jan 2002 05:07:01 -0000	2.1.2.3
@@ -1,8 +1,8 @@
 # UI::Primitive - Interchange configuration manager primitives
 
-# $Id: Primitive.pm,v 2.1.2.2 2001/11/29 21:19:27 jon Exp $
+# $Id: Primitive.pm,v 2.1.2.3 2002/01/24 05:07:01 jon Exp $
 
-# Copyright (C) 1998-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1998-2002 Red Hat, Inc. <interchange@redhat.com>
 
 # Author: Michael J. Heins <mheins@redhat.com>
 # Former maintainer: Stefan Hornburg <racke@linuxia.de>
@@ -25,7 +25,7 @@
 
 package UI::Primitive;
 
-$VERSION = substr(q$Revision: 2.1.2.2 $, 10);
+$VERSION = substr(q$Revision: 2.1.2.3 $, 10);
 $DEBUG = 0;
 
 use vars qw!



No                   revision



No                   revision



2.1.2.1   +3 -3      interchange/lib/Vend/Cart.pm


rev 2.1.2.1, prev_rev 2.1
Index: Cart.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Cart.pm,v
retrieving revision 2.1
retrieving revision 2.1.2.1
diff -u -u -r2.1 -r2.1.2.1
--- Cart.pm	6 Aug 2001 15:49:47 -0000	2.1
+++ Cart.pm	24 Jan 2002 05:07:01 -0000	2.1.2.1
@@ -1,8 +1,8 @@
 # Vend::Cart - Interchange shopping cart management routines
 #
-# $Id: Cart.pm,v 2.1 2001/08/06 15:49:47 heins Exp $
+# $Id: Cart.pm,v 2.1.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -24,7 +24,7 @@
 
 package Vend::Cart;
 
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.1.2.1 $, 10);
 
 use strict;
 



2.2.2.6   +3 -3      interchange/lib/Vend/Config.pm


rev 2.2.2.6, prev_rev 2.2.2.5
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.2.2.5
retrieving revision 2.2.2.6
diff -u -u -r2.2.2.5 -r2.2.2.6
--- Config.pm	4 Jan 2002 01:02:15 -0000	2.2.2.5
+++ Config.pm	24 Jan 2002 05:07:01 -0000	2.2.2.6
@@ -1,8 +1,8 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.2.2.5 2002/01/04 01:02:15 jon Exp $
+# $Id: Config.pm,v 2.2.2.6 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -95,7 +95,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.2.2.5 $, 10);
+$VERSION = substr(q$Revision: 2.2.2.6 $, 10);
 
 my %CDname;
 



2.0.2.1   +2 -2      interchange/lib/Vend/Control.pm


rev 2.0.2.1, prev_rev 2.0
Index: Control.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Control.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Control.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ Control.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Control - Routines that alter the running Interchange daemon
 # 
-# $Id: Control.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: Control.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>



2.0.2.4   +2 -2      interchange/lib/Vend/Data.pm


rev 2.0.2.4, prev_rev 2.0.2.3
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.0.2.3
retrieving revision 2.0.2.4
diff -u -u -r2.0.2.3 -r2.0.2.4
--- Data.pm	25 Oct 2001 23:26:06 -0000	2.0.2.3
+++ Data.pm	24 Jan 2002 05:07:01 -0000	2.0.2.4
@@ -1,8 +1,8 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.0.2.3 2001/10/25 23:26:06 jon Exp $
+# $Id: Data.pm,v 2.0.2.4 2002/01/24 05:07:01 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>



2.0.2.8   +3 -3      interchange/lib/Vend/DbSearch.pm


rev 2.0.2.8, prev_rev 2.0.2.7
Index: DbSearch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/DbSearch.pm,v
retrieving revision 2.0.2.7
retrieving revision 2.0.2.8
diff -u -u -r2.0.2.7 -r2.0.2.8
--- DbSearch.pm	26 Nov 2001 14:33:26 -0000	2.0.2.7
+++ DbSearch.pm	24 Jan 2002 05:07:01 -0000	2.0.2.8
@@ -1,10 +1,10 @@
 # Vend::DbSearch - Search indexes with Interchange
 #
-# $Id: DbSearch.pm,v 2.0.2.7 2001/11/26 14:33:26 jon Exp $
+# $Id: DbSearch.pm,v 2.0.2.8 2002/01/24 05:07:01 jon Exp $
 #
 # Adapted for use with Interchange from Search::TextSearch
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.0.2.7 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.8 $, 10);
 
 use Search::Dict;
 use strict;



2.0.2.1   +2 -2      interchange/lib/Vend/Document.pm


rev 2.0.2.1, prev_rev 2.0
Index: Document.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Document.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Document.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ Document.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Document - Document object for Interchange embedded Perl/ASP
 # 
-# $Id: Document.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: Document.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.0.2.1   +2 -2      interchange/lib/Vend/ECML.pm


rev 2.0.2.1, prev_rev 2.0
Index: ECML.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/ECML.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- ECML.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ ECML.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::ECML - map Interchange forms/userdb to ECML checkout
 #
-# $Id: ECML.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: ECML.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.1.2.2   +3 -3      interchange/lib/Vend/Error.pm


rev 2.1.2.2, prev_rev 2.1.2.1
Index: Error.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Error.pm,v
retrieving revision 2.1.2.1
retrieving revision 2.1.2.2
diff -u -u -r2.1.2.1 -r2.1.2.2
--- Error.pm	6 Oct 2001 06:20:08 -0000	2.1.2.1
+++ Error.pm	24 Jan 2002 05:07:01 -0000	2.1.2.2
@@ -1,8 +1,8 @@
 # Vend::Error - Handle Interchange error pages and messages
 # 
-# $Id: Error.pm,v 2.1.2.1 2001/10/06 06:20:08 mheins Exp $
+# $Id: Error.pm,v 2.1.2.2 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.1.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.1.2.2 $, 10);
 
 sub get_locale_message {
 	my ($code, $message, @arg) = @_;



2.0.2.1   +2 -2      interchange/lib/Vend/External.pm


rev 2.0.2.1, prev_rev 2.0
Index: External.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/External.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- External.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ External.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::External - Interchange routines for calling external programs
 # 
-# $Id: External.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: External.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.0.2.1   +3 -3      interchange/lib/Vend/Glimpse.pm


rev 2.0.2.1, prev_rev 2.0
Index: Glimpse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Glimpse.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Glimpse.pm	18 Jul 2001 02:23:13 -0000	2.0
+++ Glimpse.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,10 +1,10 @@
 # Vend::Glimpse - Search indexes with Glimpse
 #
-# $Id: Glimpse.pm,v 2.0 2001/07/18 02:23:13 jon Exp $
+# $Id: Glimpse.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
 # Adapted for use with Interchange from Search::Glimpse
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 require Vend::Search;
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 use strict;
 
 sub array {



2.9.2.11  +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.9.2.11, prev_rev 2.9.2.10
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.9.2.10
retrieving revision 2.9.2.11
diff -u -u -r2.9.2.10 -r2.9.2.11
--- Interpolate.pm	22 Jan 2002 02:47:02 -0000	2.9.2.10
+++ Interpolate.pm	24 Jan 2002 05:07:01 -0000	2.9.2.11
@@ -1,8 +1,8 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.9.2.10 2002/01/22 02:47:02 mheins Exp $
+# $Id: Interpolate.pm,v 2.9.2.11 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -27,7 +27,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.9.2.10 $, 10);
+$VERSION = substr(q$Revision: 2.9.2.11 $, 10);
 
 @EXPORT = qw (
 



2.4.2.1   +3 -3      interchange/lib/Vend/MakeCat.pm


rev 2.4.2.1, prev_rev 2.4
Index: MakeCat.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/MakeCat.pm,v
retrieving revision 2.4
retrieving revision 2.4.2.1
diff -u -u -r2.4 -r2.4.2.1
--- MakeCat.pm	11 Aug 2001 03:35:20 -0000	2.4
+++ MakeCat.pm	24 Jan 2002 05:07:01 -0000	2.4.2.1
@@ -1,8 +1,8 @@
 # Vend::MakeCat - Routines for Interchange catalog configurator
 #
-# $Id: MakeCat.pm,v 2.4 2001/08/11 03:35:20 heins Exp $
+# $Id: MakeCat.pm,v 2.4.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -55,7 +55,7 @@
 use strict;
 
 use vars qw($Force $Error $History $VERSION);
-$VERSION = substr(q$Revision: 2.4 $, 10);
+$VERSION = substr(q$Revision: 2.4.2.1 $, 10);
 
 $Force = 0;
 $History = 0;



2.6.2.5   +3 -3      interchange/lib/Vend/Order.pm


rev 2.6.2.5, prev_rev 2.6.2.4
Index: Order.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Order.pm,v
retrieving revision 2.6.2.4
retrieving revision 2.6.2.5
diff -u -u -r2.6.2.4 -r2.6.2.5
--- Order.pm	26 Nov 2001 11:46:10 -0000	2.6.2.4
+++ Order.pm	24 Jan 2002 05:07:01 -0000	2.6.2.5
@@ -1,8 +1,8 @@
 # Vend::Order - Interchange order routing routines
 #
-# $Id: Order.pm,v 2.6.2.4 2001/11/26 11:46:10 racke Exp $
+# $Id: Order.pm,v 2.6.2.5 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -28,7 +28,7 @@
 package Vend::Order;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.6.2.4 $, 10);
+$VERSION = substr(q$Revision: 2.6.2.5 $, 10);
 
 @ISA = qw(Exporter);
 



2.0.2.3   +3 -3      interchange/lib/Vend/Page.pm


rev 2.0.2.3, prev_rev 2.0.2.2
Index: Page.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Page.pm,v
retrieving revision 2.0.2.2
retrieving revision 2.0.2.3
diff -u -u -r2.0.2.2 -r2.0.2.3
--- Page.pm	13 Oct 2001 20:35:42 -0000	2.0.2.2
+++ Page.pm	24 Jan 2002 05:07:01 -0000	2.0.2.3
@@ -1,8 +1,8 @@
 # Vend::Page - Handle Interchange page routing
 # 
-# $Id: Page.pm,v 2.0.2.2 2001/10/13 20:35:42 mheins Exp $
+# $Id: Page.pm,v 2.0.2.3 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -45,7 +45,7 @@
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
 
 my $wantref = 1;
 



2.0.2.4   +3 -3      interchange/lib/Vend/Parse.pm


rev 2.0.2.4, prev_rev 2.0.2.3
Index: Parse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.0.2.3
retrieving revision 2.0.2.4
diff -u -u -r2.0.2.3 -r2.0.2.4
--- Parse.pm	13 Oct 2001 23:10:23 -0000	2.0.2.3
+++ Parse.pm	24 Jan 2002 05:07:01 -0000	2.0.2.4
@@ -1,8 +1,8 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.0.2.3 2001/10/13 23:10:23 mheins Exp $
+# $Id: Parse.pm,v 2.0.2.4 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -35,7 +35,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.4 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);



2.0.2.1   +4 -4      interchange/lib/Vend/Parser.pm


rev 2.0.2.1, prev_rev 2.0
Index: Parser.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parser.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Parser.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ Parser.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Parser - Interchange parser class
 #
-# $Id: Parser.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: Parser.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1997-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1997-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Based on HTML::Parser
 # Copyright 1996 Gisle Aas. All rights reserved.
@@ -47,7 +47,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 1997-2001 Red Hat, Inc.  
+Copyright 1997-2002 Red Hat, Inc.  
 Original HTML::Parser module copyright 1996 Gisle Aas.
 
 This library is free software; you can redistribute it and/or
@@ -66,7 +66,7 @@
 
 use HTML::Entities ();
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 
 sub new



2.2.2.1   +3 -3      interchange/lib/Vend/Payment.pm


rev 2.2.2.1, prev_rev 2.2
Index: Payment.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment.pm,v
retrieving revision 2.2
retrieving revision 2.2.2.1
diff -u -u -r2.2 -r2.2.2.1
--- Payment.pm	20 Jul 2001 21:52:44 -0000	2.2
+++ Payment.pm	24 Jan 2002 05:07:01 -0000	2.2.2.1
@@ -1,8 +1,8 @@
 # Vend::Payment - Interchange payment processing routines
 #
-# $Id: Payment.pm,v 2.2 2001/07/20 21:52:44 heins Exp $
+# $Id: Payment.pm,v 2.2.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 package Vend::Payment;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.2.2.1 $, 10);
 
 @ISA = qw(Exporter);
 



2.0.2.1   +3 -3      interchange/lib/Vend/SOAP.pm


rev 2.0.2.1, prev_rev 2.0
Index: SOAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SOAP.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- SOAP.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ SOAP.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::SOAP - Handle SOAP connections for Interchange
 #
-# $Id: SOAP.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: SOAP.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@
 use strict;
 
 use vars qw($VERSION @ISA $AUTOLOAD);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 @ISA = qw/SOAP::Server/;
 
 my %Allowed_tags;



2.0.2.3   +3 -3      interchange/lib/Vend/Scan.pm


rev 2.0.2.3, prev_rev 2.0.2.2
Index: Scan.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Scan.pm,v
retrieving revision 2.0.2.2
retrieving revision 2.0.2.3
diff -u -u -r2.0.2.2 -r2.0.2.3
--- Scan.pm	21 Nov 2001 18:24:00 -0000	2.0.2.2
+++ Scan.pm	24 Jan 2002 05:07:01 -0000	2.0.2.3
@@ -1,8 +1,8 @@
 # Vend::Scan - Prepare searches for Interchange
 #
-# $Id: Scan.pm,v 2.0.2.2 2001/11/21 18:24:00 jon Exp $
+# $Id: Scan.pm,v 2.0.2.3 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
 			perform_search
 			);
 
-$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
 
 use strict;
 use Vend::Util;



2.0.2.1   +3 -3      interchange/lib/Vend/Search.pm


rev 2.0.2.1, prev_rev 2.0
Index: Search.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Search.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Search.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ Search.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Search - Base class for search engines
 #
-# $Id: Search.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: Search.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 
 package Vend::Search;
 
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 use strict;
 use vars qw($VERSION);



2.0.2.1   +3 -3      interchange/lib/Vend/Server.pm


rev 2.0.2.1, prev_rev 2.0
Index: Server.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Server.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Server.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ Server.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Server - Listen for Interchange CGI requests as a background server
 #
-# $Id: Server.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: Server.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -25,7 +25,7 @@
 package Vend::Server;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 use POSIX qw(setsid strftime);
 use Vend::Util;



2.0.2.1   +3 -3      interchange/lib/Vend/Session.pm


rev 2.0.2.1, prev_rev 2.0
Index: Session.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Session.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Session.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ Session.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Session - Interchange session routines
 #
-# $Id: Session.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: Session.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -26,7 +26,7 @@
 require Exporter;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 @ISA = qw(Exporter);
 



2.0.2.1   +3 -3      interchange/lib/Vend/SessionDB.pm


rev 2.0.2.1, prev_rev 2.0
Index: SessionDB.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SessionDB.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- SessionDB.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ SessionDB.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::SessionDB - Stores Interchange session information in files
 #
-# $Id: SessionDB.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: SessionDB.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 use Vend::Util;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 my $SessionDB;
 my $SessionLock;



2.0.2.1   +3 -3      interchange/lib/Vend/SessionFile.pm


rev 2.0.2.1, prev_rev 2.0
Index: SessionFile.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SessionFile.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- SessionFile.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ SessionFile.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::SessionFile - Stores Interchange session information in files
 #
-# $Id: SessionFile.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: SessionFile.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 use Vend::Util;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 my $SessionDir;
 my $CommDir;



2.0.2.1   +2 -2      interchange/lib/Vend/Tags.pm


rev 2.0.2.1, prev_rev 2.0
Index: Tags.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Tags.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Tags.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ Tags.pm	24 Jan 2002 05:07:02 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Tags - Interpret Interchange tags for Safe
 # 
-# $Id: Tags.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: Tags.pm,v 2.0.2.1 2002/01/24 05:07:02 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.0.2.1   +3 -3      interchange/lib/Vend/TextSearch.pm


rev 2.0.2.1, prev_rev 2.0
Index: TextSearch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/TextSearch.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- TextSearch.pm	18 Jul 2001 02:23:14 -0000	2.0
+++ TextSearch.pm	24 Jan 2002 05:07:02 -0000	2.0.2.1
@@ -1,10 +1,10 @@
 # Vend::TextSearch - Search indexes with Perl
 #
-# $Id: TextSearch.pm,v 2.0 2001/07/18 02:23:14 jon Exp $
+# $Id: TextSearch.pm,v 2.0.2.1 2002/01/24 05:07:02 jon Exp $
 #
 # Adapted for use with Interchange from Search::TextSearch
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
 use vars qw(@ISA);
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 use Search::Dict;
 use strict;



2.0.2.2   +3 -3      interchange/lib/Vend/UserDB.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: UserDB.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/UserDB.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- UserDB.pm	17 Aug 2001 22:30:09 -0000	2.0.2.1
+++ UserDB.pm	24 Jan 2002 05:07:02 -0000	2.0.2.2
@@ -1,8 +1,8 @@
 # Vend::UserDB - Interchange user database functions
 #
-# $Id: UserDB.pm,v 2.0.2.1 2001/08/17 22:30:09 heins Exp $
+# $Id: UserDB.pm,v 2.0.2.2 2002/01/24 05:07:02 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 
 package Vend::UserDB;
 
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 
 use vars qw!
 	$VERSION



2.1.2.4   +3 -3      interchange/lib/Vend/Util.pm


rev 2.1.2.4, prev_rev 2.1.2.3
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.1.2.3
retrieving revision 2.1.2.4
diff -u -u -r2.1.2.3 -r2.1.2.4
--- Util.pm	15 Nov 2001 16:42:55 -0000	2.1.2.3
+++ Util.pm	24 Jan 2002 05:07:02 -0000	2.1.2.4
@@ -1,8 +1,8 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.1.2.3 2001/11/15 16:42:55 jon Exp $
+# $Id: Util.pm,v 2.1.2.4 2002/01/24 05:07:02 jon Exp $
 # 
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -74,7 +74,7 @@
 use Errno;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.1.2.3 $, 10);
+$VERSION = substr(q$Revision: 2.1.2.4 $, 10);
 
 BEGIN {
 	eval {



No                   revision



No                   revision



2.1.2.3   +3 -3      interchange/lib/Vend/Payment/AuthorizeNet.pm


rev 2.1.2.3, prev_rev 2.1.2.2
Index: AuthorizeNet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/AuthorizeNet.pm,v
retrieving revision 2.1.2.2
retrieving revision 2.1.2.3
diff -u -u -r2.1.2.2 -r2.1.2.3
--- AuthorizeNet.pm	2 Nov 2001 13:44:47 -0000	2.1.2.2
+++ AuthorizeNet.pm	24 Jan 2002 05:07:03 -0000	2.1.2.3
@@ -1,8 +1,8 @@
 # Vend::Payment::AuthorizeNet - Interchange AuthorizeNet support
 #
-# $Id: AuthorizeNet.pm,v 2.1.2.2 2001/11/02 13:44:47 mheins Exp $
+# $Id: AuthorizeNet.pm,v 2.1.2.3 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # by mark@summersault.com with code reused and inspired by
 #	Mike Heins <mheins@redhat.com>
@@ -38,7 +38,7 @@
 
 =head1 Interchange AuthorizeNet Support
 
-Vend::Payment::AuthorizeNet $Revision: 2.1.2.2 $
+Vend::Payment::AuthorizeNet $Revision: 2.1.2.3 $
 
 =head1 SYNOPSIS
 



1.3.2.2   +3 -3      interchange/lib/Vend/Payment/BoA.pm


rev 1.3.2.2, prev_rev 1.3.2.1
Index: BoA.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/BoA.pm,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -u -r1.3.2.1 -r1.3.2.2
--- BoA.pm	14 Nov 2001 01:22:24 -0000	1.3.2.1
+++ BoA.pm	24 Jan 2002 05:07:03 -0000	1.3.2.2
@@ -1,8 +1,8 @@
 # Vend::Payment::BoA - Interchange BoA support
 #
-# $Id: BoA.pm,v 1.3.2.1 2001/11/14 01:22:24 mheins Exp $
+# $Id: BoA.pm,v 1.3.2.2 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # by Mark Johnson <markj@redhat.com> based off of
 # AuthorizeNet.pm by
@@ -33,7 +33,7 @@
 
 =head1 Interchange BoA Support
 
-Vend::Payment::BoA $Revision: 1.3.2.1 $
+Vend::Payment::BoA $Revision: 1.3.2.2 $
 
 =head1 SYNOPSIS
 



2.0.2.1   +3 -3      interchange/lib/Vend/Payment/CCVS.pm


rev 2.0.2.1, prev_rev 2.0
Index: CCVS.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/CCVS.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- CCVS.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ CCVS.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::CCVS - Interchange CCVS support
 #
-# $Id: CCVS.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: CCVS.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Author: Mike Heins <mheins@redhat.com>
 
@@ -25,7 +25,7 @@
 
 =head1 Interchange CCVS support
 
-Vend::Payment::CCVS $Revision: 2.0 $
+Vend::Payment::CCVS $Revision: 2.0.2.1 $
 
 =head1 SYNOPSIS
 



2.0.2.1   +4 -4      interchange/lib/Vend/Payment/CyberCash.pm


rev 2.0.2.1, prev_rev 2.0
Index: CyberCash.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/CyberCash.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- CyberCash.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ CyberCash.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::CyberCash - Interchange CyberCash support
 #
-# $Id: CyberCash.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: CyberCash.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,11 +24,11 @@
 
 package Vend::Payment::CyberCash;
 
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 =head1 Interchange CyberCash Support
 
-Vend::Payment::CyberCash $Revision: 2.0 $
+Vend::Payment::CyberCash $Revision: 2.0.2.1 $
 
 =head1 SYNOPSIS
 



2.0.2.1   +3 -3      interchange/lib/Vend/Payment/Signio.pm


rev 2.0.2.1, prev_rev 2.0
Index: Signio.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Signio.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Signio.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ Signio.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::Signio - Interchange Signio support
 #
-# $Id: Signio.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: Signio.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Written by Cameron Prince <cprince@redhat.com> and
 # Mark Johnson <markj@redhat.com>,
@@ -27,7 +27,7 @@
 
 =head1 Interchange Signio Support
 
-Vend::Payment::Signio $Revision: 2.0 $
+Vend::Payment::Signio $Revision: 2.0.2.1 $
 
 =head1 SYNOPSIS
 



2.0.2.1   +3 -3      interchange/lib/Vend/Payment/Skipjack.pm


rev 2.0.2.1, prev_rev 2.0
Index: Skipjack.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/Skipjack.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Skipjack.pm	18 Jul 2001 02:23:16 -0000	2.0
+++ Skipjack.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Payment::Skipjack - Interchange Skipjack support
 #
-# $Id: Skipjack.pm,v 2.0 2001/07/18 02:23:16 jon Exp $
+# $Id: Skipjack.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Written by Cameron Prince <cprince@redhat.com> and
 # Mark Johnson <markj@redhat.com>,
@@ -27,7 +27,7 @@
 
 =head1 Interchange Skipjack Support
 
-Vend::Payment::Skipjack $Revision: 2.0 $
+Vend::Payment::Skipjack $Revision: 2.0.2.1 $
 
 =head1 SYNOPSIS
 



2.0.2.2   +3 -3      interchange/lib/Vend/Payment/iTransact.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: iTransact.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Payment/iTransact.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- iTransact.pm	7 Jan 2002 15:21:56 -0000	2.0.2.1
+++ iTransact.pm	24 Jan 2002 05:07:03 -0000	2.0.2.2
@@ -1,8 +1,8 @@
 # Vend::Payment::iTransact - Interchange iTransact Support
 #
-# $Id: iTransact.pm,v 2.0.2.1 2002/01/07 15:21:56 mheins Exp $
+# $Id: iTransact.pm,v 2.0.2.2 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1999-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1999-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # Written by Cameron Prince <cprince@redhat.com> and
 # Mark Johnson <markj@redhat.com>,
@@ -27,7 +27,7 @@
 
 =head1 Interchange iTransact Support
 
-Vend::Payment::iTransact $Revision: 2.0.2.1 $
+Vend::Payment::iTransact $Revision: 2.0.2.2 $
 
 =head1 SYNOPSIS
 



No                   revision



No                   revision



2.0.2.1   +3 -3      interchange/lib/Vend/SOAP/Transport.pm


rev 2.0.2.1, prev_rev 2.0
Index: Transport.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SOAP/Transport.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- Transport.pm	18 Jul 2001 02:23:18 -0000	2.0
+++ Transport.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # SOAP::Transport - Handle Interchange SOAP connections
 #
-# $Id: Transport.pm,v 2.0 2001/07/18 02:23:18 jon Exp $
+# $Id: Transport.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 # ======================================================================
 



No                   revision



No                   revision



2.0.2.4   +3 -3      interchange/lib/Vend/Table/Common.pm


rev 2.0.2.4, prev_rev 2.0.2.3
Index: Common.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Common.pm,v
retrieving revision 2.0.2.3
retrieving revision 2.0.2.4
diff -u -u -r2.0.2.3 -r2.0.2.4
--- Common.pm	2 Nov 2001 13:26:57 -0000	2.0.2.3
+++ Common.pm	24 Jan 2002 05:07:03 -0000	2.0.2.4
@@ -1,8 +1,8 @@
 # Vend::Table::Common - Common access methods for Interchange databases
 #
-# $Id: Common.pm,v 2.0.2.3 2001/11/02 13:26:57 mheins Exp $
+# $Id: Common.pm,v 2.0.2.4 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -22,7 +22,7 @@
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA.
 
-$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.4 $, 10);
 use strict;
 
 package Vend::Table::Common;



2.0.2.5   +3 -3      interchange/lib/Vend/Table/DBI.pm


rev 2.0.2.5, prev_rev 2.0.2.4
Index: DBI.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DBI.pm,v
retrieving revision 2.0.2.4
retrieving revision 2.0.2.5
diff -u -u -r2.0.2.4 -r2.0.2.5
--- DBI.pm	5 Dec 2001 15:36:37 -0000	2.0.2.4
+++ DBI.pm	24 Jan 2002 05:07:03 -0000	2.0.2.5
@@ -1,8 +1,8 @@
 # Vend::Table::DBI - Access a table stored in an DBI/DBD database
 #
-# $Id: DBI.pm,v 2.0.2.4 2001/12/05 15:36:37 mheins Exp $
+# $Id: DBI.pm,v 2.0.2.5 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::DBI;
-$VERSION = substr(q$Revision: 2.0.2.4 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.5 $, 10);
 
 use strict;
 



2.0.2.1   +3 -3      interchange/lib/Vend/Table/DB_File.pm


rev 2.0.2.1, prev_rev 2.0
Index: DB_File.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DB_File.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- DB_File.pm	18 Jul 2001 02:23:20 -0000	2.0
+++ DB_File.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Table::DB_File - Access an Interchange table stored in a DB file hash
 #
-# $Id: DB_File.pm,v 2.0 2001/07/18 02:23:20 jon Exp $
+# $Id: DB_File.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -30,7 +30,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



2.0.2.1   +3 -3      interchange/lib/Vend/Table/GDBM.pm


rev 2.0.2.1, prev_rev 2.0
Index: GDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/GDBM.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- GDBM.pm	18 Jul 2001 02:23:20 -0000	2.0
+++ GDBM.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Table::GDBM - Access an Interchange table stored in a GDBM file
 #
-# $Id: GDBM.pm,v 2.0 2001/07/18 02:23:20 jon Exp $
+# $Id: GDBM.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -29,7 +29,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 sub new {
 	my ($class, $obj) = @_;



2.0.2.2   +3 -3      interchange/lib/Vend/Table/InMemory.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: InMemory.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/InMemory.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- InMemory.pm	8 Jan 2002 04:39:52 -0000	2.0.2.1
+++ InMemory.pm	24 Jan 2002 05:07:03 -0000	2.0.2.2
@@ -1,8 +1,8 @@
 # Vend::Table::InMemory - Store an Interchange table in memory
 #
-# $Id: InMemory.pm,v 2.0.2.1 2002/01/08 04:39:52 mheins Exp $
+# $Id: InMemory.pm,v 2.0.2.2 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -25,7 +25,7 @@
 package Vend::Table::InMemory;
 use Vend::Table::Common;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 use strict;
 
 # 0: column names



2.0.2.1   +3 -3      interchange/lib/Vend/Table/LDAP.pm


rev 2.0.2.1, prev_rev 2.0
Index: LDAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/LDAP.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- LDAP.pm	18 Jul 2001 02:23:20 -0000	2.0
+++ LDAP.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Table::LDAP - Interchange LDAP pseudo-table access
 #
-# $Id: LDAP.pm,v 2.0 2001/07/18 02:23:20 jon Exp $
+# $Id: LDAP.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -24,7 +24,7 @@
 
 package Vend::Table::LDAP;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 use strict;
 
 use vars qw(



2.0.2.1   +4 -4      interchange/lib/Vend/Table/SDBM.pm


rev 2.0.2.1, prev_rev 2.0
Index: SDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/SDBM.pm,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- SDBM.pm	18 Jul 2001 02:23:20 -0000	2.0
+++ SDBM.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 # Vend::Table::SDBM - Access an Interchange table stored in Perl's internal SDBM
 #
-# $Id: SDBM.pm,v 2.0 2001/07/18 02:23:20 jon Exp $
+# $Id: SDBM.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -23,7 +23,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::SDBM;
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 use strict;
 use Fcntl;
 use SDBM_File;
@@ -31,7 +31,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.0 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



No                   revision



No                   revision



2.0.2.2   +2 -2      interchange/scripts/compile_link.PL


rev 2.0.2.2, prev_rev 2.0.2.1
Index: compile_link.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/compile_link.PL,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- compile_link.PL	18 Aug 2001 13:55:17 -0000	2.0.2.1
+++ compile_link.PL	24 Jan 2002 05:07:03 -0000	2.0.2.2
@@ -50,9 +50,9 @@
 #
 # Interchange link program configurator
 #
-# $Id: compile_link.PL,v 2.0.2.1 2001/08/18 13:55:17 heins Exp $
+# $Id: compile_link.PL,v 2.0.2.2 2002/01/24 05:07:03 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.0.2.1   +3 -3      interchange/scripts/config_prog.PL


rev 2.0.2.1, prev_rev 2.0
Index: config_prog.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/config_prog.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- config_prog.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ config_prog.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange program configurator
 #
-# $Id: config_prog.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: config_prog.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -180,7 +180,7 @@
 
 =head1 VERSION
 
-# $Id: config_prog.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: config_prog.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 
 =head1 DESCRIPTION
 



2.0.2.1   +3 -3      interchange/scripts/dump.PL


rev 2.0.2.1, prev_rev 2.0
Index: dump.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/dump.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- dump.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ dump.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange session dumper
 #
-# $Id: dump.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: dump.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -268,7 +268,7 @@
 
 =head1 VERSION
 
-# $Id: dump.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: dump.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 
 =head1 SEE ALSO
 



2.0.2.1   +2 -2      interchange/scripts/expire.PL


rev 2.0.2.1, prev_rev 2.0
Index: expire.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/expire.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- expire.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ expire.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange session expiration
 #
-# $Id: expire.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: expire.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>



2.0.2.1   +3 -3      interchange/scripts/expireall.PL


rev 2.0.2.1, prev_rev 2.0
Index: expireall.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/expireall.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- expireall.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ expireall.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange session expiration for all catalogs
 #
-# $Id: expireall.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: expireall.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -172,7 +172,7 @@
 
 =head1 VERSION
 
-# $Id: expireall.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: expireall.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 
 =head1 DESCRIPTION
 



2.7.2.7   +7 -7      interchange/scripts/interchange.PL


rev 2.7.2.7, prev_rev 2.7.2.6
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.7.2.6
retrieving revision 2.7.2.7
diff -u -u -r2.7.2.6 -r2.7.2.7
--- interchange.PL	4 Jan 2002 17:07:27 -0000	2.7.2.6
+++ interchange.PL	24 Jan 2002 05:07:04 -0000	2.7.2.7
@@ -48,11 +48,11 @@
 #!/usr/bin/perl
 ##!~_~perlpath~_~
 #
-# Interchange version 4.8.3
+# Interchange version 4.8.4
 #
-# $Id: interchange.PL,v 2.7.2.6 2002/01/04 17:07:27 racke Exp $
+# $Id: interchange.PL,v 2.7.2.7 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -166,7 +166,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '4.8.3';
+	$VERSION = '4.8.4';
 }
 
 use Fcntl;
@@ -2357,7 +2357,7 @@
 }
 
 sub version {
-	print "Interchange version $VERSION Copyright 1996-2001 Red Hat, Inc.\n";
+	print "Interchange version $VERSION Copyright 1996-2002 Red Hat, Inc.\n";
 }
 
 =head1 NAME
@@ -2370,7 +2370,7 @@
 
 =head1 VERSION
 
-4.8.3
+4.8.4
 
 =head1 DESCRIPTION
 
@@ -2950,7 +2950,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 1995-2001, Red Hat, Inc. All rights reserved except as in the
+Copyright 1995-2002, Red Hat, Inc. All rights reserved except as in the
 license.
 
 =cut



2.0.2.5   +3 -3      interchange/scripts/localize.PL


rev 2.0.2.5, prev_rev 2.0.2.4
Index: localize.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/localize.PL,v
retrieving revision 2.0.2.4
retrieving revision 2.0.2.5
diff -u -u -r2.0.2.4 -r2.0.2.5
--- localize.PL	4 Oct 2001 09:28:01 -0000	2.0.2.4
+++ localize.PL	24 Jan 2002 05:07:04 -0000	2.0.2.5
@@ -50,9 +50,9 @@
 #
 # Interchange localizer
 #
-# $Id: localize.PL,v 2.0.2.4 2001/10/04 09:28:01 racke Exp $
+# $Id: localize.PL,v 2.0.2.5 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -397,7 +397,7 @@
 
 =head1 VERSION
 
-# $Id: localize.PL,v 2.0.2.4 2001/10/04 09:28:01 racke Exp $
+# $Id: localize.PL,v 2.0.2.5 2002/01/24 05:07:04 jon Exp $
 
 =head1 SYNOPSIS
 



2.5.2.4   +4 -4      interchange/scripts/makecat.PL


rev 2.5.2.4, prev_rev 2.5.2.3
Index: makecat.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/makecat.PL,v
retrieving revision 2.5.2.3
retrieving revision 2.5.2.4
diff -u -u -r2.5.2.3 -r2.5.2.4
--- makecat.PL	4 Oct 2001 20:50:06 -0000	2.5.2.3
+++ makecat.PL	24 Jan 2002 05:07:04 -0000	2.5.2.4
@@ -50,9 +50,9 @@
 #
 # Interchange catalog configurator
 #
-# $Id: makecat.PL,v 2.5.2.3 2001/10/04 20:50:06 jon Exp $
+# $Id: makecat.PL,v 2.5.2.4 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -2325,7 +2325,7 @@
 
 =head1 VERSION
 
-# $Id: makecat.PL,v 2.5.2.3 2001/10/04 20:50:06 jon Exp $
+# $Id: makecat.PL,v 2.5.2.4 2002/01/24 05:07:04 jon Exp $
 
 =head1 INTRODUCTION
 
@@ -2712,7 +2712,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 1995-2001, Red Hat, Inc. All rights reserved except as in the
+Copyright 1995-2002, Red Hat, Inc. All rights reserved except as in the
 license.
 
 =cut



2.0.2.1   +3 -3      interchange/scripts/offline.PL


rev 2.0.2.1, prev_rev 2.0
Index: offline.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/offline.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- offline.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ offline.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange database builder and indexer
 #
-# $Id: offline.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: offline.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -294,7 +294,7 @@
 
 =head1 VERSION
 
-# $Id: offline.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: offline.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 
 =head1 DESCRIPTION
 



2.0.2.1   +2 -2      interchange/scripts/restart.PL


rev 2.0.2.1, prev_rev 2.0
Index: restart.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/restart.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- restart.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ restart.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange restarter
 #
-# $Id: restart.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: restart.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.0.2.1   +2 -2      interchange/scripts/update.PL


rev 2.0.2.1, prev_rev 2.0
Index: update.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/update.PL,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -u -r2.0 -r2.0.2.1
--- update.PL	18 Jul 2001 02:23:27 -0000	2.0
+++ update.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
@@ -50,9 +50,9 @@
 #
 # Interchange database updater
 #
-# $Id: update.PL,v 2.0 2001/07/18 02:23:27 jon Exp $
+# $Id: update.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by