[interchange-cvs] interchange - jon modified 6 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jan 24 17:08:14 EST 2005


User:      jon
Date:      2005-01-24 22:08:14 GMT
Modified:  .        Makefile.PL README README.rpm-dist configure
Modified:  SPECS    interchange.spec
Modified:  scripts  interchange.PL
Log:
Update version to 5.3.1 and copyright year to 2005.

Revision  Changes    Path
2.50      +2 -2      interchange/Makefile.PL


rev 2.50, prev_rev 2.49
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.49
retrieving revision 2.50
diff -u -u -r2.49 -r2.50
--- Makefile.PL	9 Apr 2004 21:00:10 -0000	2.49
+++ Makefile.PL	24 Jan 2005 22:08:13 -0000	2.50
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.3.0';
+$VERSION = '5.3.1';
 
 my @os_hints;
 eval {
@@ -158,7 +158,7 @@
 
  Interchange V$VERSION
  
- Copyright (C) 2002-2004 Interchange Development Group.
+ Copyright (C) 2002-2005 Interchange Development Group.
  Copyright (C) 1996-2002 Red Hat, Inc.
  Interchange is free under the terms of the GNU General Public License.
 



2.26      +4 -4      interchange/README


rev 2.26, prev_rev 2.25
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.25
retrieving revision 2.26
diff -u -u -r2.25 -r2.26
--- README	9 May 2004 20:56:20 -0000	2.25
+++ README	24 Jan 2005 22:08:13 -0000	2.26
@@ -2,9 +2,9 @@
 
                            I N T E R C H A N G E
 
-Interchange 5.3.0
+Interchange 5.3.1
 
-Copyright (C) 2002-2004 Interchange Development Group
+Copyright (C) 2002-2005 Interchange Development Group
 Copyright (C) 1996-2002 Red Hat, Inc.
 
 Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox.
@@ -81,8 +81,8 @@
 
 Here is the quick installation summary:
 
-gzip -dc interchange-5.3.0.tar.gz | tar xvf -
-cd interchange-5.3.0
+gzip -dc interchange-5.3.1.tar.gz | tar xvf -
+cd interchange-5.3.1
 ./configure
 
 The configure script asks where you'd like to install Interchange, and



1.6       +6 -6      interchange/README.rpm-dist


rev 1.6, prev_rev 1.5
Index: README.rpm-dist
===================================================================
RCS file: /var/cvs/interchange/README.rpm-dist,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- README.rpm-dist	9 May 2004 20:56:20 -0000	1.5
+++ README.rpm-dist	24 Jan 2005 22:08:13 -0000	1.6
@@ -31,7 +31,7 @@
 
 Sessions and temporary files: /var/cache/interchange.
 
-Documentation: /usr/share/doc/interchange-5.3.0.
+Documentation: /usr/share/doc/interchange-5.3.1.
 
 On a dedicated production server, it is wise to segregate as many of these
 directories as possible onto their own partitions, to prevent problems if
@@ -45,7 +45,7 @@
 install them yourself. It's best to locate RPMs for each of the needed
 Perl modules and install them. To get a complete list of dependencies, do:
 
-rpm -qp --requires interchange-5.3.0-1.i386.rpm
+rpm -qp --requires interchange-5.3.1-1.i386.rpm
 
 Note that some of the dependencies are not actually necessary. For example,
 the Cybercash modules (CCMck*) are only needed if you use the Cybercash
@@ -82,14 +82,14 @@
 
 INSTALL
 
-rpm -Uvh interchange-5.3.0-1.i386.rpm
-rpm -Uvh interchange-standard-5.3.0-1.i386.rpm
+rpm -Uvh interchange-5.3.1-1.i386.rpm
+rpm -Uvh interchange-standard-5.3.1-1.i386.rpm
 
 Your version of RPM may correctly recognize Perl modules even if they
 were not installed via RPM. But it may not. If not, you'll need to install
 the main interchange package without dependency checking:
 
-rpm -Uvh --nodeps interchange-5.3.0-1.i386.rpm
+rpm -Uvh --nodeps interchange-5.3.1-1.i386.rpm
 
 
 STARTING/RESTARTING INTERCHANGE
@@ -149,7 +149,7 @@
 
 INSTALL
 
-rpm -Uvh interchange-standard-demo-5.3.0-1.i386.rpm
+rpm -Uvh interchange-standard-demo-5.3.1-1.i386.rpm
 
 
 USING THE DEMO



2.20      +3 -3      interchange/configure


rev 2.20, prev_rev 2.19
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.19
retrieving revision 2.20
diff -u -u -r2.19 -r2.20
--- configure	9 Apr 2004 21:00:10 -0000	2.19
+++ configure	24 Jan 2005 22:08:13 -0000	2.20
@@ -1,14 +1,14 @@
 #!/bin/sh
 
-# $Id: configure,v 2.19 2004/04/09 21:00:10 jon Exp $
+# $Id: configure,v 2.20 2005/01/24 22:08:13 jon Exp $
 
-ICVERSION='5.3.0'
+ICVERSION='5.3.1'
 
 cat <<EOF
 
  Interchange Version $ICVERSION Configuration
 
- Copyright 2002-2004 Interchange Development Group
+ Copyright 2002-2005 Interchange Development Group
  Copyright 1996-2002 Red Hat, Inc.
 
  Interchange was originally based on Vend 0.2 and 0.3



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


rev 2.27, prev_rev 2.26
Index: interchange.spec
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.spec,v
retrieving revision 2.26
retrieving revision 2.27
diff -u -u -r2.26 -r2.27
--- interchange.spec	1 Jan 2005 00:10:40 -0000	2.26
+++ interchange.spec	24 Jan 2005 22:08:14 -0000	2.27
@@ -14,7 +14,7 @@
 
 Summary: Interchange web application platform
 Name: interchange
-Version: 5.3.0
+Version: 5.3.1
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons



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


rev 2.82, prev_rev 2.81
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.81
retrieving revision 2.82
diff -u -u -r2.81 -r2.82
--- interchange.PL	9 May 2004 20:56:21 -0000	2.81
+++ interchange.PL	24 Jan 2005 22:08:14 -0000	2.82
@@ -1,11 +1,11 @@
 #!/usr/bin/perl
 ##!~_~perlpath~_~
 #
-# Interchange version 5.3.0
+# Interchange version 5.3.1
 #
-# $Id: interchange.PL,v 2.81 2004/05/09 20:56:21 mheins Exp $
+# $Id: interchange.PL,v 2.82 2005/01/24 22:08:14 jon Exp $
 #
-# Copyright (C) 2002-2004 Interchange Development Group
+# Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 # http://www.icdevgroup.org/
 #
@@ -140,7 +140,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.3.0';
+	$VERSION = '5.3.1';
 
 	unless ($] >= 5.006) {
 		die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
@@ -341,7 +341,7 @@
 }
 
 sub version {
-	print "Interchange version $VERSION copyright 2002-2004 Interchange Development Group and others.\n";
+	print "Interchange version $VERSION copyright 2002-2005 Interchange Development Group and others.\n";
 }
 
 =head1 NAME
@@ -354,7 +354,7 @@
 
 =head1 VERSION
 
-5.3.0
+5.3.1
 
 =head1 DESCRIPTION
 
@@ -980,7 +980,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2002-2004 Interchange Development Group
+Copyright (C) 2002-2005 Interchange Development Group
 Copyright (C) 1995-2002 Red Hat, Inc.
 All rights reserved except those granted in the license.
 








More information about the interchange-cvs mailing list