[interchange-cvs] interchange - jon modified 9 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Nov 12 05:25:44 UTC 2008


User:      jon
Date:      2008-11-12 05:25:44 GMT
Modified:  .        Tag: STABLE_5_4-branch MANIFEST Makefile.PL README
Modified:           README.rpm-dist WHATSNEW-5.4 configure
Modified:  SPECS    Tag: STABLE_5_4-branch interchange.spec
Modified:  dist/standard/products Tag: STABLE_5_4-branch
Modified:           mv_metadata.asc
Modified:  scripts  Tag: STABLE_5_4-branch interchange.PL
Log:
Update for release of 5.4.3, and sync manifest.

Revision  Changes    Path
No                   revision



No                   revision



2.185.2.7            interchange/MANIFEST


rev 2.185.2.7, prev_rev 2.185.2.6
Index: MANIFEST
===================================================================
RCS file: /var/cvs/interchange/MANIFEST,v
retrieving revision 2.185.2.6
retrieving revision 2.185.2.7
diff -u -u -r2.185.2.6 -r2.185.2.7
--- MANIFEST	18 Jun 2007 09:08:19 -0000	2.185.2.6
+++ MANIFEST	12 Nov 2008 05:25:44 -0000	2.185.2.7
@@ -360,6 +360,7 @@
 debian/po/de.po
 debian/po/fr.po
 debian/po/POTFILES.in
+debian/po/pt.po
 debian/po/ru.po
 debian/po/sv.po
 debian/po/templates.pot



2.55.2.5             interchange/Makefile.PL


