
interchange-cvs at icdevgroup
May 6, 2008, 10:14 AM
Post #1 of 1
(20 views)
Permalink
|
|
interchange - jon modified 6 files
|
|
User: jon Date: 2008-05-06 17:14:42 GMT Modified: . Makefile.PL README README.rpm-dist Modified: SPECS interchange.spec Modified: dist/standard/products mv_metadata.asc Modified: scripts interchange.PL Log: Bump version number to 5.5.3. Revision Changes Path 2.64 interchange/Makefile.PL rev 2.64, prev_rev 2.63 Index: Makefile.PL =================================================================== RCS file: /var/cvs/interchange/Makefile.PL,v retrieving revision 2.63 retrieving revision 2.64 diff -u -u -r2.63 -r2.64 --- Makefile.PL 6 May 2008 17:12:18 -0000 2.63 +++ Makefile.PL 6 May 2008 17:14:42 -0000 2.64 @@ -28,7 +28,7 @@ my @remove_old; my $Lock_troubles; -$VERSION = '5.5.2'; +$VERSION = '5.5.3'; my @os_hints; eval { 2.37 interchange/README rev 2.37, prev_rev 2.36 Index: README =================================================================== RCS file: /var/cvs/interchange/README,v retrieving revision 2.36 retrieving revision 2.37 diff -u -u -r2.36 -r2.37 --- README 6 May 2008 17:12:18 -0000 2.36 +++ README 6 May 2008 17:14:42 -0000 2.37 @@ -2,7 +2,7 @@ I N T E R C H A N G E -Interchange 5.5.2 +Interchange 5.5.3 Copyright (C) 2002-2008 Interchange Development Group Copyright (C) 1996-2002 Red Hat, Inc. @@ -101,8 +101,8 @@ Here is the quick installation summary: - tar xvzf interchange-5.5.2.tar.gz - cd interchange-5.5.2 + tar xvzf interchange-5.5.3.tar.gz + cd interchange-5.5.3 perl Makefile.PL make make test 1.9 interchange/README.rpm-dist rev 1.9, prev_rev 1.8 Index: README.rpm-dist =================================================================== RCS file: /var/cvs/interchange/README.rpm-dist,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- README.rpm-dist 31 Aug 2007 00:23:43 -0000 1.8 +++ README.rpm-dist 6 May 2008 17:14:42 -0000 1.9 @@ -31,7 +31,7 @@ Sessions and temporary files: /var/cache/interchange. -Documentation: /usr/share/doc/interchange-5.5.2. +Documentation: /usr/share/doc/interchange-5.5.3. 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.5.2-1.i386.rpm +rpm -qp --requires interchange-5.5.3-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.5.2-1.i386.rpm -rpm -Uvh interchange-standard-5.5.2-1.i386.rpm +rpm -Uvh interchange-5.5.3-1.i386.rpm +rpm -Uvh interchange-standard-5.5.3-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.5.2-1.i386.rpm +rpm -Uvh --nodeps interchange-5.5.3-1.i386.rpm STARTING/RESTARTING INTERCHANGE @@ -149,7 +149,7 @@ INSTALL -rpm -Uvh interchange-standard-demo-5.5.2-1.i386.rpm +rpm -Uvh interchange-standard-demo-5.5.3-1.i386.rpm USING THE DEMO 2.31 interchange/SPECS/interchange.spec rev 2.31, prev_rev 2.30 Index: interchange.spec =================================================================== RCS file: /var/cvs/interchange/SPECS/interchange.spec,v retrieving revision 2.30 retrieving revision 2.31 diff -u -u -r2.30 -r2.31 --- interchange.spec 31 Aug 2007 00:23:43 -0000 2.30 +++ interchange.spec 6 May 2008 17:14:42 -0000 2.31 @@ -1,4 +1,4 @@ -# $Id: interchange.spec,v 2.30 2007-08-31 00:23:43 kwalsh Exp $ +# $Id: interchange.spec,v 2.31 2008-05-06 17:14:42 jon Exp $ # use Perl installation in /usr/local custom built from source? %define localperl 1 @@ -16,7 +16,7 @@ Summary: Interchange web application platform Name: interchange -Version: 5.5.2 +Version: 5.5.3 Release: 1 Vendor: Interchange Development Group Group: System Environment/Daemons 1.15 interchange/dist/standard/products/mv_metadata.asc rev 1.15, prev_rev 1.14 Index: mv_metadata.asc =================================================================== RCS file: /var/cvs/interchange/dist/standard/products/mv_metadata.asc,v retrieving revision 1.14 retrieving revision 1.15 diff -u -u -r1.14 -r1.15 --- mv_metadata.asc 10 Nov 2007 10:24:54 -0000 1.14 +++ mv_metadata.asc 6 May 2008 17:14:42 -0000 1.15 @@ -280,7 +280,7 @@ transactions::deleted yesno Deleted transactions::order_id text 32 Order ID transactions::status select pending=Pending, shipped=Shipped, partial=Partially shipped, backorder=Back ordered, waiting=Waiting for payment, credit=Waiting for credit check, canceled=Canceled nullselect -ui-version 5.5.2 +ui-version 5.5.3 ui_component::mv_metadata table ui_component mv_metadata {'ui_data_fields' => "=Main code label default type width height options filter =Database lookup lookup field db =Help and misc help help_url prepend append pre_filter",'table_width' => "80%",'left_width' => "30%",} ui_component::mv_metadata::append textarea 60 5 Append HTML <SMALL>HTML to be appended to the widget. Will substitute in the macros _UI_TABLE_, _UI_COLUMN_, _UI_KEY, and _UI_VALUE_, and will resolve relative links with absolute links.</SMALL> ui_component::mv_metadata::attribute text 20 Column name Do not set this. 2.105 interchange/scripts/interchange.PL rev 2.105, prev_rev 2.104 Index: interchange.PL =================================================================== RCS file: /var/cvs/interchange/scripts/interchange.PL,v retrieving revision 2.104 retrieving revision 2.105 diff -u -u -r2.104 -r2.105 --- interchange.PL 28 Apr 2008 20:10:29 -0000 2.104 +++ interchange.PL 6 May 2008 17:14:42 -0000 2.105 @@ -1,9 +1,9 @@ #!/usr/bin/perl -w ##!~_~perlpath~_~ # -# Interchange version 5.5.2 +# Interchange version 5.5.3 # -# $Id: interchange.PL,v 2.104 2008-04-28 20:10:29 jon Exp $ +# $Id: interchange.PL,v 2.105 2008-05-06 17:14:42 jon Exp $ # # Copyright (C) 2002-2008 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. @@ -155,7 +155,7 @@ require Exporter; BEGIN { - $VERSION = '5.5.2'; + $VERSION = '5.5.3'; } use Fcntl; @@ -361,7 +361,7 @@ =head1 VERSION -5.5.2 +5.5.3 =head1 DESCRIPTION _______________________________________________ interchange-cvs mailing list interchange-cvs[at]icdevgroup.org http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|