[interchange-cvs] interchange - jon modified 4 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Dec 27 19:59:25 EST 2005


User:      jon
Date:      2005-12-28 00:59:25 GMT
Modified:  .        Makefile.PL README
Modified:  dist/standard/products mv_metadata.asc
Modified:  scripts  interchange.PL
Log:
Bump development version to 5.5.0.

Revision  Changes    Path
2.56      +1 -1      interchange/Makefile.PL


rev 2.56, prev_rev 2.55
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.55
retrieving revision 2.56
diff -u -u -r2.55 -r2.56
--- Makefile.PL	8 Nov 2005 18:14:32 -0000	2.55
+++ Makefile.PL	28 Dec 2005 00:59:24 -0000	2.56
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.3.2';
+$VERSION = '5.5.0';
 
 my @os_hints;
 eval {



2.28      +3 -3      interchange/README


rev 2.28, prev_rev 2.27
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.27
retrieving revision 2.28
diff -u -u -r2.27 -r2.28
--- README	8 Nov 2005 18:14:32 -0000	2.27
+++ README	28 Dec 2005 00:59:24 -0000	2.28
@@ -2,7 +2,7 @@
 
                            I N T E R C H A N G E
 
-Interchange 5.3.2
+Interchange 5.5.0
 
 Copyright (C) 2002-2005 Interchange Development Group
 Copyright (C) 1996-2002 Red Hat, Inc.
@@ -81,8 +81,8 @@
 
 Here is the quick installation summary:
 
-gzip -dc interchange-5.3.2.tar.gz | tar xvf -
-cd interchange-5.3.2
+gzip -dc interchange-5.5.0.tar.gz | tar xvf -
+cd interchange-5.5.0
 ./configure
 
 The configure script asks where you'd like to install Interchange, and



1.9       +1 -1      interchange/dist/standard/products/mv_metadata.asc


rev 1.9, prev_rev 1.8
Index: mv_metadata.asc
===================================================================
RCS file: /var/cvs/interchange/dist/standard/products/mv_metadata.asc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- mv_metadata.asc	15 Nov 2005 18:52:21 -0000	1.8
+++ mv_metadata.asc	28 Dec 2005 00:59:24 -0000	1.9
@@ -279,7 +279,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.3.2
+ui-version										5.5.0
 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.88      +4 -4      interchange/scripts/interchange.PL


rev 2.88, prev_rev 2.87
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.87
retrieving revision 2.88
diff -u -u -r2.87 -r2.88
--- interchange.PL	12 Dec 2005 16:36:19 -0000	2.87
+++ interchange.PL	28 Dec 2005 00:59:24 -0000	2.88
@@ -1,9 +1,9 @@
 #!/usr/bin/perl -w
 ##!~_~perlpath~_~
 #
-# Interchange version 5.3.2
+# Interchange version 5.5.0
 #
-# $Id: interchange.PL,v 2.87 2005/12/12 16:36:19 racke Exp $
+# $Id: interchange.PL,v 2.88 2005/12/28 00:59:24 jon Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -143,7 +143,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.3.2';
+	$VERSION = '5.5.0';
 
 	unless ($] >= 5.006) {
 		die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
@@ -357,7 +357,7 @@
 
 =head1 VERSION
 
-5.3.2
+5.5.0
 
 =head1 DESCRIPTION
 








More information about the interchange-cvs mailing list