rev 2.55.2.5, prev_rev 2.55.2.4
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.55.2.4
retrieving revision 2.55.2.5
diff -u -u -r2.55.2.4 -r2.55.2.5
--- Makefile.PL	30 Jan 2007 23:17:19 -0000	2.55.2.4
+++ Makefile.PL	12 Nov 2008 05:25:44 -0000	2.55.2.5
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.4.2';
+$VERSION = '5.4.3';
 
 my @os_hints;
 eval {



2.27.2.5             interchange/README


rev 2.27.2.5, prev_rev 2.27.2.4
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.27.2.4
retrieving revision 2.27.2.5
diff -u -u -r2.27.2.4 -r2.27.2.5
--- README	30 Jan 2007 23:16:28 -0000	2.27.2.4
+++ README	12 Nov 2008 05:25:44 -0000	2.27.2.5
@@ -2,9 +2,9 @@
 
                            I N T E R C H A N G E
 
-Interchange 5.4.2
+Interchange 5.4.3
 
-Copyright (C) 2002-2007 Interchange Development Group
+Copyright (C) 2002-2008 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.4.2.tar.gz | tar xvf -
-cd interchange-5.4.2
+gzip -dc interchange-5.4.3.tar.gz | tar xvf -
+cd interchange-5.4.3
 perl Makefile.PL
 make
 make test



1.7.2.5              interchange/README.rpm-dist


rev 1.7.2.5, prev_rev 1.7.2.4
Index: README.rpm-dist
===================================================================
RCS file: /var/cvs/interchange/README.rpm-dist,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -u -r1.7.2.4 -r1.7.2.5
--- README.rpm-dist	30 Jan 2007 23:17:19 -0000	1.7.2.4
+++ README.rpm-dist	12 Nov 2008 05:25:44 -0000	1.7.2.5
@@ -31,7 +31,7 @@
 
 Sessions and temporary files: /var/cache/interchange.
 
-Documentation: /usr/share/doc/interchange-5.4.2.
+Documentation: /usr/share/doc/interchange-5.4.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.4.2-1.i386.rpm
+rpm -qp --requires interchange-5.4.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.4.2-1.i386.rpm
-rpm -Uvh interchange-standard-5.4.2-1.i386.rpm
+rpm -Uvh interchange-5.4.3-1.i386.rpm
+rpm -Uvh interchange-standard-5.4.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.4.2-1.i386.rpm
+rpm -Uvh --nodeps interchange-5.4.3-1.i386.rpm
 
 
 STARTING/RESTARTING INTERCHANGE
@@ -149,7 +149,7 @@
 
 INSTALL
 
-rpm -Uvh interchange-standard-demo-5.4.2-1.i386.rpm
+rpm -Uvh interchange-standard-demo-5.4.3-1.i386.rpm
 
 
 USING THE DEMO



1.1.2.24             interchange/Attic/WHATSNEW-5.4


rev 1.1.2.24, prev_rev 1.1.2.23
Index: WHATSNEW-5.4
===================================================================
RCS file: /var/cvs/interchange/Attic/WHATSNEW-5.4,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24
diff -u -u -r1.1.2.23 -r1.1.2.24
--- WHATSNEW-5.4	5 Jun 2008 17:26:18 -0000	1.1.2.23
+++ WHATSNEW-5.4	12 Nov 2008 05:25:44 -0000	1.1.2.24
@@ -5,7 +5,8 @@
 
 ------------------------------------------------------------------------------
 
-Interchange 5.4.3 released on 2008-MM-DD.
+
+Interchange 5.4.3 released on 2008-11-13.
 
 
 Core
@@ -19,6 +20,13 @@
 
 * Missing display_options routine added to Old48 module.
 
+* Fixed deficiency in Levies, where multiple handling modes separated by null
+  would not work as in the old subtotal calculation model.
+
+* Fixed bug in regex for auto_format anchor handling.
+
+* Fixed a SearchOp bug reported by Tim Good.
+
 UI
 --
 
@@ -31,17 +39,21 @@
 
 * Remove debconf dependency from interchange-ui postrm script.
 
+* Removed mod_interchange from Debian package.
+
 Standard demo
 -------------
 
 * Fixed a security bug where an attacker could craft a URI that tricks
-  Interchange into executing arbitrary Perl code.  The Perl code would be
+  Interchange into executing arbitrary Perl code. The Perl code would be
   subject to the Safe constraints of course, but could still be devastating
   to the security of the target website.
 
 * Disabled product comment to prevent spam showing up on default
   installations.
 
+* Fixed problem with shipping notice caused by bareword.
+
 Other
 -----
 
@@ -53,6 +65,7 @@
 * Fixed License inconsistencies so that all headers now specify GPL version
   2 or later.
 
+
 ------------------------------------------------------------------------------
 
 



2.21.2.3             interchange/configure


rev 2.21.2.3, prev_rev 2.21.2.2
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.21.2.2
retrieving revision 2.21.2.3
diff -u -u -r2.21.2.2 -r2.21.2.3
--- configure	2 Feb 2007 03:08:58 -0000	2.21.2.2
+++ configure	12 Nov 2008 05:25:44 -0000	2.21.2.3
@@ -1,12 +1,12 @@
 #!/bin/sh
 
-# $Id: configure,v 2.21.2.2 2007-02-02 03:08:58 jon Exp $
+# $Id: configure,v 2.21.2.3 2008-11-12 05:25:44 jon Exp $
 
 cat <<EOF
 
  Interchange
 
- Copyright 2002-2007 Interchange Development Group (http://www.icdevgroup.org/)
+ Copyright 2002-2008 Interchange Development Group (http://www.icdevgroup.org/)
  Copyright 1996-2002 Red Hat, Inc.
 
  Interchange was originally based on Vend 0.2 and 0.3



No                   revision



No                   revision



2.29.2.5             interchange/SPECS/interchange.spec


rev 2.29.2.5, prev_rev 2.29.2.4
Index: interchange.spec
===================================================================
RCS file: /var/cvs/interchange/SPECS/interchange.spec,v
retrieving revision 2.29.2.4
retrieving revision 2.29.2.5
diff -u -u -r2.29.2.4 -r2.29.2.5
--- interchange.spec	30 Jan 2007 23:17:19 -0000	2.29.2.4
+++ interchange.spec	12 Nov 2008 05:25:44 -0000	2.29.2.5
@@ -1,4 +1,4 @@
-# $Id: interchange.spec,v 2.29.2.4 2007-01-30 23:17:19 jon Exp $
+# $Id: interchange.spec,v 2.29.2.5 2008-11-12 05:25:44 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.4.2
+Version: 5.4.3
 Release: 1
 Vendor: Interchange Development Group
 Group: System Environment/Daemons



No                   revision



No                   revision



1.6.2.6              interchange/dist/standard/products/mv_metadata.asc


rev 1.6.2.6, prev_rev 1.6.2.5
Index: mv_metadata.asc
===================================================================
RCS file: /var/cvs/interchange/dist/standard/products/mv_metadata.asc,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -u -r1.6.2.5 -r1.6.2.6
--- mv_metadata.asc	30 Jan 2007 23:17:19 -0000	1.6.2.5
+++ mv_metadata.asc	12 Nov 2008 05:25:44 -0000	1.6.2.6
@@ -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.4.2
+ui-version										5.4.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.



No                   revision



No                   revision



2.86.2.6             interchange/scripts/interchange.PL


rev 2.86.2.6, prev_rev 2.86.2.5
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.86.2.5
retrieving revision 2.86.2.6
diff -u -u -r2.86.2.5 -r2.86.2.6
--- interchange.PL	30 Mar 2007 12:15:51 -0000	2.86.2.5
+++ interchange.PL	12 Nov 2008 05:25:44 -0000	2.86.2.6
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -w
 ##!~_~perlpath~_~
 #
-# Interchange version 5.4.2
+# Interchange version 5.4.3
 #
-# $Id: interchange.PL,v 2.86.2.5 2007-03-30 12:15:51 pajamian Exp $
+# $Id: interchange.PL,v 2.86.2.6 2008-11-12 05:25:44 jon Exp $
 #
-# Copyright (C) 2002-2007 Interchange Development Group
+# Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 # http://www.icdevgroup.org/
 #
@@ -143,7 +143,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.4.2';
+	$VERSION = '5.4.3';
 
 	unless ($] >= 5.006) {
 		die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
@@ -344,7 +344,7 @@
 }
 
 sub version {
-	print "Interchange version $VERSION copyright 2002-2007 Interchange Development Group and others.\n";
+	print "Interchange version $VERSION copyright 2002-2008 Interchange Development Group and others.\n";
 }
 
 =head1 NAME
@@ -357,7 +357,7 @@
 
 =head1 VERSION
 
-5.4.2
+5.4.3
 
 =head1 DESCRIPTION
 







More information about the interchange-cvs mailing list