Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Mar 24, 2010
1 parent 190c084 commit 1767d07
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -28,7 +28,7 @@ my @mods_to_get;
my @remove_old;
my $Lock_troubles;

$VERSION = '5.4.4';
$VERSION = '5.4.5';

my @os_hints;
eval {
Expand Down
6 changes: 3 additions & 3 deletions README
Expand Up @@ -2,7 +2,7 @@

I N T E R C H A N G E

Interchange 5.4.4
Interchange 5.4.5

Copyright (C) 2002-2010 Interchange Development Group
Copyright (C) 1996-2002 Red Hat, Inc.
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:

gzip -dc interchange-5.4.4.tar.gz | tar xvf -
cd interchange-5.4.4
gzip -dc interchange-5.4.5.tar.gz | tar xvf -
cd interchange-5.4.5
perl Makefile.PL
make
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.

Documentation: /usr/share/doc/interchange-5.4.4.
Documentation: /usr/share/doc/interchange-5.4.5.

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
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
Perl modules and install them. To get a complete list of dependencies, do:

rpm -qp --requires interchange-5.4.4-1.i386.rpm
rpm -qp --requires interchange-5.4.5-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
Expand Down Expand Up @@ -82,14 +82,14 @@ This is unfortunate but is considered the best workaround at the moment.

INSTALL

rpm -Uvh interchange-5.4.4-1.i386.rpm
rpm -Uvh interchange-standard-5.4.4-1.i386.rpm
rpm -Uvh interchange-5.4.5-1.i386.rpm
rpm -Uvh interchange-standard-5.4.5-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.4-1.i386.rpm
rpm -Uvh --nodeps interchange-5.4.5-1.i386.rpm


STARTING/RESTARTING INTERCHANGE
Expand Down Expand Up @@ -149,7 +149,7 @@ installation:

INSTALL

rpm -Uvh interchange-standard-demo-5.4.4-1.i386.rpm
rpm -Uvh interchange-standard-demo-5.4.5-1.i386.rpm


USING THE DEMO
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::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.4
ui-version 5.4.5
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::attribute text 20 Column name Do not set this.
Expand Down
6 changes: 3 additions & 3 deletions scripts/interchange.PL
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
##!~_~perlpath~_~
#
# Interchange version 5.4.4
# Interchange version 5.4.5
#
# Copyright (C) 2002-2010 Interchange Development Group
# Copyright (C) 1996-2002 Red Hat, Inc.
Expand Down Expand Up @@ -141,7 +141,7 @@ use vars qw($VERSION);
require Exporter;

BEGIN {
$VERSION = '5.4.4';
$VERSION = '5.4.5';

unless ($] >= 5.006) {
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 @@ -355,7 +355,7 @@ interchange [--options] [file]
=head1 VERSION
5.4.4
5.4.5
=head1 DESCRIPTION
Expand Down

0 comments on commit 1767d07

Please sign in to comment.