Skip to content

Commit

Permalink
Update for release of 5.4.3, and sync manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Nov 12, 2008
1 parent 4bc0cd7 commit 48a5f65
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 24 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -360,6 +360,7 @@ debian/po/cs.po
debian/po/de.po debian/po/de.po
debian/po/fr.po debian/po/fr.po
debian/po/POTFILES.in debian/po/POTFILES.in
debian/po/pt.po
debian/po/ru.po debian/po/ru.po
debian/po/sv.po debian/po/sv.po
debian/po/templates.pot debian/po/templates.pot
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -28,7 +28,7 @@ my @mods_to_get;
my @remove_old; my @remove_old;
my $Lock_troubles; my $Lock_troubles;


$VERSION = '5.4.2'; $VERSION = '5.4.3';


my @os_hints; my @os_hints;
eval { eval {
Expand Down
8 changes: 4 additions & 4 deletions README
Expand Up @@ -2,9 +2,9 @@


I N T E R C H A N G E 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. Copyright (C) 1996-2002 Red Hat, Inc.


Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox. Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox.
Expand Down Expand Up @@ -81,8 +81,8 @@ as an unprivileged user who will be the only one modifying Interchange files.


Here is the quick installation summary: Here is the quick installation summary:


gzip -dc interchange-5.4.2.tar.gz | tar xvf - gzip -dc interchange-5.4.3.tar.gz | tar xvf -
cd interchange-5.4.2 cd interchange-5.4.3
perl Makefile.PL perl Makefile.PL
make make
make test make test
Expand Down
12 changes: 6 additions & 6 deletions README.rpm-dist
Expand Up @@ -31,7 +31,7 @@ the Interchange user ID to write/create files.


Sessions and temporary files: /var/cache/interchange. 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 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 directories as possible onto their own partitions, to prevent problems if
Expand All @@ -45,7 +45,7 @@ usually come supplied with your operating system, so you will need to
install them yourself. It's best to locate RPMs for each of the needed 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: 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, Note that some of the dependencies are not actually necessary. For example,
the Cybercash modules (CCMck*) are only needed if you use the Cybercash the Cybercash modules (CCMck*) are only needed if you use the Cybercash
Expand Down Expand Up @@ -82,14 +82,14 @@ This is unfortunate but is considered the best workaround at the moment.


INSTALL INSTALL


rpm -Uvh interchange-5.4.2-1.i386.rpm rpm -Uvh interchange-5.4.3-1.i386.rpm
rpm -Uvh interchange-standard-5.4.2-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 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 were not installed via RPM. But it may not. If not, you'll need to install
the main interchange package without dependency checking: 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 STARTING/RESTARTING INTERCHANGE
Expand Down Expand Up @@ -149,7 +149,7 @@ installation:


INSTALL 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 USING THE DEMO
Expand Down
4 changes: 2 additions & 2 deletions SPECS/interchange.spec
@@ -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? # use Perl installation in /usr/local custom built from source?
%define localperl 1 %define localperl 1
Expand All @@ -16,7 +16,7 @@


Summary: Interchange web application platform Summary: Interchange web application platform
Name: interchange Name: interchange
Version: 5.4.2 Version: 5.4.3
Release: 1 Release: 1
Vendor: Interchange Development Group Vendor: Interchange Development Group
Group: System Environment/Daemons Group: System Environment/Daemons
Expand Down
17 changes: 15 additions & 2 deletions WHATSNEW-5.4
Expand Up @@ -5,7 +5,8 @@


------------------------------------------------------------------------------ ------------------------------------------------------------------------------


Interchange 5.4.3 released on 2008-MM-DD.
Interchange 5.4.3 released on 2008-11-13.




Core Core
Expand All @@ -19,6 +20,13 @@ Core


* Missing display_options routine added to Old48 module. * 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 UI
-- --


Expand All @@ -31,17 +39,21 @@ Packaging


* Remove debconf dependency from interchange-ui postrm script. * Remove debconf dependency from interchange-ui postrm script.


* Removed mod_interchange from Debian package.

Standard demo Standard demo
------------- -------------


* Fixed a security bug where an attacker could craft a URI that tricks * 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 subject to the Safe constraints of course, but could still be devastating
to the security of the target website. to the security of the target website.


* Disabled product comment to prevent spam showing up on default * Disabled product comment to prevent spam showing up on default
installations. installations.


* Fixed problem with shipping notice caused by bareword.

Other Other
----- -----


Expand All @@ -53,6 +65,7 @@ Other
* Fixed License inconsistencies so that all headers now specify GPL version * Fixed License inconsistencies so that all headers now specify GPL version
2 or later. 2 or later.



------------------------------------------------------------------------------ ------------------------------------------------------------------------------




Expand Down
4 changes: 2 additions & 2 deletions configure
@@ -1,12 +1,12 @@
#!/bin/sh #!/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 cat <<EOF
Interchange 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. Copyright 1996-2002 Red Hat, Inc.
Interchange was originally based on Vend 0.2 and 0.3 Interchange was originally based on Vend 0.2 and 0.3
Expand Down
2 changes: 1 addition & 1 deletion dist/standard/products/mv_metadata.asc
Expand Up @@ -279,7 +279,7 @@ transactions::auth_code text 16 Authorization
transactions::deleted yesno Deleted transactions::deleted yesno Deleted
transactions::order_id text 32 Order ID 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 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' => "=Maincodelabeldefaulttypewidthheightoptionsfilter=Database lookuplookupfielddb=Help and mischelphelp_urlprependappendpre_filter",'table_width' => "80%",'left_width' => "30%",} ui_component::mv_metadata table ui_component mv_metadata {'ui_data_fields' => "=Maincodelabeldefaulttypewidthheightoptionsfilter=Database lookuplookupfielddb=Help and mischelphelp_urlprependappendpre_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 linkswith absolute links.</SMALL> 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 linkswith absolute links.</SMALL>
ui_component::mv_metadata::attribute text 20 Column name Do not set this. ui_component::mv_metadata::attribute text 20 Column name Do not set this.
Expand Down
12 changes: 6 additions & 6 deletions scripts/interchange.PL
@@ -1,11 +1,11 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
##!~_~perlpath~_~ ##!~_~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. # Copyright (C) 1996-2002 Red Hat, Inc.
# http://www.icdevgroup.org/ # http://www.icdevgroup.org/
# #
Expand Down Expand Up @@ -143,7 +143,7 @@ use vars qw($VERSION);
require Exporter; require Exporter;


BEGIN { BEGIN {
$VERSION = '5.4.2'; $VERSION = '5.4.3';


unless ($] >= 5.006) { unless ($] >= 5.006) {
die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n"; die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
Expand Down Expand Up @@ -344,7 +344,7 @@ sub dontwarn {
} }


sub version { 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 =head1 NAME
Expand All @@ -357,7 +357,7 @@ interchange [--options] [file]
=head1 VERSION =head1 VERSION
5.4.2 5.4.3
=head1 DESCRIPTION =head1 DESCRIPTION
Expand Down

0 comments on commit 48a5f65

Please sign in to comment.